Home
last modified time | relevance | path

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

12

/freebsd/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/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/contrib/llvm-project/llvm/lib/Support/Unix/
H A DProgram.inc186 // If this OS has posix_spawn and there is no memory limit being implied, use
187 // posix_spawn. It is more efficient than fork/exec.
189 // Cannot use posix_spawn if you would like to detach the process
195 // c strings we pass to it stay alive until the call to posix_spawn,
242 Err = posix_spawn(&PID, Program.str().c_str(), FileActions,
251 return !MakeErrMsg(ErrMsg, "posix_spawn failed", Err);
/freebsd/include/
H A Dspawn.h71 int posix_spawn(pid_t * __restrict, const char * __restrict,
/freebsd/usr.bin/diff/
H A Dpr.c79 error = posix_spawn(&pid, _PATH_PR, &fa, &sa, argv, environ); in start_pr()
/freebsd/usr.sbin/pw/
H A Drm_r.c157 if ((skipped = posix_spawn(&pid, argv[0], NULL, NULL, in try_dataset_remove()
H A Dpw_user.c701 if (posix_spawn(&pid, argv[0], NULL, NULL, in rmat()
/freebsd/lib/libc/gen/
H A DMakefile.inc116 posix_spawn.c \
275 posix_spawn.3 \
468 MLINKS+=posix_spawn.3 posix_spawnp.3 \
H A DSymbol.map309 posix_spawn;
H A Dposix_spawn.c399 posix_spawn(pid_t *pid, const char *path, in posix_spawn() function
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerUtilDarwin.cpp111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
/freebsd/lib/libc/tests/gen/
H A Dposix_spawn_test.c88 error = posix_spawn(&pid, myargs[0], NULL, NULL, myargs, myenv); in ATF_TC_BODY()
H A DMakefile108 TESTS_SUBDIRS+= posix_spawn
/freebsd/usr.sbin/bhyve/
H A Dnet_backend_slirp.c118 error = posix_spawn(&child, "/usr/libexec/bhyve-slirp-helper", in slirp_init()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/
H A Dglobal_symbols.txt148 posix_spawn U
/freebsd/etc/mtree/
H A DBSD.tests.dist354 posix_spawn
/freebsd/
H A DRELNOTES99 functions were added to libc. The latter causes posix_spawn(3) to
/freebsd/usr.bin/diff3/
H A Ddiff3.c322 error = posix_spawn(&pid, diffargv[0], &fa, &sa, diffargv, environ); in diffexec()
/freebsd/targets/pseudo/tests/
H A DMakefile.depend139 lib/libc/tests/gen/posix_spawn \
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_mac.cpp321 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
/freebsd/contrib/openbsm/etc/
H A Daudit_event550 43190:AUE_POSIX_SPAWN:posix_spawn(2):pc
/freebsd/contrib/openbsm/
H A DNEWS157 - Add an event for the posix_spawn(2) and fsgetpath(2) Mac OS X system calls.
/freebsd/contrib/libarchive/test_utils/
H A Dtest_main.c3067 if ((r = posix_spawn(&pid, *argv, NULL, NULL, argv, environ)) == 0) { in systemf()

12