Home
last modified time | relevance | path

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

/openssl-master/apps/lib/
A Dopt.c1177 # ifndef S_ISDIR
1179 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
1181 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
1187 # if defined(S_ISDIR) in opt_isdir()
1191 return S_ISDIR(st.st_mode); in opt_isdir()
/openssl-master/providers/implementations/storemgmt/
A Dfile_store.c42 #ifndef S_ISDIR
43 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
284 if (S_ISDIR(st.st_mode)) in file_open()
/openssl-master/crypto/conf/
A Dconf_def.c35 #ifndef S_ISDIR
36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
810 if (S_ISDIR(st.st_mode)) { in process_include()
/openssl-master/engines/
A De_loader_attic.c50 #ifndef S_ISDIR in DEFINE_STACK_OF()
51 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) in DEFINE_STACK_OF() macro
1042 if (S_ISDIR(st.st_mode)) { in file_open_ex()

Completed in 14 milliseconds