Lines Matching refs:ExecCommand
4097 const ExecCommand *command, in exec_child()
5169 ExecCommand *command, in exec_spawn()
5471 static void exec_command_done(ExecCommand *c) { in exec_command_done()
5478 void exec_command_done_array(ExecCommand *c, size_t n) { in exec_command_done_array()
5483 ExecCommand* exec_command_free_list(ExecCommand *c) { in exec_command_free_list()
5484 ExecCommand *i; in exec_command_free_list()
5495 void exec_command_free_array(ExecCommand **c, size_t n) { in exec_command_free_array()
5500 void exec_command_reset_status_array(ExecCommand *c, size_t n) { in exec_command_reset_status_array()
5505 void exec_command_reset_status_list_array(ExecCommand **c, size_t n) { in exec_command_reset_status_list_array()
6431 static void exec_command_dump(ExecCommand *c, FILE *f, const char *prefix) { in exec_command_dump()
6449 void exec_command_dump_list(ExecCommand *c, FILE *f, const char *prefix) { in exec_command_dump_list()
6458 void exec_command_append_list(ExecCommand **l, ExecCommand *e) { in exec_command_append_list()
6459 ExecCommand *end; in exec_command_append_list()
6472 int exec_command_set(ExecCommand *c, const char *path, ...) { in exec_command_set()
6497 int exec_command_append(ExecCommand *c, const char *path, ...) { in exec_command_append()