Home
last modified time | relevance | path

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

/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
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c1073 #ifndef FORK
1074 # define FORK fork macro
2346 DOFORK(FORK);