Home
last modified time | relevance | path

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

/dragonfly/include/
H A Dspawn.h71 int posix_spawnp(pid_t * __restrict, const char * __restrict,
/dragonfly/contrib/libarchive/libarchive/
H A Dfilter_fork_posix.c141 r = posix_spawnp(&child, cmdline->path, &actions, NULL, in __archive_create_child()
/dragonfly/games/fish/
H A Dfish.c437 status = posix_spawnp(&pid, PATH_PAGER, NULL, NULL, in instructions()
/dragonfly/lib/libc/gen/
H A Dposix_spawn.c237 posix_spawnp(pid_t * __restrict pid, const char * __restrict path, in posix_spawnp() function
H A DSymbol.map360 posix_spawnp;
H A DMakefile.inc219 MLINKS+=posix_spawn.3 posix_spawnp.3
/dragonfly/contrib/file/src/
H A Dcompress.c942 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf()
/dragonfly/contrib/file/
H A DChangeLog57 posix_spawnp(2) instead of vfork(2)