Home
last modified time | relevance | path

Searched refs:S_ISLNK (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/libiberty/
Dunlink-if-ordinary.c53 #ifndef S_ISLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
68 && (S_ISREG (st.st_mode) || S_ISLNK (st.st_mode))) in unlink_if_ordinary()
/toolchain/binutils/binutils-2.25/binutils/
Dfilemode.c173 #ifndef S_ISLNK
175 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK) macro
177 #define S_ISLNK(i) 0 macro
186 if (S_ISLNK (bits)) in ftypelet()
Drename.c125 #ifndef S_ISLNK
127 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
129 #define S_ISLNK(m) 0 macro
164 || (!S_ISLNK (s.st_mode) in smart_rename()
DChangeLog-91973978 * objcopy.c (S_ISLNK): Define as 0 if there's no S_IFLNK.
/toolchain/binutils/binutils-2.25/gold/
Doutput.cc115 #ifndef S_ISLNK
116 # define S_ISLNK(mode) 0 macro
5026 && (S_ISREG (s.st_mode) || S_ISLNK (s.st_mode))) in open()
DChangeLog6240 * output.cc (S_ISLNK): Define if not defined.
/toolchain/binutils/binutils-2.25/
Dltmain.sh3919 if (S_ISLNK (s.st_mode) != 0)