Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
run-command.c File Reference
#include "cache.h"
#include "run-command.h"
#include "exec_cmd.h"

Go to the source code of this file.

Functions

int start_command (struct child_process *cmd)
 
int finish_command (struct child_process *cmd)
 
int run_command (struct child_process *cmd)
 
int run_command_v_opt (const char **argv, int opt)
 

Function Documentation

int finish_command ( struct child_process cmd)

Definition at line 185 of file run-command.c.

int run_command ( struct child_process cmd)

Definition at line 190 of file run-command.c.

int run_command_v_opt ( const char **  argv,
int  opt 
)

Definition at line 209 of file run-command.c.

int start_command ( struct child_process cmd)

Definition at line 18 of file run-command.c.