Symbol: S_ISLNK
bin/cp/utils.c
337
islink = !fdval && S_ISLNK(fs->st_mode);
bin/ln/ln.c
152
if (hflag && lstat(targetdir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
bin/ls/print.c
268
if (S_ISLNK(sp->st_mode))
bin/mv/mv.c
121
if (lstat(argv[1], &sb) == 0 && S_ISLNK(sb.st_mode))
bin/mv/mv.c
225
if (!S_ISLNK(sb.st_mode)) {
bin/rm/rm.c
402
if (!stdin_ok || S_ISLNK(sp->st_mode) ||
bin/test/test.c
398
return S_ISLNK(s.st_mode);
crypto/heimdal/appl/ftp/ftpd/ls.c
135
#ifndef S_ISLNK
crypto/heimdal/appl/ftp/ftpd/ls.c
176
else if(S_ISLNK(st->st_mode)) {
crypto/heimdal/appl/ftp/ftpd/ls.c
298
if(S_ISLNK(st->st_mode)) {
crypto/heimdal/lib/roken/glob.c
510
#ifndef S_ISLNK
crypto/heimdal/lib/roken/glob.c
538
|| (S_ISLNK(sb.st_mode) &&
crypto/krb5/src/lib/gssapi/mechglue/g_initialize.c
450
if (!S_ISLNK(st1.st_mode))
crypto/krb5/src/plugins/kdb/db2/libdb2/include/db-int.h
275
#ifndef S_ISLNK /* BSD POSIX 1003.1 extensions */
crypto/openssh/defines.h
177
#ifndef S_ISLNK
crypto/openssh/openbsd-compat/glob.c
659
(S_ISLNK(sb.st_mode) &&
crypto/openssh/sftp-client.c
1949
if (S_ISLNK(a->perm)) {
crypto/openssh/sftp-client.c
2328
if (S_ISLNK(sb.st_mode)) {
crypto/openssh/sftp-client.c
2776
if (S_ISLNK(a->perm)) {
crypto/openssh/sftp-realpath.c
168
if (S_ISLNK(sb.st_mode)) {
crypto/openssl/apps/rehash.c
409
if (S_ISLNK(st.st_mode) && handle_symlink(filename, buf) == 0)
lib/libc/gen/fts-compat.c
984
if (S_ISLNK(sbp->st_mode))
lib/libc/gen/fts-compat11.c
937
if (S_ISLNK(sbp->st_mode))
lib/libc/gen/fts-compat11.c
975
if (S_ISLNK(sbp->st_mode))
lib/libc/gen/fts.c
1046
if (ret != 0 && S_ISLNK(sbp->st_mode))
lib/libc/gen/fts.c
1084
if (S_ISLNK(sbp->st_mode))
lib/libc/gen/glob-compat11.c
633
(S_ISLNK(sb.st_mode) &&
lib/libc/gen/glob.c
696
(S_ISLNK(sb.st_mode) &&
lib/libc/stdlib/realpath.c
152
if (S_ISLNK(sb.st_mode)) {
libexec/atrun/atrun.c
210
if (S_ISLNK(lbuf.st_mode))
libexec/flua/lfs/lfs.c
263
else if (S_ISLNK(mode))
sbin/hastd/hastd.c
152
else if (S_ISLNK(mode))
stand/libsa/ext2fs.c
479
if (S_ISLNK(fp->f_di.di_mode)) {
stand/libsa/zfs/zfsimpl.c
3931
if (S_ISLNK(sb.st_mode)) {
stand/userboot/test/test.c
197
!S_ISLNK(tf->tf_stat.st_mode))
stand/userboot/test/test.c
201
if (!S_ISLNK(tf->tf_stat.st_mode)) {
stand/userboot/test/test.c
227
} else if (S_ISLNK(tf->tf_stat.st_mode)) {
sys/fs/p9fs/p9fs_vnops.c
936
if (S_ISLNK(mode))
usr.bin/diff/diffdir.c
286
if (S_ISLNK(stb1.st_mode) || S_ISLNK(stb2.st_mode)) {
usr.bin/diff/diffdir.c
287
if (S_ISLNK(stb1.st_mode) && S_ISLNK(stb2.st_mode)) {
usr.bin/diff/diffdir.c
313
path1, S_ISLNK(stb1.st_mode) ? "symbolic link" :
usr.bin/diff/diffdir.c
316
path2, S_ISLNK(stb2.st_mode) ? "symbolic link" :
usr.bin/find/function.c
373
if (S_ISLNK(entry->fts_statp->st_mode))
usr.bin/find/ls.c
72
if (S_ISLNK(sb->st_mode))
usr.bin/find/printf.c
260
if (S_ISLNK(sp->st_mode)) {
usr.bin/stat/stat.c
865
if (S_ISLNK(st->st_mode)) {
usr.bin/xinstall/xinstall.c
372
if (S_ISLNK(to_sb.st_mode)) {
usr.bin/xinstall/xinstall.c
846
if (target && !S_ISREG(to_sb.st_mode) && !S_ISLNK(to_sb.st_mode))
usr.sbin/jail/command.c
1044
if (S_ISLNK(st.st_mode)) {
usr.sbin/lpr/lpc/cmds.c
806
if (S_ISLNK(stbuf.st_mode)) {
usr.sbin/lpr/lpc/cmds.c
825
if (S_ISLNK(stbuf.st_mode)) {
usr.sbin/lpr/lpc/cmds.c
850
if (S_ISLNK(stbuf.st_mode)) {
usr.sbin/lpr/lpr/lpr.c
415
if (S_ISLNK(statb1.st_mode))
usr.sbin/makefs/cd9660.c
817
if (S_ISLNK(newnode->node->type))
usr.sbin/makefs/cd9660/iso9660_rrip.c
370
S_ISLNK(node->node->inode->st.st_mode))
usr.sbin/makefs/ffs.c
770
} else if (S_ISLNK(cur->type)) { /* symlink */
usr.sbin/makefs/ffs.c
828
} else if (S_ISLNK(cur->type)) { /* symlink */
usr.sbin/makefs/walk.c
221
if (S_ISLNK(cur->type)) {
usr.sbin/makefs/walk.c
580
if (S_ISLNK(cur->type)) {
usr.sbin/makefs/walk.c
609
if (S_ISLNK(mode))
usr.sbin/pw/cpdir.c
109
if (S_ISLNK(st.st_mode) &&
usr.sbin/pw/rm_r.c
91
} else if (S_ISLNK(st.st_mode) || st.st_uid == uid)
usr.sbin/pw/rm_r.c
99
if (S_ISLNK(st.st_mode)) {