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

/haiku-buildtools/binutils/libiberty/
H A Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/haiku-buildtools/gcc/libiberty/
H A Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/haiku-buildtools/legacy/binutils/libiberty/
H A Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/haiku-buildtools/legacy/binutils/binutils/
H A Dfilemode.c175 #define S_ISLNK macro
177 #define S_ISLNK macro
H A Drename.c134 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
136 #define S_ISLNK(m) 0 macro
/haiku-buildtools/binutils/binutils/
H A Dfilemode.c175 #define S_ISLNK macro
177 #define S_ISLNK macro
H A Drename.c127 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
129 #define S_ISLNK(m) 0 macro
/haiku-buildtools/binutils/gold/
H A Doutput.cc116 # define S_ISLNK(mode) 0 macro

Completed in 58 milliseconds