Searched defs:S_ISDIR (Results 1 – 5 of 5) sorted by relevance
1261 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro1263 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
42 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
35 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
46 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro
Completed in 31 milliseconds