Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 – 4 of 4) sorted by relevance

/openssl-master/apps/lib/
A Dopt.c1179 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
1181 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/openssl-master/crypto/conf/
A Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/openssl-master/providers/implementations/storemgmt/
A Dfile_store.c43 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/openssl-master/engines/
A De_loader_attic.c51 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro

Completed in 16 milliseconds