/openbsd/gnu/lib/libreadline/ |
H A D | posixstat.h | 69 #if defined (_S_IFLNK) && !defined (S_IFLNK) 70 #define S_IFLNK _S_IFLNK macro 99 #if defined (S_IFLNK) && !defined (S_ISLNK) 100 #define S_ISLNK(m) (((m)&S_IFMT) == S_IFLNK) /* symbolic link */
|
/openbsd/gnu/lib/libiberty/src/ |
H A D | unlink-if-ordinary.c | 54 #ifdef S_IFLNK 55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/openbsd/gnu/usr.bin/binutils/gdb/ |
H A D | gdb_stat.h | 55 #if !defined(S_ISLNK) && defined(S_IFLNK) 56 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/openbsd/gnu/usr.sbin/mkhybrid/src/include/ |
H A D | statdefs.h | 110 # ifdef S_IFLNK 111 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/openbsd/gnu/usr.bin/perl/ext/Fcntl/ |
H A D | Fcntl.xs | 97 #ifdef S_IFLNK 99 XSANY.any_i32 = S_IFLNK;
|
H A D | Makefile.PL | 30 S_IFCHR S_IFDIR S_IFIFO S_IFLNK S_IFREG S_IFSOCK S_IFWHT S_IREAD
|
/openbsd/gnu/usr.bin/binutils-2.17/binutils/ |
H A D | filemode.c | 174 #ifdef S_IFLNK 175 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
|
H A D | rename.c | 133 #ifdef S_IFLNK 134 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/openbsd/gnu/usr.bin/binutils/binutils/ |
H A D | filemode.c | 186 #ifdef S_IFLNK 187 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
|
H A D | rename.c | 131 #ifdef S_IFLNK 132 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/openbsd/gnu/usr.bin/cvs/lib/ |
H A D | system.h | 79 #if !defined(S_ISLNK) && defined(S_IFLNK) 81 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK) 83 # define S_ISLNK(m) ((m) & S_IFLNK)
|
/openbsd/gnu/gcc/fixincludes/tests/base/sys/ |
H A D | stat.h | 56 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/ |
H A D | stat.h | 61 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/openbsd/lib/libc/string/ |
H A D | strmode.c | 52 case S_IFLNK: /* symbolic link */ in strmode()
|
/openbsd/gnu/usr.bin/perl/ext/Fcntl/t/ |
H A D | mode.t | 47 skip 'No S_IFLNK', 1 unless defined eval {S_IFLNK};
|
/openbsd/usr.bin/rdistd/ |
H A D | server.c | 294 case S_IFLNK: in removefile() 616 case S_IFLNK: in query() 1251 if (mode != S_IFREG && mode != S_IFLNK) { in hardlink() 1509 case S_IFLNK: in recvit() 1735 recvit(cp, S_IFLNK); in server()
|
/openbsd/sys/sys/ |
H A D | stat.h | 128 #define S_IFLNK 0120000 /* symbolic link */ macro
|
/openbsd/bin/pax/ |
H A D | ftree.c | 475 case S_IFLNK: in next_file()
|
/openbsd/usr.bin/stat/ |
H A D | stat.c | 723 case S_IFLNK: in format1() 738 case S_IFLNK: sdata = "Symbolic Link"; break; in format1()
|
/openbsd/bin/cp/ |
H A D | cp.c | 403 case S_IFLNK: in copy()
|
/openbsd/usr.bin/uudecode/ |
H A D | uudecode.c | 276 case S_IFLNK: in decode2()
|
/openbsd/usr.sbin/makefs/ |
H A D | walk.c | 284 case S_IFLNK: in inode_type()
|
/openbsd/bin/ls/ |
H A D | print.c | 341 case S_IFLNK: in printtype()
|
/openbsd/usr.sbin/mtree/ |
H A D | compare.c | 363 case S_IFLNK: in inotype()
|
/openbsd/bin/test/ |
H A D | test.c | 442 i = S_IFLNK; in filstat()
|