Home
last modified time | relevance | path

Searched refs:posix_spawnp (Results 1 – 21 of 21) sorted by relevance

/freebsd/lib/libc/tests/gen/
H A Dposix_spawn_test.c60 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 Dutil.c99 error = posix_spawnp(pid, shellcmd, &action, in shell_spawn_pipecmd()
H A Ddialog_util.c327 error = posix_spawnp(pid, dialog, &action, in dialog_spawn_gauge()
/freebsd/include/
H A Dspawn.h74 int posix_spawnp(pid_t * __restrict, const char * __restrict,
/freebsd/libexec/flua/modules/
H A Dlfbsd.c89 if (0 != (r = posix_spawnp(&pid, argv[0], &action, NULL, in lua_exec()
/freebsd/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawn.c72 err = posix_spawnp(NULL, "ls", NULL, NULL, args, NULL); in ATF_TC_BODY()
/freebsd/sbin/pfctl/tests/
H A Dpfctl_test.c154 status = posix_spawnp( in run_pfctl_test()
/freebsd/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c139 r = posix_spawnp(&child, cmdline->path, &actions, NULL, in __archive_create_child()
/freebsd/sbin/reboot/
H A Dreboot.c90 rv = posix_spawnp(&p, av[0], NULL, NULL, __DECONST(char **, av), in zfsbootcfg()
/freebsd/lib/libc/gen/
H A DSymbol.map330 posix_spawnp;
H A Dposix_spawn.c382 posix_spawnp(pid_t *pid, const char *path, in posix_spawnp() function
H A DMakefile.inc454 MLINKS+=posix_spawn.3 posix_spawnp.3 \
/freebsd/contrib/file/
H A Dconfigure.ac204 …temp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem pipe2 posix_spawnp)
H A Dconfig.h.in149 /* Define to 1 if you have the 'posix_spawnp' function. */
H A DChangeLog149 posix_spawnp(2) instead of vfork(2)
/freebsd/contrib/file/src/
H A Dcompress.c1188 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf()
/freebsd/usr.bin/xinstall/
H A Dxinstall.c1304 error = posix_spawnp(&pid, stripbin, NULL, NULL, in strip()
/freebsd/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c433 err = posix_spawnp(&child, "nextboot", NULL, NULL, nbargv, in bootdof_add()
/freebsd/usr.sbin/pw/
H A Dpw_user.c926 if (posix_spawnp(&pid, argv[0], NULL, NULL, in pw_user_del()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common_interceptors.inc2534 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 Dlibc_ubuntu1404_abilist.txt2514 fun:posix_spawnp=uninstrumented