Searched refs:E_PSEUDOBASE (Results 1 – 2 of 2) sorted by relevance
22 # define E_PSEUDOBASE 512 macro36 #ifndef E_PSEUDOBASE37 # define E_PSEUDOBASE 256 macro40 #define E_SM_OPENTIMEOUT (E_PSEUDOBASE + 0) /* Timeout on file open */41 #define E_SM_NOSLINK (E_PSEUDOBASE + 1) /* Symbolic links not allowed */42 #define E_SM_NOHLINK (E_PSEUDOBASE + 2) /* Hard links not allowed */43 #define E_SM_REGONLY (E_PSEUDOBASE + 3) /* Regular files only */44 #define E_SM_ISEXEC (E_PSEUDOBASE + 4) /* Executable files not allowed */45 #define E_SM_WWDIR (E_PSEUDOBASE + 5) /* World writable directory */46 #define E_SM_GWDIR (E_PSEUDOBASE + 6) /* Group writable directory */[all …]
1631 if (ret > E_PSEUDOBASE &&