Searched refs:exec_child (Results 1 – 11 of 11) sorted by relevance
| /netbsd/src/external/bsd/atf/dist/atf-c/ |
| D | check.c | 157 static void exec_child(void *) ATF_DEFS_ATTRIBUTE_NORETURN; 161 exec_child(void *v) in exec_child() function 184 err = atf_process_fork(&child, exec_child, &outsb, &errsb, &ea); in fork_and_wait()
|
| /netbsd/src/external/gpl3/gdb/dist/libiberty/ |
| D | pex-common.h | 116 pid_t (*exec_child) (struct pex_obj *, int /* flags */, member
|
| D | pex-common.c | 344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
|
| D | ChangeLog | 3895 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t. 4178 exec_child field. 4180 exec_child. 4209 * pex-common.h: Add environment parameter to exec_child.
|
| /netbsd/src/external/gpl3/gcc/dist/libiberty/ |
| D | pex-common.h | 116 pid_t (*exec_child) (struct pex_obj *, int /* flags */, member
|
| D | pex-common.c | 344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
|
| D | ChangeLog | 3404 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t. 3687 exec_child field. 3689 exec_child. 3718 * pex-common.h: Add environment parameter to exec_child.
|
| /netbsd/src/external/gpl3/binutils/dist/libiberty/ |
| D | pex-common.h | 116 pid_t (*exec_child) (struct pex_obj *, int /* flags */, member
|
| D | pex-common.c | 344 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
|
| D | ChangeLog | 3895 * pex-common.h: (pex_funcs): Retyped wait and exec_child to pid_t. 4178 exec_child field. 4180 exec_child. 4209 * pex-common.h: Add environment parameter to exec_child.
|
| /netbsd/src/external/cddl/osnet/dist/cmd/ztest/ |
| D | ztest.c | 6085 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() function 6262 VERIFY(!exec_child(ztest_opts.zo_alt_ztest, in main() 6265 VERIFY(!exec_child(NULL, NULL, B_FALSE, NULL)); in main() 6310 killed = exec_child(cmd, NULL, B_TRUE, &status); in main() 6317 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
|