Searched refs:exec_child (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/atf/atf-c/ |
| H A D | check.c | 153 static void exec_child(void *) ATF_DEFS_ATTRIBUTE_NORETURN; 157 exec_child(void *v) in exec_child() function 180 err = atf_process_fork(&child, exec_child, &outsb, &errsb, &ea); in fork_and_wait()
|
| /freebsd-12.1/contrib/gcclibs/libiberty/ |
| H A D | pex-common.h | 107 long (*exec_child) (struct pex_obj *, int /* flags */, member
|
| H A D | pex-common.c | 311 pid = obj->funcs->exec_child (obj, flags, executable, argv, env, in pex_run_in_environment()
|
| H A D | ChangeLog | 38 exec_child field. 40 exec_child. 69 * pex-common.h: Add environment parameter to exec_child.
|
| /freebsd-12.1/cddl/contrib/opensolaris/cmd/ztest/ |
| H A D | ztest.c | 6498 exec_child(char *cmd, char *libpath, boolean_t ignorekill, int *statusp) in exec_child() function 6680 VERIFY(!exec_child(ztest_opts.zo_alt_ztest, in main() 6683 VERIFY(!exec_child(NULL, NULL, B_FALSE, NULL)); in main() 6728 killed = exec_child(cmd, NULL, B_TRUE, &status); in main() 6735 killed = exec_child(ztest_opts.zo_alt_ztest, in main()
|
| /freebsd-12.1/contrib/binutils/libiberty/ |
| H A D | ChangeLog | 236 exec_child field. 238 exec_child. 267 * pex-common.h: Add environment parameter to exec_child.
|