Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dunlink-if-ordinary.c55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
57 #define S_ISLNK(m) 0 macro
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Dfilemode.c175 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK) macro
177 #define S_ISLNK(i) 0 macro
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Dfilemode.c175 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK) macro
177 #define S_ISLNK(i) 0 macro
/netbsd-src/external/gpl2/mkhybrid/dist/include/
H A Dstatdefs.h111 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
113 # define S_ISLNK(m) (0) macro
/netbsd-src/external/gpl2/mkhybrid/dist/
H A Drock.c48 #define S_ISLNK(m) (0) macro
51 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
H A Dtree.c73 #define S_ISLNK(m) (0) macro
78 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Dstat-macros.h90 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
92 # define S_ISLNK(m) 0 macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/
H A Dposixstat.h100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */ macro
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dglob.c514 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
516 #define S_ISLNK(mode) 0 macro
/netbsd-src/sys/sys/
H A Dstat.h178 #define S_ISLNK(m) (((m) & _S_IFMT) == _S_IFLNK) /* symbolic link */ macro
/netbsd-src/external/gpl2/gmake/dist/
H A Dremake.c1377 # define S_ISLNK(_m) (((_m)&S_IFMT)==S_IFLNK) in name_mtime() macro
/netbsd-src/external/gpl3/gdb/dist/readline/readline/examples/rlfe/
H A Dos.h359 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK) macro
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Dposix_compat.h115 #define S_ISLNK(m) (((m) & _S_IFMT) == _S_IFLNK) macro
/netbsd-src/external/gpl3/gcc.old/dist/libbacktrace/
H A Delf.c56 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/netbsd-src/external/gpl3/gcc/dist/libbacktrace/
H A Delf.c56 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) macro
/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Dsys_defs.h1549 #define S_ISLNK(mode) (((mode) & (_S_IFMT)) == (_S_IFLNK)) macro
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Doutput.cc117 # define S_ISLNK(mode) 0 macro
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Doutput.cc116 # define S_ISLNK(mode) 0 macro
/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c144 # define S_ISLNK(mode) (0) macro
2228 #define S_ISLNK(mode) (0) macro