/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
H A D | t_spawn.c | 55 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 D | t_fileactions.c | 114 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 D | t_spawnattr.c | 144 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 D | tst.gcc.c | 41 (void) posix_spawn(&pid, "/bin/ls", NULL, NULL, NULL, NULL); in go()
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/ |
H A D | Program.inc | 203 // 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/include/ |
H A D | spawn.h | 71 int posix_spawn(pid_t * __restrict, const char * __restrict,
|
/freebsd/usr.sbin/pw/ |
H A D | rm_r.c | 157 if ((skipped = posix_spawn(&pid, argv[0], NULL, NULL, in try_dataset_remove()
|
H A D | pw_user.c | 683 if (posix_spawn(&pid, argv[0], NULL, NULL, in rmat()
|
/freebsd/lib/libc/tests/gen/ |
H A D | posix_spawn_test.c | 81 error = posix_spawn(&pid, myargs[0], NULL, NULL, myargs, myenv); in ATF_TC_BODY()
|
H A D | Makefile | 93 TESTS_SUBDIRS+= posix_spawn
|
/freebsd/lib/libc/gen/ |
H A D | Makefile.inc | 114 posix_spawn.c \ 265 posix_spawn.3 \ 454 MLINKS+=posix_spawn.3 posix_spawnp.3 \
|
H A D | Symbol.map | 310 posix_spawn;
|
H A D | posix_spawn.c | 373 posix_spawn(pid_t *pid, const char *path, in posix_spawn() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
H A D | FuzzerUtilDarwin.cpp | 111 ErrorCode = posix_spawn(&Pid, "/bin/sh", NULL, &SpawnAttributes, in ExecuteCommand()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/symbolizer/scripts/ |
H A D | global_symbols.txt | 147 posix_spawn U
|
/freebsd/etc/mtree/ |
H A D | BSD.tests.dist | 346 posix_spawn
|
/freebsd/targets/pseudo/tests/ |
H A D | Makefile.depend | 139 lib/libc/tests/gen/posix_spawn \
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_mac.cpp | 328 res = posix_spawn(pid, argv[0], &acts, &attrs, argv_casted, envp_casted); in internal_spawn_impl()
|
H A D | sanitizer_syscalls_netbsd.inc | 3704 PRE_SYSCALL(posix_spawn) 3712 POST_SYSCALL(posix_spawn)
|
H A D | sanitizer_common_interceptors.inc | 2525 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/contrib/openbsm/etc/ |
H A D | audit_event | 550 43190:AUE_POSIX_SPAWN:posix_spawn(2):pc
|
/freebsd/contrib/openbsm/ |
H A D | NEWS | 157 - Add an event for the posix_spawn(2) and fsgetpath(2) Mac OS X system calls.
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2494 fun:posix_spawn=uninstrumented
|
/freebsd/ |
H A D | ObsoleteFiles.inc | 14230 OLD_DIRS+=usr/tests/lib/libc/gen/posix_spawn/.debug 14231 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/fileactions_test.debug 14232 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_fileactions.debug 14233 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_spawn.debug 14234 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/h_spawnattr.debug 14235 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawn_test.debug 14236 OLD_FILES+=usr/tests/lib/libc/gen/posix_spawn/.debug/spawnattr_test.debug
|