Symbol: S_ISLNK
bin/cp/utils.c
285
islink = !fdval && S_ISLNK(fs->st_mode);
bin/cpdup/cpdup.c
1223
} else if (S_ISLNK(stat1->st_mode)) {
bin/cpdup/cpdup.c
813
if (S_ISLNK(stat1->st_mode) || S_ISDIR(stat1->st_mode)) {
bin/ln/ln.c
148
if (hflag && lstat(targetdir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
bin/ls/print.c
184
if (S_ISLNK(sp->st_mode))
bin/mv/mv.c
131
if (lstat(argv[1], &sb) == 0 && S_ISLNK(sb.st_mode))
bin/mv/mv.c
245
if (!S_ISLNK(sb.st_mode)) {
bin/rm/rm.c
523
if (!stdin_ok || S_ISLNK(sp->st_mode) || Pflag ||
bin/test/test.c
403
return S_ISLNK(s.st_mode);
crypto/libressl/apps/openssl/certhash.c
485
if (!S_ISLNK(sb.st_mode))
crypto/openssh/defines.h
177
#ifndef S_ISLNK
crypto/openssh/sftp-client.c
1949
if (S_ISLNK(a->perm)) {
crypto/openssh/sftp-client.c
2327
if (S_ISLNK(sb.st_mode)) {
crypto/openssh/sftp-client.c
2775
if (S_ISLNK(a->perm)) {
crypto/openssh/sftp-realpath.c
168
if (S_ISLNK(sb.st_mode)) {
lib/libc/gen/fts.c
925
if (S_ISLNK(sbp->st_mode))
lib/libc/gen/getdevpath.c
194
if (!S_ISLNK(st->st_mode))
lib/libc/gen/glob.c
604
|| (S_ISLNK(sb.st_mode) &&
lib/libc/stdlib/realpath.c
182
if (S_ISLNK(sb.st_mode)) {
lib/libhammer/compat.c
82
S_ISLNK(st.st_mode))
lib/libssh/openbsd-compat/glob.c
659
(S_ISLNK(sb.st_mode) &&
libexec/atrun/atrun.c
203
if (S_ISLNK(lbuf.st_mode))
sbin/hammer/cmd_cleanup.c
611
if (lstat(fpath, &st) == 0 && S_ISLNK(st.st_mode))
sbin/hammer/cmd_cleanup.c
875
if (lstat(fpath, &st) == 0 && S_ISLNK(st.st_mode))
sbin/hammer/cmd_cleanup.c
924
if (lstat(fpath, &st) == 0 && S_ISLNK(st.st_mode) &&
sbin/hammer/cmd_pfs.c
85
if (S_ISLNK(st.st_mode))
sbin/hammer/cmd_snapshot.c
247
} else if (S_ISLNK(st.st_mode)) {
sbin/hammer/cmd_softprune.c
286
if (!S_ISLNK(st.st_mode))
sbin/newfs/fscopy.c
349
if (!S_ISLNK(st->st_mode)) {
stand/lib/ext2fs.c
474
if (S_ISLNK(fp->f_di.di_mode)) {
sys/vfs/dirfs/dirfs_subr.c
325
else if (S_ISLNK(mode))
sys/vfs/fuse/fuse_vnops.c
562
else if (S_ISLNK(mode))
usr.bin/find/ls.c
72
if (S_ISLNK(sb->st_mode))
usr.bin/stat/stat.c
853
if (S_ISLNK(st->st_mode)) {
usr.bin/unzip/unzip.c
602
if ((S_ISREG(sb.st_mode) || S_ISLNK(sb.st_mode)) &&
usr.bin/unzip/unzip.c
700
if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) {
usr.bin/unzip/unzip.c
753
if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) {
usr.bin/xinstall/xinstall.c
286
if (S_ISLNK(to_sb.st_mode)) {
usr.bin/xinstall/xinstall.c
641
if (target && !S_ISREG(to_sb.st_mode) && !S_ISLNK(to_sb.st_mode)) {
usr.sbin/lpr/lpc/cmds.c
802
if (S_ISLNK(stbuf.st_mode)) {
usr.sbin/lpr/lpc/cmds.c
821
if (S_ISLNK(stbuf.st_mode)) {
usr.sbin/lpr/lpc/cmds.c
846
if (S_ISLNK(stbuf.st_mode)) {
usr.sbin/lpr/lpr/lpr.c
420
if (S_ISLNK(statb1.st_mode))
usr.sbin/makefs/cd9660.c
816
if (S_ISLNK(newnode->node->type))
usr.sbin/makefs/cd9660/iso9660_rrip.c
354
S_ISLNK(node->node->inode->st.st_mode))
usr.sbin/makefs/ffs.c
737
} else if (S_ISLNK(cur->type)) { /* symlink */
usr.sbin/makefs/ffs.c
797
} else if (S_ISLNK(cur->type)) { /* symlink */
usr.sbin/makefs/hammer2.c
1017
else if (S_ISLNK(node->type))
usr.sbin/makefs/hammer2.c
1034
else if (S_ISLNK(node->type))
usr.sbin/makefs/hammer2.c
1089
if (S_ISLNK(cur->type)) {
usr.sbin/makefs/hammer2.c
1166
if (S_ISLNK(cur->type)) {
usr.sbin/makefs/walk.c
200
if (S_ISLNK(cur->type)) {
usr.sbin/makefs/walk.c
579
if (S_ISLNK(cur->type)) {
usr.sbin/makefs/walk.c
608
if (S_ISLNK(mode))
usr.sbin/makefs/walk.c
612
if (S_ISLNK(mode))
usr.sbin/mtree/compare.c
158
if (!S_ISLNK(p->fts_statp->st_mode))
usr.sbin/pw/cpdir.c
85
} else if (S_ISLNK(st.st_mode) && (len = readlink(src, lnk, sizeof(lnk) - 1)) != -1) {
usr.sbin/pw/rm_r.c
58
if (S_ISLNK(st.st_mode) || st.st_uid == uid)
usr.sbin/pw/rm_r.c
66
if (S_ISLNK(st.st_mode))
usr.sbin/tzsetup/tzsetup.c
707
} else if (S_ISLNK(sb.st_mode))