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

/freebsd-12-stable/contrib/sendmail/include/sm/
H A Derrstring.h20 # define E_PSEUDOBASE 512 macro
34 #ifndef E_PSEUDOBASE
35 # define E_PSEUDOBASE 256 macro
38 #define E_SM_OPENTIMEOUT (E_PSEUDOBASE + 0) /* Timeout on file open */
39 #define E_SM_NOSLINK (E_PSEUDOBASE + 1) /* Symbolic links not allowed */
40 #define E_SM_NOHLINK (E_PSEUDOBASE + 2) /* Hard links not allowed */
41 #define E_SM_REGONLY (E_PSEUDOBASE + 3) /* Regular files only */
42 #define E_SM_ISEXEC (E_PSEUDOBASE + 4) /* Executable files not allowed */
43 #define E_SM_WWDIR (E_PSEUDOBASE + 5) /* World writable directory */
44 #define E_SM_GWDIR (E_PSEUDOBASE
[all...]
/freebsd-12-stable/contrib/sendmail/src/
H A Drecipient.c1634 if (ret > E_PSEUDOBASE &&

Completed in 167 milliseconds