Home
last modified time | relevance | path

Searched refs:FORK_FUNCTION (Results 1 – 5 of 5) sorted by relevance

/freebsd-head/contrib/bmake/
HDmake.h191 #ifndef FORK_FUNCTION
192 #define FORK_FUNCTION vfork macro
HDcompat.c209 int pid = FORK_FUNCTION(); in Compat_Spawn()
HDmain.c1802 switch (cpid = FORK_FUNCTION()) { in Cmd_Exec()
HDjob.c1449 cpid = FORK_FUNCTION(); in JobExec()
HDChangeLog81 o use FORK_FUNCTION so it can be forced to fork when doing coverage.