Searched refs:posix_spawnp (Results 1 - 11 of 11) sorted by last modified time

/freebsd-11-stable/usr.bin/xinstall/
H A Dxinstall.c1300 error = posix_spawnp(&pid, stripbin, NULL, NULL,
/freebsd-11-stable/lib/libc/tests/gen/
H A Dposix_spawn_test.c28 * Test program for posix_spawn() and posix_spawnp() as specified by
63 error = posix_spawnp(&pid, myargs[0], NULL, NULL, myargs, myenv);
108 error = posix_spawnp(&pid, myargs[0], NULL, NULL, myargs, myenv);
126 error = posix_spawnp(&pid, buf, NULL, NULL, myargs, myenv);
/freebsd-11-stable/lib/libc/gen/
H A Dposix_spawn.c354 posix_spawnp(pid_t *pid, const char *path, function
H A DMakefile.inc434 MLINKS+=posix_spawn.3 posix_spawnp.3 \
/freebsd-11-stable/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c141 r = posix_spawnp(&child, cmdline->path, &actions, NULL,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/Process/Darwin/
H A DDarwinProcessLauncher.cpp388 // after the posix_spawnp call without creating a race condition???
396 error_code = ::posix_spawnp(pid, path, &file_actions, &attr,
400 "::posix_spawnp(pid => {0}, path = '{1}', file_actions "
/freebsd-11-stable/lib/libdpv/
H A Dutil.c101 error = posix_spawnp(pid, shellcmd, &action,
H A Ddialog_util.c329 error = posix_spawnp(pid, dialog, &action,
/freebsd-11-stable/cddl/contrib/opensolaris/cmd/dtrace/
H A Ddtrace.c426 err = posix_spawnp(&child, "nextboot", NULL, NULL, nbargv,
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/posix_spawn/
H A Dt_spawn.c64 "Tests a simple posix_spawnp executing ls via $PATH");
72 err = posix_spawnp(NULL, "ls", NULL, NULL, args, NULL);
/freebsd-11-stable/include/
H A Dspawn.h73 int posix_spawnp(pid_t * __restrict, const char * __restrict,

Completed in 133 milliseconds