Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 25 of 48) sorted by relevance

12

/openbsd/gnu/lib/libreadline/
H A Dposixstat.h69 #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 Dunlink-if-ordinary.c54 #ifdef S_IFLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/openbsd/gnu/usr.bin/binutils/gdb/
H A Dgdb_stat.h55 #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 Dstatdefs.h110 # ifdef S_IFLNK
111 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/openbsd/gnu/usr.bin/perl/ext/Fcntl/
H A DFcntl.xs97 #ifdef S_IFLNK
99 XSANY.any_i32 = S_IFLNK;
H A DMakefile.PL30 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 Dfilemode.c174 #ifdef S_IFLNK
175 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
H A Drename.c133 #ifdef S_IFLNK
134 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dfilemode.c186 #ifdef S_IFLNK
187 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
H A Drename.c131 #ifdef S_IFLNK
132 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/openbsd/gnu/usr.bin/cvs/lib/
H A Dsystem.h79 #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 Dstat.h56 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dstat.h61 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/openbsd/lib/libc/string/
H A Dstrmode.c52 case S_IFLNK: /* symbolic link */ in strmode()
/openbsd/gnu/usr.bin/perl/ext/Fcntl/t/
H A Dmode.t47 skip 'No S_IFLNK', 1 unless defined eval {S_IFLNK};
/openbsd/usr.bin/rdistd/
H A Dserver.c294 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 Dstat.h128 #define S_IFLNK 0120000 /* symbolic link */ macro
/openbsd/bin/pax/
H A Dftree.c475 case S_IFLNK: in next_file()
/openbsd/usr.bin/stat/
H A Dstat.c723 case S_IFLNK: in format1()
738 case S_IFLNK: sdata = "Symbolic Link"; break; in format1()
/openbsd/bin/cp/
H A Dcp.c403 case S_IFLNK: in copy()
/openbsd/usr.bin/uudecode/
H A Duudecode.c276 case S_IFLNK: in decode2()
/openbsd/usr.sbin/makefs/
H A Dwalk.c284 case S_IFLNK: in inode_type()
/openbsd/bin/ls/
H A Dprint.c341 case S_IFLNK: in printtype()
/openbsd/usr.sbin/mtree/
H A Dcompare.c363 case S_IFLNK: in inotype()
/openbsd/bin/test/
H A Dtest.c442 i = S_IFLNK; in filstat()

12