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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddir.h41 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/haiku/headers/posix/sys/
H A Dstat.h66 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/haiku/src/bin/unzip/
H A Dunzpriv.h1155 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/haiku/headers/private/fs_shell/
H A Dfssh_api_wrapper.h1293 #define S_ISLNK(mode) FSSH_S_ISLNK(mode) macro

Completed in 68 milliseconds