Home
last modified time | relevance | path

Searched defs:S_ISLNK (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/diff/lib/
H A Dfile-type.h92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
94 # define S_ISLNK(m) 0 macro
/freebsd/crypto/heimdal/lib/roken/
H A Dglob.c512 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
514 #define S_ISLNK(mode) 0 macro
/freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/include/
H A Ddb-int.h276 #define S_ISLNK(m) ((m & 0170000) == 0120000) /* symbolic link */ macro
/freebsd/contrib/tcsh/
H A Dtc.os.h259 # define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK) macro
H A Dglob.c79 #define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK) macro
/freebsd/contrib/tnftp/
H A Dtnftp.h464 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK) macro
/freebsd/crypto/heimdal/appl/ftp/ftpd/
H A Dls.c136 #define S_ISLNK(mode) (((mode) & _S_IFMT) == S_IFLNK) macro
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Dposix_compat.h120 # define S_ISLNK(m) (((m) & _S_IFMT) == _S_IFLNK) macro
/freebsd/sys/sys/
H A Dstat.h288 #define S_ISLNK(m) (((m) & 0170000) == 0120000) /* symbolic link */ macro
/freebsd/crypto/openssh/
H A Ddefines.h178 # define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/freebsd/contrib/sendmail/include/sm/
H A Dconf.h2716 # define S_ISLNK(foo) ((foo & S_IFMT) == S_IFLNK) macro
/freebsd/contrib/sqlite3/
H A Dshell.c141 # define S_ISLNK(mode) (0) macro
1770 #define S_ISLNK(mode) (0) macro