File util/watch_run.c


Included Files


Type struct kill_pid


Local Variables

watch_run_debug
static int watch_run_debug
Used in:

Global Function start_some_program()

void start_some_program ( struct program_hdr* pptr, int copies )
Prototyped in:
Calls:
Called by:

Global Function start_this_program()

int start_this_program ( int nbr_to_start, struct program_hdr* pptr, const char* env_name, const char* out_name, const char* err_name, int exp_time, int track_by_pid )
Prototyped in:
Calls:
Called by:
References Variables:

Local Function add_pid_track()

static int add_pid_track ( struct program_hdr* pptr, int exp_time )
Calls:
Called by:

Local Function add_this_pid_track()

static int add_this_pid_track ( struct program_hdr* pptr, pid_t the_pid )
Calls:
Called by:

Local Function load_env_file()

static void load_env_file ( const char* envname )
Calls:
Called by:

Local Function set_env_variable()

static void set_env_variable ( const char* name, const char* val )
Calls:
Called by: