Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dopt.c1261 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
1263 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/openssl/crypto/conf/
H A Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c42 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/openssl/ssl/
H A Dssl_cert.c35 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/openssl/engines/
H A De_loader_attic.c46 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro

Completed in 31 milliseconds