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

/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1073 #ifndef FORK
1074 # define FORK fork macro
1075 #endif /* ! FORK */
2346 DOFORK(FORK);
/illumos-gate/usr/src/cmd/sendmail/include/sm/
H A Dconf.h1376 # define FORK fork /* SecureWare wants the real fork! */ macro
1378 # define FORK vfork /* the rest of the OS versions don't care */ macro
2921 # ifndef FORK
2922 # define FORK fork /* function to call to fork mailer */ macro
2923 # endif /* ! FORK */

Completed in 74 milliseconds