Searched refs:E_PSEUDOBASE (Results 1 – 2 of 2) sorted by relevance
20 # define E_PSEUDOBASE 512 macro34 #ifndef E_PSEUDOBASE35 # define E_PSEUDOBASE 256 macro38 #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 + 6) /* Group writable directory */[all …]
1629 if (ret > E_PSEUDOBASE &&