/illumos-gate/usr/src/tools/protolist/ |
H A D | protolist.c | 93 ((st->st_mode & S_IFMT) == S_IFLNK)) in visit_dir() 121 case S_IFLNK: in visit_dir()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | test.c | 170 return(filtyp(nxtarg(0), S_IFLNK)); in e3() 238 int (*statf)() = (field == S_IFLNK) ? lstat : stat; in filtyp()
|
H A D | pwd.c | 197 (stat1.st_mode & S_IFMT) == S_IFLNK) { in cwd2()
|
/illumos-gate/usr/src/ucbcmd/test/ |
H A D | test.c | 160 return (filtyp(nxtarg(0), S_IFLNK)); in e3() 255 if (field == S_IFLNK) { in filtyp()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | _xftw.c | 155 #ifdef S_IFLNK in fwalk() 158 ((sb.st_mode & S_IFMT) == S_IFLNK)) { in fwalk()
|
H A D | nftw.c | 235 } else if ((statb.st_mode & S_IFMT) == S_IFLNK) { in walk() 262 ((statb.st_mode & S_IFMT) == S_IFLNK)) || in walk() 265 ((statb.st_mode & S_IFMT) == S_IFLNK))) { in walk()
|
/illumos-gate/usr/src/cmd/chgrp/ |
H A D | chgrp.c | 222 if (rflag && ((stbuf.st_mode & S_IFMT) == S_IFLNK)) { in main() 389 if ((st.st_mode & S_IFMT) == S_IFLNK) { in chgrpr()
|
/illumos-gate/usr/src/cmd/chown/ |
H A D | chown.c | 257 if (rflag && ((stbuf.st_mode & S_IFMT) == S_IFLNK)) { in main() 399 if ((st.st_mode & S_IFMT) == S_IFLNK) { in chownr()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_minix.c | 149 #define S_IFLNK 0120000 macro 152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
H A D | fsys_ext2fs.c | 278 #define S_IFLNK 0120000 macro 281 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
|
/illumos-gate/usr/src/lib/libreparse/common/ |
H A D | fs_reparse_lib.c | 195 if ((sbuf.st_mode & S_IFLNK) != S_IFLNK) in reparse_delete()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | server.c | 138 recvf(cp, S_IFLNK); in server() 419 case S_IFLNK: in sendf() 755 case S_IFLNK: in query() 900 if (type == S_IFLNK) { in recvf() 1080 if (mode != S_IFREG && mode != S_IFLNK) { in hardlink() 1381 case S_IFLNK: in recursive_remove()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/ |
H A D | mode.c | 97 #ifdef S_IFLNK in main()
|
/illumos-gate/usr/src/cmd/find/ |
H A D | find.c | 750 #ifdef S_IFLNK in compile() 751 i == 'l' ? S_IFLNK : in compile() 1772 #ifdef S_IFLNK in list() 1809 #ifdef S_IFLNK in list() 1810 case S_IFLNK: /* symbolic link */ in list() 1896 #ifdef S_IFLNK in list() 1922 #ifdef S_IFLNK in list()
|
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/ |
H A D | smb_reparse.c | 59 if ((statbuf.st_mode & S_IFMT) != S_IFLNK) { in smb_reparse_stat()
|
/illumos-gate/usr/src/test/zfs-tests/cmd/mkbusy/ |
H A D | mkbusy.c | 144 (sbuf.st_mode & S_IFMT) == S_IFLNK || in main()
|
/illumos-gate/usr/src/cmd/allocate/ |
H A D | mkdevalloc.c | 287 if ((stat.st_mode & S_IFMT) != S_IFLNK) in dotape() 494 if ((stat.st_mode & S_IFMT) != S_IFLNK) in doaudio() 702 if ((stat.st_mode&S_IFMT) != S_IFLNK) in dofloppy() 869 if ((stat.st_mode & S_IFMT) != S_IFLNK) in docd()
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | stat.h | 229 #define S_IFLNK 0120000 /* symbolic link */ macro
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | eval.c | 536 case S_IFLNK: in walker() 553 if ((sp->st_mode & S_IFMT) == S_IFLNK) in walker()
|
H A D | action.c | 567 case S_IFLNK: in do_copy() 592 dp->f_type = S_IFLNK; in do_copy()
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | lpfsck.c | 135 case S_IFLNK: in lpfsck()
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | nfsops.c | 53 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO,
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | stat.h | 416 #define S_IFLNK 0xA000 /* symbolic link */ macro
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/ |
H A D | snoop_nfs.c | 533 case S_IFLNK: str = "Link"; break;
|
/illumos-gate/usr/src/cmd/du/ |
H A D | du.c | 393 ((stb.st_mode & S_IFMT) != S_IFLNK)) && in descend()
|