| /freebsd-14.2/lib/libc/tests/gen/ |
| H A D | posix_spawn_test.c | 60 error = posix_spawnp(&pid, myargs[0], NULL, NULL, myargs, myenv); in ATF_TC_BODY() 105 error = posix_spawnp(&pid, myargs[0], NULL, NULL, myargs, myenv); in ATF_TC_BODY() 123 error = posix_spawnp(&pid, buf, NULL, NULL, myargs, myenv); in ATF_TC_BODY()
|
| /freebsd-14.2/lib/libdpv/ |
| H A D | util.c | 99 error = posix_spawnp(pid, shellcmd, &action, in shell_spawn_pipecmd()
|
| H A D | dialog_util.c | 327 error = posix_spawnp(pid, dialog, &action, in dialog_spawn_gauge()
|
| /freebsd-14.2/include/ |
| H A D | spawn.h | 74 int posix_spawnp(pid_t * __restrict, const char * __restrict,
|
| /freebsd-14.2/sbin/pfctl/tests/ |
| H A D | pfctl_test.c | 154 status = posix_spawnp( in run_pfctl_test()
|
| /freebsd-14.2/contrib/netbsd-tests/lib/libc/gen/posix_spawn/ |
| H A D | t_spawn.c | 72 err = posix_spawnp(NULL, "ls", NULL, NULL, args, NULL); in ATF_TC_BODY()
|
| /freebsd-14.2/contrib/libarchive/libarchive/ |
| H A D | filter_fork_posix.c | 139 r = posix_spawnp(&child, cmdline->path, &actions, NULL, in __archive_create_child()
|
| /freebsd-14.2/lib/libc/gen/ |
| H A D | Symbol.map | 331 posix_spawnp;
|
| H A D | posix_spawn.c | 382 posix_spawnp(pid_t *pid, const char *path, in posix_spawnp() function
|
| H A D | Makefile.inc | 473 MLINKS+=posix_spawn.3 posix_spawnp.3 \
|
| /freebsd-14.2/contrib/file/ |
| H A D | configure.ac | 184 …temp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem pipe2 posix_spawnp)
|
| H A D | config.h.in | 143 /* Define to 1 if you have the `posix_spawnp' function. */
|
| H A D | ChangeLog | 117 posix_spawnp(2) instead of vfork(2)
|
| /freebsd-14.2/contrib/file/src/ |
| H A D | compress.c | 1113 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf()
|
| /freebsd-14.2/usr.bin/xinstall/ |
| H A D | xinstall.c | 1316 error = posix_spawnp(&pid, stripbin, NULL, NULL, in strip()
|
| /freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/ |
| H A D | dtrace.c | 433 err = posix_spawnp(&child, "nextboot", NULL, NULL, nbargv, in bootdof_add()
|
| /freebsd-14.2/usr.sbin/pw/ |
| H A D | pw_user.c | 926 if (posix_spawnp(&pid, argv[0], NULL, NULL, in pw_user_del()
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_common_interceptors.inc | 2526 INTERCEPTOR(int, posix_spawnp, pid_t *pid, const char *file, 2530 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawnp, pid, file, file_actions, attrp, 2532 return PosixSpawnImpl(ctx, REAL(posix_spawnp), pid, file, file_actions, attrp, 2537 COMMON_INTERCEPT_FUNCTION(posix_spawnp);
|
| /freebsd-14.2/contrib/llvm-project/compiler-rt/lib/dfsan/ |
| H A D | libc_ubuntu1404_abilist.txt | 2514 fun:posix_spawnp=uninstrumented
|