Searched defs:S_ISLNK (Results 26 - 32 of 32) sorted by relevance

12

/macosx-10.10/OpenSSH-189/openssh/
H A Ddefines.h147 # define S_ISLNK(mode) (((mode) & 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/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/tcsh-65/tcsh/win32/
H A Dntport.h99 # define S_ISLNK(a) (((a) & 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/emacs-93/emacs/src/
H A Dfileio.c38 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro

Completed in 219 milliseconds

12