Home
last modified time | relevance | path

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

12

/src/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()
/src/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()
/src/contrib/llvm-project/llvm/lib/Support/Unix/ !
H A DProgram.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);
/src/include/ !
H A Dspawn.h71 int posix_spawn(pid_t * __restrict, const char * __restrict,
/src/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()
/src/lib/libc/gen/ !
H A DMakefile.inc115 posix_spawn.c \
274 posix_spawn.3 \
467 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
/src/contrib/llvm-project/compiler-rt/lib/fuzzer/ !
H A DFuzzerUtilDarwin.cpp111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
/src/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
/src/usr.sbin/bhyve/ !
H A Dnet_backend_slirp.c118 error = posix_spawn(&child, "/usr/libexec/bhyve-slirp-helper", in slirp_init()
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ !
H A Dglobal_symbols.txt147 posix_spawn U
/src/etc/mtree/ !
H A DBSD.tests.dist352 posix_spawn
/src/ !
H A DRELNOTES36 functions were added to libc. The latter causes posix_spawn(3) to
/src/targets/pseudo/tests/ !
H A DMakefile.depend139 lib/libc/tests/gen/posix_spawn \
/src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ !
H A Dsanitizer_mac.cpp328 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)
H A Dsanitizer_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); \
/src/contrib/openbsm/etc/ !
H A Daudit_event550 43190:AUE_POSIX_SPAWN:posix_spawn(2):pc
/src/contrib/openbsm/ !
H A DNEWS157 - Add an event for the posix_spawn(2) and fsgetpath(2) Mac OS X system calls.
/src/contrib/libarchive/test_utils/ !
H A Dtest_main.c3037 if ((r = posix_spawn(&pid, *argv, NULL, NULL, argv, environ)) == 0) { in systemf()

12