Symbol: S_IFLNK
bin/cp/cp.c
587
case S_IFLNK:
bin/ls/print.c
511
case S_IFLNK:
bin/ls/print.c
634
case S_IFLNK:
bin/pax/ftree.c
464
case S_IFLNK:
bin/pax/tar.c
409
arcn->sb.st_mode |= S_IFLNK;
bin/pax/tar.c
808
arcn->sb.st_mode |= S_IFLNK;
crypto/heimdal/appl/ftp/ftpd/ls.c
136
#define S_ISLNK(mode) (((mode) & _S_IFMT) == S_IFLNK)
crypto/heimdal/lib/roken/glob.c
511
#if defined(S_IFLNK) && defined(S_IFMT)
crypto/heimdal/lib/roken/glob.c
512
#define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
crypto/openssh/defines.h
180
# define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
crypto/openssh/openbsd-compat/strmode.c
59
case S_IFLNK: /* symbolic link */
lib/libc/string/strmode.c
53
case S_IFLNK: /* symbolic link */
lib/libprocstat/common_kvm.c
168
mode |= S_IFLNK;
sbin/bsdlabel/bsdlabel.c
435
if (i != S_IFREG && i != S_IFLNK)
sbin/dump/traverse.c
506
case S_IFLNK:
stand/libsa/nfs.c
743
0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFSOCK, S_IFIFO, 0 };
sys/kern/vfs_default.c
1570
mode |= S_IFLNK;
sys/kern/vfs_subr.c
159
0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK,
tests/sys/fs/fusefs/readlink.cc
46
FuseTest::expect_lookup(relpath, ino, S_IFLNK | 0777, 0, 1);
tests/sys/fs/fusefs/readlink.cc
98
out.body.entry.attr.mode = S_IFLNK | 0777;
tests/sys/fs/fusefs/symlink.cc
57
out.body.entry.attr.mode = S_IFLNK | 0777;
tests/sys/fs/fusefs/symlink.cc
86
out.body.entry.attr.mode = S_IFLNK | 0777;
usr.bin/bintrans/uudecode.c
276
case S_IFLNK:
usr.bin/find/function.c
1695
mask = S_IFLNK;
usr.bin/find/printf.c
295
case S_IFLNK:
usr.bin/stat/stat.c
846
case S_IFLNK: sdata = "@"; break;
usr.bin/stat/stat.c
864
case S_IFLNK: sdata = "Symbolic Link"; break;
usr.sbin/lpr/lpd/printjob.c
1020
if ((stb.st_mode & S_IFMT) == S_IFLNK && fstat(sfd, &stb) == 0 &&
usr.sbin/lpr/lpd/printjob.c
630
if ((stb.st_mode & S_IFMT) == S_IFLNK && fstat(fi, &stb) == 0 &&
usr.sbin/makefs/ffs.c
711
if (node->type == S_IFLNK) {
usr.sbin/makefs/mtree.c
439
if (n->type == S_IFLNK)
usr.sbin/makefs/mtree.c
672
node->type = S_IFLNK;
usr.sbin/makefs/mtree.c
745
if (type == S_IFLNK && node->symlink == NULL) {
usr.sbin/makefs/mtree.c
753
type = (node->symlink != NULL) ? S_IFLNK : S_IFDIR;
usr.sbin/makefs/walk.c
463
if (curfsnode->type == S_IFLNK) {
usr.sbin/makefs/zfs/fs.c
185
cur->type == S_IFLNK);
usr.sbin/makefs/zfs/fs.c
222
case S_IFLNK:
usr.sbin/makefs/zfs/fs.c
402
case S_IFLNK:
usr.sbin/makefs/zfs/fs.c
421
case S_IFLNK:
usr.sbin/makefs/zfs/fs.c
524
if (cur->type == S_IFLNK) {
usr.sbin/makefs/zfs/fs.c
672
assert(cur->type == S_IFLNK);
usr.sbin/makefs/zfs/fs.c
710
case S_IFLNK:
usr.sbin/mountd/mountd.c
3917
case S_IFLNK:
usr.sbin/setfmac/setfmac.c
366
entry->mode = S_IFLNK;