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

/haiku/src/system/libroot/posix/glibc/stdio-common/
H A Dtempname.c66 # undef S_ISDIR macro
69 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/haiku/headers/posix/sys/
H A Dstat.h68 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/haiku/src/bin/unzip/
H A Dunzpriv.h1161 # define S_ISDIR(m) (FALSE) macro
1163 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1295 #define S_ISDIR(mode) FSSH_S_ISDIR(mode) macro

Completed in 65 milliseconds