Searched refs:_S_IFLNK (Results 1 - 8 of 8) sorted by relevance

/macosx-10.10.1/bash-94.1.2/bash-3.2/include/
H A Dposixstat.h69 #if defined (_S_IFLNK) && !defined (S_IFLNK)
70 #define S_IFLNK _S_IFLNK
/macosx-10.10.1/bash-94.1.2/bash-3.2/lib/readline/
H A Dposixstat.h69 #if defined (_S_IFLNK) && !defined (S_IFLNK)
70 #define S_IFLNK _S_IFLNK
/macosx-10.10.1/libarchive-30/libarchive/libarchive/
H A Darchive_windows.h158 #ifndef _S_IFLNK
159 #define _S_IFLNK 0120000 /* symbolic link */ macro
180 #define S_IFLNK _S_IFLNK
/macosx-10.10.1/sudo-73/src/
H A Dmissing.h98 #ifndef _S_IFLNK
99 # define _S_IFLNK S_IFLNK macro
100 #endif /* _S_IFLNK */
/macosx-10.10.1/rsync-45/rsync/
H A Drsync.h761 #ifndef _S_IFLNK
762 #define _S_IFLNK 0120000 macro
766 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK))
H A Dflist.c247 #if _S_IFLNK != 0120000
257 #if _S_IFLNK != 0120000
259 return (mode & ~(_S_IFMT)) | _S_IFLNK;
/macosx-10.10.1/postfix-255/postfix/src/util/
H A Dsys_defs.h1532 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK))
/macosx-10.10.1/ruby-106/ruby/
H A Dfile.c1197 # ifdef _S_IFLNK
1198 # define S_ISLNK(m) (((m) & S_IFMT) == _S_IFLNK)

Completed in 386 milliseconds