Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_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()
H A Dt_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()
H A Dt_spawnattr.c144 err = posix_spawn(&pid, helper, NULL, &attr, args, NULL); in ATF_TC_BODY()
/freebsd-13.1/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/pid/
H A Dtst.gcc.c41 (void) posix_spawn(&pid, "/bin/ls", NULL, NULL, NULL, NULL); in go()
/freebsd-13.1/include/
H A Dspawn.h72 int posix_spawn(pid_t * __restrict, const char * __restrict,
/freebsd-13.1/lib/libc/tests/gen/
H A Dposix_spawn_test.c84 error = posix_spawn(&pid, myargs[0], NULL, NULL, myargs, myenv); in ATF_TC_BODY()
H A DMakefile95 TESTS_SUBDIRS+= posix_spawn
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc201 // If this OS has posix_spawn and there is no memory limit being implied, use
202 // posix_spawn. It is more efficient than fork/exec.
209 // c strings we pass to it stay alive until the call to posix_spawn,
256 Err = posix_spawn(&PID, Program.str().c_str(), FileActions,
265 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
/freebsd-13.1/lib/libc/gen/
H A DMakefile.inc115 posix_spawn.c \
273 posix_spawn.3 \
466 MLINKS+=posix_spawn.3 posix_spawnp.3 \
H A DSymbol.map305 posix_spawn;
H A Dposix_spawn.c365 posix_spawn(pid_t *pid, const char *path, in posix_spawn() function
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt108 posix_spawn U
/freebsd-13.1/etc/mtree/
H A DBSD.tests.dist319 posix_spawn
/freebsd-13.1/targets/pseudo/tests/
H A DMakefile.depend141 lib/libc/tests/gen/posix_spawn \
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp324 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
H A Dsanitizer_syscalls_netbsd.inc3704 PRE_SYSCALL(posix_spawn)
3712 POST_SYSCALL(posix_spawn)
/freebsd-13.1/contrib/openbsm/etc/
H A Daudit_event553 43190:AUE_POSIX_SPAWN:posix_spawn(2):pc
/freebsd-13.1/contrib/openbsm/
H A DNEWS157 - Add an event for the posix_spawn(2) and fsgetpath(2) Mac OS X system calls.
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/dfsan/
H A Dlibc_ubuntu1404_abilist.txt2488 fun:posix_spawn=uninstrumented
/freebsd-13.1/
H A DObsoleteFiles.inc7223 OLD_DIRS+=usr/tests/lib/libc/gen/posix_spawn/.debug
7224 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/fileactions_test.debug
7225 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_fileactions.debug
7226 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_spawn.debug
7227 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_spawnattr.debug
7228 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawn_test.debug
7229 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawnattr_test.debug