Searched refs:S_ISLNK (Results 1 - 25 of 155) sorted by relevance

1234567

/macosx-10.9.5/cxxfilt-11/cxxfilt/libiberty/
H A 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)))
/macosx-10.9.5/gnutar-452/gnutar/lib/
H A Dlchown.c39 if (lstat (file, &stats) == 0 && S_ISLNK (stats.st_mode))
H A Dlstat.c53 if (lstat_result != 0 || !S_ISLNK (sbuf->st_mode))
H A Dfstatat.c39 if (result == 0 && (flag & AT_SYMLINK_NOFOLLOW) && S_ISLNK (st->st_mode)
H A Dsys_stat_.h45 # undef S_ISLNK macro
90 #ifndef S_ISLNK
92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
94 # define S_ISLNK(m) 0 macro
H A Dsystem.h150 # undef S_ISLNK macro
200 #ifndef S_ISLNK
202 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
204 # define S_ISLNK(mode) 0 macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/string/
H A Dmodex.c60 #ifdef S_ISLNK
61 else if (S_ISLNK(i)) x |= X_IFLNK;
H A Dfmtls.c103 #ifdef S_ISLNK
104 else if (S_ISLNK(st->st_mode))
113 #ifdef S_ISLNK
114 S_ISLNK(st->st_mode) ? "->" :
/macosx-10.9.5/cxxfilt-11/cxxfilt/binutils/
H A Dfilemode.c174 #ifndef S_ISLNK
176 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
178 #define S_ISLNK(i) 0
180 #endif /* ! defined (S_ISLNK) */
187 if (S_ISLNK (bits))
175 #define S_ISLNK macro
177 #define S_ISLNK macro
H A Drename.c132 #ifndef S_ISLNK
134 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
136 #define S_ISLNK(m) 0 macro
171 || (!S_ISLNK (s.st_mode)
/macosx-10.9.5/emacs-92/emacs/src/
H A Dfilemode.c57 #undef S_ISLNK
80 #if !defined(S_ISLNK) && defined(S_IFLNK) macro
81 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
188 #ifdef S_ISLNK
189 if (S_ISLNK (bits))
56 #undef S_ISLNK macro
/macosx-10.9.5/bash-92/bash-3.2/include/
H A Dposixstat.h35 # undef S_ISLNK macro
99 #if defined (S_IFLNK) && !defined (S_ISLNK)
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */ macro
/macosx-10.9.5/bash-92/bash-3.2/lib/readline/
H A Dposixstat.h35 # undef S_ISLNK macro
99 #if defined (S_IFLNK) && !defined (S_ISLNK)
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */ macro
/macosx-10.9.5/rsync-42/rsync/lib/
H A Dpermstring.c56 else if (S_ISLNK(mode))
/macosx-10.9.5/text_cmds-87/sort/
H A Dstat-macros.h38 # undef S_ISLNK macro
88 # ifndef S_ISLNK
90 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
92 # define S_ISLNK(m) 0 macro
/macosx-10.9.5/ksh-20/ksh/src/lib/libast/features/
H A Dmode.c94 #ifdef S_ISLNK
95 if (!S_ISLNK(X_IFLNK)) idtype = 0;
98 printf("#define S_ISLNK(m) (S_ITYPE(m)==S_IFLNK)\n");
100 printf("#define S_ISLNK(m) 0\n");
/macosx-10.9.5/bless-98/test/
H A Dtestgetfileid.c56 if(S_ISLNK(sb.st_mode)) {
/macosx-10.9.5/rsync-42/rsync/
H A Dtls.c76 if (S_ISLNK(buf.st_mode)) {
/macosx-10.9.5/shell_cmds-175/find/
H A Dls.c83 if (S_ISLNK(sb->st_mode))
/macosx-10.9.5/tcsh-65/tcsh/
H A Dtc.os.h236 # undef S_ISLNK macro
259 # if !defined(S_ISLNK) && defined(S_IFLNK)
260 # define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK) macro
261 # endif /* ! S_ISLNK && S_IFLNK */
269 # undef S_ISLNK macro
/macosx-10.9.5/gnuserv-7/gnuserv/
H A Dsysfile.h205 #undef S_ISLNK macro
228 #if !defined(S_ISLNK) && defined(S_IFLNK)
229 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/macosx-10.9.5/libiconv-41/libiconv/srclib/
H A Dcanonicalize.c107 #ifdef S_ISLNK
237 #ifdef S_ISLNK
238 if (S_ISLNK (st.st_mode))
/macosx-10.9.5/tcl-102/tcl/tcl/unix/
H A DtclUnixPort.h341 #ifndef S_ISLNK
343 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
345 # define S_ISLNK(m) 0 macro
347 #endif /* !S_ISLNK */
/macosx-10.9.5/tcl-102/tcl/tcl/win/
H A DtclWinPort.h351 #ifndef S_ISLNK
353 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
355 # define S_ISLNK(m) 0 macro
357 #endif /* !S_ISLNK */
/macosx-10.9.5/tcl-102/tcl84/tcl/win/
H A DtclWinPort.h329 #ifndef S_ISLNK
331 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
333 # define S_ISLNK(m) 0 macro
335 #endif /* !S_ISLNK */

Completed in 442 milliseconds

1234567