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

123

/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dunlink-if-ordinary.c54 #ifdef S_IFLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dunlink-if-ordinary.c54 #ifdef S_IFLNK
55 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-11-stable/contrib/file/src/
H A Dfile_opts.h60 #ifdef S_IFLNK
H A Dfsmagic.c69 #ifdef S_IFLNK
111 #ifdef S_IFLNK
125 #ifdef S_IFLNK
293 #ifdef S_IFLNK
294 case S_IFLNK:
H A Dfile.c71 #ifdef S_IFLNK
210 #ifdef S_IFLNK
331 #ifdef S_IFLNK
/freebsd-11-stable/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-11-stable/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-11-stable/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-11-stable/contrib/libarchive/libarchive/test/
H A Dtest_write_disk_secure.c65 archive_entry_set_mode(ae, S_IFLNK | 0777);
94 archive_entry_set_mode(ae, S_IFLNK | 0777);
115 archive_entry_set_mode(ae, S_IFLNK | 0777);
136 archive_entry_set_mode(ae, S_IFLNK | 0777);
159 archive_entry_set_mode(ae, S_IFLNK | 0777);
181 archive_entry_set_mode(ae, S_IFLNK | 0777);
209 archive_entry_set_mode(ae, S_IFLNK | 0777);
H A Dtest_write_format_gnutar_filenames.c103 #ifdef S_IFLNK
104 assertEqualInt(S_IFLNK, AE_IFLNK);
/freebsd-11-stable/contrib/diff/lib/
H A Dfile-type.h91 # ifdef S_IFLNK
92 # define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/freebsd-11-stable/lib/libc/string/
H A Dstrmode.c57 case S_IFLNK: /* symbolic link */
/freebsd-11-stable/crypto/openssh/openbsd-compat/
H A Dstrmode.c59 case S_IFLNK: /* symbolic link */
/freebsd-11-stable/contrib/tcsh/
H A Dtc.os.h223 # define S_IFLNK 0120000 /* symbolic link */ macro
258 # if !defined(S_ISLNK) && defined(S_IFLNK)
259 # define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK)
260 # endif /* ! S_ISLNK && S_IFLNK */
269 # undef S_IFLNK macro
439 #ifndef S_IFLNK
441 #endif /* S_IFLNK */
H A Dglob.c78 #if !defined(S_ISLNK) && defined(S_IFLNK)
79 #define S_ISLNK(a) (((a) & S_IFMT) == S_IFLNK)
97 #ifdef S_IFLNK
217 #ifdef S_IFLNK
232 #endif /* S_IFLNK */
509 #ifdef S_IFLNK
634 #ifdef S_IFLNK
H A Dsh.dir.c125 #ifdef S_IFLNK
156 #else /* S_IFLNK */
161 #endif /* S_IFLNK */
340 #ifdef S_IFLNK
480 #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-11-stable/contrib/mtree/
H A Dmisc.c263 return S_IFLNK;
298 case S_IFLNK:
/freebsd-11-stable/lib/libprocstat/
H A Dcommon_kvm.c170 mode |= S_IFLNK;
/freebsd-11-stable/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-11-stable/bin/pax/
H A Dftree.c495 case S_IFLNK:
/freebsd-11-stable/sys/sys/
H A Dstat.h229 #define S_IFLNK 0120000 /* symbolic link */ macro
/freebsd-11-stable/crypto/heimdal/lib/roken/
H A Dglob.c511 #if defined(S_IFLNK) && defined(S_IFMT)
512 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/freebsd-11-stable/bin/ls/
H A Dprint.c576 case S_IFLNK:
652 case S_IFLNK:
/freebsd-11-stable/bin/cp/
H A Dcp.c416 case S_IFLNK:

Completed in 291 milliseconds

123