Searched defs:S_ISDIR (Results 1 – 4 of 4) sorted by relevance
1179 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro1181 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
43 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
51 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro
Completed in 16 milliseconds