Searched refs:FORK (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/sendmail/include/sm/
H A Dconf.h1402 # define FORK fork /* SecureWare wants the real fork! */ macro
1404 # define FORK vfork /* the rest of the OS versions don't care */ macro
2968 # ifndef FORK
2969 # define FORK fork /* function to call to fork mailer */ macro
/freebsd-11-stable/contrib/sendmail/src/
H A Ddeliver.c1083 #ifndef FORK
1084 # define FORK fork macro
2453 DOFORK(FORK);

Completed in 58 milliseconds