Searched refs:S_IFLNK (Results 1 - 25 of 63) sorted by relevance

123

/freebsd-9.3-release/contrib/binutils/libiberty/
H A Dunlink-if-ordinary.c54 #ifdef S_IFLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-9.3-release/contrib/gcclibs/libiberty/
H A Dunlink-if-ordinary.c54 #ifdef S_IFLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-9.3-release/contrib/file/src/
H A Dfile_opts.h36 #ifdef S_IFLNK
H A Dfsmagic.c66 #ifdef S_IFLNK
107 #ifdef S_IFLNK
123 #ifdef S_IFLNK
286 #ifdef S_IFLNK
287 case S_IFLNK:
H A Dfile.c70 #ifdef S_IFLNK
173 #ifdef S_IFLNK
279 #ifdef S_IFLNK
/freebsd-9.3-release/contrib/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 */
/freebsd-9.3-release/contrib/gdb/gdb/
H A Dgdb_stat.h55 #if !defined(S_ISLNK) && defined(S_IFLNK)
56 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-9.3-release/contrib/binutils/binutils/
H A Dfilemode.c176 #ifdef S_IFLNK
177 #define S_ISLNK(i) (((i) & S_IFMT) == S_IFLNK)
178 #else /* ! defined (S_IFLNK) */
180 #endif /* ! defined (S_IFLNK) */
H A Drename.c134 #ifdef S_IFLNK
135 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-9.3-release/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_secure.c61 archive_entry_set_mode(ae, S_IFLNK | 0777);
90 archive_entry_set_mode(ae, S_IFLNK | 0777);
115 archive_entry_set_mode(ae, S_IFLNK | 0777);
137 archive_entry_set_mode(ae, S_IFLNK | 0777);
165 archive_entry_set_mode(ae, S_IFLNK | 0777);
/freebsd-9.3-release/contrib/diff/lib/
H A Dfile-type.h91 # ifdef S_IFLNK
92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dstrmode.c59 case S_IFLNK: /* symbolic link */
/freebsd-9.3-release/lib/libc/string/
H A Dstrmode.c57 case S_IFLNK: /* symbolic link */
/freebsd-9.3-release/contrib/tcsh/
H A Dtc.os.h224 # define S_IFLNK 0120000 /* symbolic link */ macro
259 # if !defined(S_ISLNK) && defined(S_IFLNK)
260 # define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK)
261 # endif /* ! S_ISLNK && S_IFLNK */
270 # undef S_IFLNK macro
440 #ifndef S_IFLNK
442 #endif /* S_IFLNK */
H A Dglob.c73 #if !defined(S_ISLNK) && defined(S_IFLNK)
74 #define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK)
92 #ifdef S_IFLNK
210 #ifdef S_IFLNK
225 #endif /* S_IFLNK */
500 #ifdef S_IFLNK
625 #ifdef S_IFLNK
H A Dsh.dir.c128 #ifdef S_IFLNK
159 #else /* S_IFLNK */
164 #endif /* S_IFLNK */
343 #ifdef S_IFLNK
483 #endif /* S_IFLNK */
886 #ifdef S_IFLNK /* if we have symlinks */
890 #endif /* S_IFLNK */
974 #ifdef S_IFLNK /* if we have symlinks */
1028 #endif /* S_IFLNK */
1045 #ifdef S_IFLNK /* i
[all...]
/freebsd-9.3-release/contrib/gnu-sort/lib/
H A Dstat-macros.h89 # ifdef S_IFLNK
90 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-9.3-release/contrib/cvs/lib/
H A Dsystem.h33 S_IFBLK, S_IFLNK, &c, each have their own bit? I suspect it was
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)
/freebsd-9.3-release/contrib/mtree/
H A Dmisc.c263 return S_IFLNK;
298 case S_IFLNK:
/freebsd-9.3-release/lib/libprocstat/
H A Dcommon_kvm.c163 mode |= S_IFLNK;
/freebsd-9.3-release/contrib/libreadline/examples/rlfe/
H A Dos.h356 #if defined(S_IFLNK) && defined(S_IFMT) && !defined(S_ISLNK)
357 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/freebsd-9.3-release/bin/pax/
H A Dftree.c495 case S_IFLNK:
/freebsd-9.3-release/contrib/lukemftpd/
H A Dlukemftpd.h396 # define S_ISLNK(m) ((m & S_IFMT) == S_IFLNK)
/freebsd-9.3-release/sys/sys/
H A Dstat.h229 #define S_IFLNK 0120000 /* symbolic link */ macro
/freebsd-9.3-release/bin/ls/
H A Dprint.c410 case S_IFLNK:
486 case S_IFLNK:

Completed in 332 milliseconds

123