Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/libiberty/
Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/toolchain/binutils/binutils-2.25/binutils/
Drename.c127 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
129 #define S_ISLNK(m) 0 macro
Dfilemode.c175 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK) macro
177 #define S_ISLNK(i) 0 macro
/toolchain/binutils/binutils-2.25/gold/
Doutput.cc116 # define S_ISLNK(mode) 0 macro