Home
last modified time | relevance | path

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

/freebsd/contrib/sendmail/src/
H A Dcontrol.c349 exitstat = EX_RESTART;
H A Dutil.c2775 if (WEXITSTATUS(st) == EX_RESTART)
H A Dmap.c4429 if (*statp == EX_RESTART)
/freebsd/contrib/sendmail/libsm/
H A Dldap.c1418 statp = EX_RESTART;
1580 statp = EX_RESTART;
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2760 # define EX_RESTART 23 /* restart sendmail daemon */ macro