Symbol: S_ISLNK
bin/cp/utils.c
157
if (!(tolnk && S_ISLNK(sb.st_mode)))
bin/cp/utils.c
369
islink = S_ISLNK(fs->st_mode);
bin/cp/utils.c
503
if (S_ISLNK(fs->st_mode)) {
bin/csh/exp.c
519
#ifdef S_ISLNK
bin/csh/exp.c
520
i = S_ISLNK(stb.st_mode);
bin/ksh/c_ksh.c
113
#ifdef S_ISLNK
bin/ksh/c_ksh.c
147
#ifdef S_ISLNK
bin/ksh/c_ksh.c
197
#ifdef S_ISLNK
bin/ksh/c_test.c
286
#ifdef S_ISLNK
bin/ksh/c_test.c
287
return lstat(opnd1, &b1) == 0 && S_ISLNK(b1.st_mode);
bin/ksh/eval.c
1035
#ifdef S_ISLNK
bin/ksh/eval.c
1036
&& (!S_ISLNK(lstatb.st_mode)
bin/ksh/eval.c
1049
#ifdef S_ISLNK
bin/ksh/eval.c
1050
|| (S_ISLNK(lstatb.st_mode)
bin/ksh/path.c
205
#ifdef S_ISLNK
bin/ksh/path.c
21
#ifdef S_ISLNK
bin/ln/ln.c
166
if (hflag && lstat(targetdir, &sb) == 0 && S_ISLNK(sb.st_mode)) {
bin/ls/print.c
205
if (S_ISLNK(sp->st_mode))
bin/pax/file_subs.c
495
S_ISLNK(sb.st_mode)) {
bin/rm/rm.c
536
if (!stdin_ok || S_ISLNK(sp->st_mode) ||
bin/test/test.c
749
return S_ISLNK(s.st_mode);
lib/libc/gen/fts.c
995
if (S_ISLNK(sbp->st_mode))
lib/libc/gen/getcwd.c
179
if (S_ISLNK(sb.st_mode)) {
lib/libc/gen/glob.c
647
(S_ISLNK(sb.st_mode) &&
lib/libc/gen/glob.c
744
&& ((globstar && !chase_symlinks) || !S_ISLNK(sbuf.st_mode))
lib/libc/gen/glob.c
835
S_ISLNK(sbuf.st_mode)))
libexec/atrun/atrun.c
222
if (S_ISLNK(lbuf.st_mode))
libexec/httpd/bozohttpd.c
1507
if (!S_ISLNK(sb.st_mode))
libexec/httpd/bozohttpd.c
1517
if (lstat(redir, &sb) < 0 || !S_ISLNK(sb.st_mode))
tests/fs/vfs/t_vnops.c
1059
ATF_CHECK(S_ISLNK(st.st_mode) != 0);
tests/lib/libc/sys/t_stat.c
387
if (S_ISLNK(sa.st_mode) != 0)
tests/lib/libc/sys/t_stat.c
390
if (S_ISLNK(sb.st_mode) == 0)
tools/compat/lchflags.c
49
if (S_ISLNK(psb.st_mode)) {
tools/compat/lchmod.c
49
if (S_ISLNK(psb.st_mode)) {
tools/compat/lchown.c
49
if (S_ISLNK(psb.st_mode)) {
usr.bin/find/ls.c
85
if (S_ISLNK(sb->st_mode))
usr.bin/rdist/server.c
1021
if (!S_ISREG(stb.st_mode) && !S_ISLNK(stb.st_mode)) {
usr.bin/realpath/realpath.c
164
if (lstat(s, &sb) == -1 || !S_ISLNK(sb.st_mode)) {
usr.bin/stat/stat.c
931
if (S_ISLNK(st->st_mode)) {
usr.bin/unzip/unzip.c
720
if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) {
usr.bin/unzip/unzip.c
773
if (!S_ISDIR(filetype) && !S_ISREG(filetype) && !S_ISLNK(filetype)) {
usr.bin/wc/wc.c
244
S_ISLNK(sb.st_mode) ||
usr.sbin/catman/catman.c
291
if (S_ISLNK(st3.st_mode)) {
usr.sbin/catman/catman.c
416
if (S_ISLNK(manstat.st_mode)) {
usr.sbin/inetd/parse.c
1311
if (!S_ISREG(sb.st_mode) && !S_ISLNK(sb.st_mode)) {
usr.sbin/inetd/parse.c
1319
if (S_ISLNK(sb.st_mode)) {
usr.sbin/inetd/parse.c
1335
if (S_ISLNK(sb.st_mode)) {
usr.sbin/lpr/lpd/printjob.c
557
if (S_ISLNK(stb.st_mode) && fstat(fi, &stb) == 0 &&
usr.sbin/lpr/lpd/printjob.c
924
if (S_ISLNK(stb.st_mode) && fstat(f, &stb) == 0 &&
usr.sbin/makefs/cd9660.c
852
if (S_ISLNK(newnode->node->type))
usr.sbin/makefs/cd9660/iso9660_rrip.c
355
S_ISLNK(node->node->inode->st.st_mode))
usr.sbin/makefs/ffs.c
695
} else if (S_ISLNK(cur->type)) { /* symlink */
usr.sbin/makefs/ffs.c
748
} else if (S_ISLNK(cur->type)) { /* symlink */
usr.sbin/makefs/walk.c
260
if (S_ISLNK(stbuf.st_mode)) {
usr.sbin/makefs/walk.c
332
if (S_ISLNK(cur->type)) {
usr.sbin/makefs/walk.c
720
if (S_ISLNK(cur->type)) {
usr.sbin/makefs/walk.c
748
if (S_ISLNK(mode))
usr.sbin/mtree/compare.c
171
if (!S_ISLNK(p->fts_statp->st_mode))
usr.sbin/sysinst/aout2elf.c
367
if (S_ISLNK(sb.st_mode)) {