Home
last modified time | relevance | path

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

/freebsd-14.2/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-14.2/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-14.2/include/
H A Dspawn.h74 int posix_spawnp(pid_t * __restrict, const char * __restrict,
/freebsd-14.2/sbin/pfctl/tests/
H A Dpfctl_test.c154 status = posix_spawnp( in run_pfctl_test()
/freebsd-14.2/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-14.2/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c139 r = posix_spawnp(&child, cmdline->path, &actions, NULL, in __archive_create_child()
/freebsd-14.2/lib/libc/gen/
H A DSymbol.map331 posix_spawnp;
H A Dposix_spawn.c382 posix_spawnp(pid_t *pid, const char *path, in posix_spawnp() function
H A DMakefile.inc473 MLINKS+=posix_spawn.3 posix_spawnp.3 \
/freebsd-14.2/contrib/file/
H A Dconfigure.ac184 …temp mkostemp utimes utime wcwidth strtof newlocale uselocale freelocale memmem pipe2 posix_spawnp)
H A Dconfig.h.in143 /* Define to 1 if you have the `posix_spawnp' function. */
H A DChangeLog117 posix_spawnp(2) instead of vfork(2)
/freebsd-14.2/contrib/file/src/
H A Dcompress.c1113 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf()
/freebsd-14.2/usr.bin/xinstall/
H A Dxinstall.c1316 error = posix_spawnp(&pid, stripbin, NULL, NULL, in strip()
/freebsd-14.2/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c433 err = posix_spawnp(&child, "nextboot", NULL, NULL, nbargv, in bootdof_add()
/freebsd-14.2/usr.sbin/pw/
H A Dpw_user.c926 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 Dsanitizer_common_interceptors.inc2526 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 Dlibc_ubuntu1404_abilist.txt2514 fun:posix_spawnp=uninstrumented