Searched defs:S_IFMT (Results 1 – 9 of 9) sorted by relevance
60 # define S_IFMT _S_IFMT macro
12 #define S_IFMT 00170000 macro
24 def S_IFMT(mode): function
27 def S_IFMT(mode): function
9 #define S_IFMT 00170000 macro
234 #define S_IFMT 0170000 macro
397 #define S_IFMT (S_IFDIR|S_IFCHR|S_IFREG) macro
119 #define S_IFMT 00170000 macro
570 S_IFMT = 00170000 variable