Home
last modified time | relevance | path

Searched refs:exec_command (Results 1 – 5 of 5) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Djob.h82 extern void exec_command PARAMS ((char **argv));
84 extern int exec_command PARAMS ((char **argv, char **envp));
86 extern void exec_command PARAMS ((char **argv, char **envp));
Dremote-cstms.c253 exec_command (new_argv, envp); in start_remote_job()
Djob.c1931 pid = exec_command (argv, envp); in child_execute_job()
1972 exec_command (argv, envp); in child_execute_job()
1987 exec_command (char **argv, char **envp) in exec_command() function
2172 void exec_command (char **argv) in exec_command() function
Dmain.c2082 exec_command (nargv); in main()
2104 exec_command (nargv, environ); in main()
DChangeLog371 * job.c (exec_command): Cast hWaitPID and hPID to DWORD, and
561 (exec_command): Fix format string for printing HANDLE args.
1367 * job.c (exec_command) [OS/2]: exec_command(): If the command
1670 (exec_command): Rewrite to use spawn instead of exec. Return the
1677 exec_command().