Home
last modified time | relevance | path

Searched refs:posix_spawn (Results 1 – 23 of 23) sorted by relevance

/freebsd-head/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
HDt_spawn.c55 err = posix_spawn(NULL, "/bin/ls", NULL, NULL, args, NULL); in ATF_TC_BODY()
91 err = posix_spawn(NULL, buf, NULL, NULL, args, NULL); in ATF_TC_BODY()
111 err = posix_spawn(NULL, buf, NULL, NULL, args, NULL); in ATF_TC_BODY()
131 err = posix_spawn(NULL, buf, NULL, NULL, args, NULL); in ATF_TC_BODY()
155 err = posix_spawn(&pid, buf, NULL, NULL, args0, NULL); in ATF_TC_BODY()
161 err = posix_spawn(&pid, buf, NULL, NULL, args1, NULL); in ATF_TC_BODY()
167 err = posix_spawn(&pid, buf, NULL, NULL, args7, NULL); in ATF_TC_BODY()
HDt_fileactions.c114 err = posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL); in ATF_TC_BODY()
140 err = posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL); in ATF_TC_BODY()
166 err = posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL); in ATF_TC_BODY()
208 err = posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL); in ATF_TC_BODY()
236 err = posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL); in ATF_TC_BODY()
285 err = posix_spawn(&pid, "/bin/cat", &fa, &attr, args, NULL); in ATF_TC_BODY()
335 err = posix_spawn(&pid, helper, &fa, NULL, args, NULL); in ATF_TC_BODY()
372 err = posix_spawn(&pid, "/bin/cat", &fa, NULL, args, NULL); in ATF_TC_BODY()
416 err = posix_spawn(&pid, bin_pwd, &fa, NULL, args, NULL); in t_spawn_chdir_impl()
HDt_spawnattr.c144 err = posix_spawn(&pid, helper, NULL, &attr, args, NULL); in ATF_TC_BODY()
/freebsd-head/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
HDtst.gcc.c41 (void) posix_spawn(&pid, "/bin/ls", NULL, NULL, NULL, NULL); in go()
/freebsd-head/include/
HDspawn.h71 int posix_spawn(pid_t * __restrict, const char * __restrict,
/freebsd-head/contrib/llvm-project/llvm/lib/Support/Unix/
HDProgram.inc203 // If this OS has posix_spawn and there is no memory limit being implied, use
204 // posix_spawn. It is more efficient than fork/exec.
206 // Cannot use posix_spawn if you would like to detach the process
212 // c strings we pass to it stay alive until the call to posix_spawn,
259 Err = posix_spawn(&PID, Program.str().c_str(), FileActions,
268 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
/freebsd-head/usr.sbin/pw/
HDrm_r.c157 if ((skipped = posix_spawn(&pid, argv[0], NULL, NULL, in try_dataset_remove()
HDpw_user.c683 if (posix_spawn(&pid, argv[0], NULL, NULL, in rmat()
/freebsd-head/lib/libc/tests/gen/
HDposix_spawn_test.c81 error = posix_spawn(&pid, myargs[0], NULL, NULL, myargs, myenv); in ATF_TC_BODY()
HDMakefile96 TESTS_SUBDIRS+= posix_spawn
/freebsd-head/lib/libc/gen/
HDMakefile.inc114 posix_spawn.c \
269 posix_spawn.3 \
458 MLINKS+=posix_spawn.3 posix_spawnp.3 \
HDSymbol.map310 posix_spawn;
HDposix_spawn.c373 posix_spawn(pid_t *pid, const char *path, in posix_spawn() function
/freebsd-head/contrib/llvm-project/compiler-rt/lib/fuzzer/
HDFuzzerUtilDarwin.cpp111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
HDglobal_symbols.txt147 posix_spawn U
/freebsd-head/etc/mtree/
HDBSD.tests.dist346 posix_spawn
/freebsd-head/targets/pseudo/tests/
HDMakefile.depend139 lib/libc/tests/gen/posix_spawn \
/freebsd-head/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
HDsanitizer_mac.cpp328 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
HDsanitizer_syscalls_netbsd.inc3704 PRE_SYSCALL(posix_spawn)
3712 POST_SYSCALL(posix_spawn)
HDsanitizer_common_interceptors.inc2525 INTERCEPTOR(int, posix_spawn, pid_t *pid, const char *path,
2529 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawn, pid, path, file_actions, attrp,
2531 return PosixSpawnImpl(ctx, REAL(posix_spawn), pid, path, file_actions, attrp,
2544 COMMON_INTERCEPT_FUNCTION(posix_spawn); \
/freebsd-head/contrib/openbsm/etc/
HDaudit_event550 43190:AUE_POSIX_SPAWN:posix_spawn(2):pc
/freebsd-head/contrib/openbsm/
HDNEWS157 - Add an event for the posix_spawn(2) and fsgetpath(2) Mac OS X system calls.
/freebsd-head/contrib/llvm-project/compiler-rt/lib/dfsan/
HDlibc_ubuntu1404_abilist.txt2494 fun:posix_spawn=uninstrumented