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

/freebsd-9.3-release/contrib/sendmail/include/sm/
H A Dconf.h1385 # define FORK fork /* SecureWare wants the real fork! */ macro
1387 # define FORK vfork /* the rest of the OS versions don't care */ macro
2932 # ifndef FORK
2933 # define FORK fork /* function to call to fork mailer */ macro
2934 # endif /* ! FORK */
/freebsd-9.3-release/contrib/sendmail/src/
H A Ddeliver.c1074 #ifndef FORK
1075 # define FORK fork macro
1076 #endif /* ! FORK */
2348 DOFORK(FORK);

Completed in 57 milliseconds