Home
last modified time | relevance | path

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

/freebsd/contrib/bmake/
H A Dmake.h191 #ifndef FORK_FUNCTION
192 #define FORK_FUNCTION vfork macro
H A Dcompat.c209 int pid = FORK_FUNCTION(); in Compat_Spawn()
H A Dmain.c1805 switch (cpid = FORK_FUNCTION()) { in Cmd_Exec()
H A Djob.c1448 cpid = FORK_FUNCTION(); in JobExec()
H A DChangeLog15 o use FORK_FUNCTION so it can be forced to fork when doing coverage.