Searched defs:S_ISLNK (Results 1 - 25 of 32) sorted by path

12

/macosx-10.10/Heimdal-398.1.2/appl/ftp/ftpd/
H A Dls.c136 #define S_ISLNK(mode) (((mode) & _S_IFMT) == S_IFLNK) macro
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dglob.c512 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
514 #define S_ISLNK(mode) 0 macro
/macosx-10.10/OpenSSH-189/openssh/
H A Ddefines.h147 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/macosx-10.10/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h35 # undef S_ISLNK macro
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */ macro
/macosx-10.10/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h35 # undef S_ISLNK macro
100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */ macro
/macosx-10.10/cxxfilt-11/cxxfilt/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
/macosx-10.10/cxxfilt-11/cxxfilt/libiberty/
H A Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/macosx-10.10/emacs-93/emacs/src/
H A Dfileio.c38 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
H A Dfilelock.c69 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
H A Dfilemode.c80 #if !defined(S_ISLNK) && defined(S_IFLNK) macro
56 #undef S_ISLNK macro
/macosx-10.10/gnuserv-7/gnuserv/
H A Dsysfile.h205 #undef S_ISLNK macro
229 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/macosx-10.10/gnutar-453/gnutar/lib/
H A Dsys_stat_.h45 # undef S_ISLNK macro
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
202 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
204 # define S_ISLNK(mode) 0 macro
/macosx-10.10/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h195 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) /* Symbolic link */ macro
/macosx-10.10/lukemftp-14/tnftp/
H A Dtnftp.h466 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK) macro
/macosx-10.10/postfix-255/postfix/src/util/
H A Dsys_defs.h1532 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK)) macro
/macosx-10.10/procmail-14/procmail/src/
H A Dincludes.h216 #define S_ISLNK(mode) 0 macro
218 #define S_ISLNK(mode) (((mode)&S_IFMT)==S_IFLNK) macro
/macosx-10.10/rsync-45/rsync/
H A Drsync.h766 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK)) macro
/macosx-10.10/ruby-106/ruby/
H A Ddir.c1278 # define S_ISLNK(m) (0) macro
1280 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
H A Dfile.c1195 # define S_ISLNK(m) _S_ISLNK(m) macro
[all...]
/macosx-10.10/screen-22/screen/
H A Dos.h360 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/macosx-10.10/tcl-105/tcl/tcl/unix/
H A DtclUnixPort.h343 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
345 # define S_ISLNK(m) 0 macro
/macosx-10.10/tcl-105/tcl/tcl/win/
H A DtclWinPort.h353 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
355 # define S_ISLNK(m) 0 macro
/macosx-10.10/tcl-105/tcl84/tcl/unix/
H A DtclUnixPort.h381 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
383 # define S_ISLNK(m) 0 macro

Completed in 436 milliseconds

12