Home
last modified time | relevance | path

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

/dragonfly/include/
HDspawn.h71 int posix_spawnp(pid_t * __restrict, const char * __restrict,
/dragonfly/contrib/libarchive/libarchive/
HDfilter_fork_posix.c141 r = posix_spawnp(&child, cmdline->path, &actions, NULL, in __archive_create_child()
/dragonfly/games/fish/
HDfish.c437 status = posix_spawnp(&pid, PATH_PAGER, NULL, NULL, in instructions()
/dragonfly/lib/libc/gen/
HDposix_spawn.c237 posix_spawnp(pid_t * __restrict pid, const char * __restrict path, in posix_spawnp() function
HDSymbol.map360 posix_spawnp;
HDMakefile.inc219 MLINKS+=posix_spawn.3 posix_spawnp.3
/dragonfly/contrib/file/src/
HDcompress.c942 status = posix_spawnp(&pid, compr[method].argv[0], &fa, NULL, in uncompressbuf()
/dragonfly/contrib/file/
HDChangeLog57 posix_spawnp(2) instead of vfork(2)