/freebsd/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/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/include/ |
H A D | spawn.h | 74 int posix_spawnp(pid_t * __restrict, const char * __restrict,
|
/freebsd/libexec/flua/modules/ |
H A D | lfbsd.c | 89 if (0 != (r = posix_spawnp(&pid, argv[0], &action, NULL, in lua_exec()
|
/freebsd/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/sbin/pfctl/tests/ |
H A D | pfctl_test.c | 154 status = posix_spawnp( in run_pfctl_test()
|
/freebsd/contrib/libarchive/libarchive/ |
H A D | filter_fork_posix.c | 139 r = posix_spawnp(&child, cmdline->path, &actions, NULL, in __archive_create_child()
|
/freebsd/sbin/reboot/ |
H A D | reboot.c | 90 rv = posix_spawnp(&p, av[0], NULL, NULL, __DECONST(char **, av), in zfsbootcfg()
|
/freebsd/lib/libc/gen/ |
H A D | Symbol.map | 330 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 | 454 MLINKS+=posix_spawn.3 posix_spawnp.3 \
|
/freebsd/contrib/file/ |
H A D | configure.ac | 204 …temp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem pipe2 posix_spawnp)
|
H A D | config.h.in | 149 /* Define to 1 if you have the 'posix_spawnp' function. */
|
H A D | ChangeLog | 149 posix_spawnp(2) instead of vfork(2)
|
/freebsd/contrib/file/src/ |
H A D | compress.c | 1188 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf()
|
/freebsd/usr.bin/xinstall/ |
H A D | xinstall.c | 1304 error = posix_spawnp(&pid, stripbin, NULL, NULL, in strip()
|
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/ |
H A D | dtrace.c | 433 err = posix_spawnp(&child, "nextboot", NULL, NULL, nbargv, in bootdof_add()
|
/freebsd/usr.sbin/pw/ |
H A D | pw_user.c | 926 if (posix_spawnp(&pid, argv[0], NULL, NULL, in pw_user_del()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_common_interceptors.inc | 2534 INTERCEPTOR(int, posix_spawnp, pid_t *pid, const char *file, 2538 COMMON_INTERCEPTOR_ENTER(ctx, posix_spawnp, pid, file, file_actions, attrp, 2540 return PosixSpawnImpl(ctx, REAL(posix_spawnp), pid, file, file_actions, attrp, 2545 COMMON_INTERCEPT_FUNCTION(posix_spawnp);
|
/freebsd/contrib/llvm-project/compiler-rt/lib/dfsan/ |
H A D | libc_ubuntu1404_abilist.txt | 2514 fun:posix_spawnp=uninstrumented
|