Home
last modified time | relevance | path

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

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

Completed in 12 milliseconds