Home
last modified time | relevance | path

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

/openssl/apps/lib/
H A Dopt.c1259 # ifndef S_ISDIR
1261 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
1263 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
1269 # if defined(S_ISDIR) in opt_isdir()
1273 return S_ISDIR(st.st_mode); in opt_isdir()
/openssl/providers/implementations/storemgmt/
H A Dfile_store.c40 #ifndef S_ISDIR
41 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
278 if (S_ISDIR(st.st_mode)) in file_open()
/openssl/crypto/conf/
H A Dconf_def.c35 #ifndef S_ISDIR
36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
818 if (S_ISDIR(st.st_mode)) { in process_include()
/openssl/ssl/
H A Dssl_cert.c34 # ifndef S_ISDIR
35 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
963 if (!stat(buf, &st) && S_ISDIR(st.st_mode)) in SSL_add_dir_cert_subjects_to_stack()
/openssl/engines/
H A De_loader_attic.c45 #ifndef S_ISDIR in DEFINE_STACK_OF()
46 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro
1031 if (S_ISDIR(st.st_mode)) { in file_open_ex()

Completed in 39 milliseconds