Home
last modified time | relevance | path

Searched refs:S_IFLNK (Results 1 – 25 of 63) sorted by relevance

123

/illumos-gate/usr/src/tools/protolist/
H A Dprotolist.c93 ((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 Dtest.c170 return(filtyp(nxtarg(0), S_IFLNK)); in e3()
238 int (*statf)() = (field == S_IFLNK) ? lstat : stat; in filtyp()
H A Dpwd.c197 (stat1.st_mode & S_IFMT) == S_IFLNK) { in cwd2()
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c160 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.c155 #ifdef S_IFLNK in fwalk()
158 ((sb.st_mode & S_IFMT) == S_IFLNK)) { in fwalk()
H A Dnftw.c235 } 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 Dchgrp.c222 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 Dchown.c257 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 Dfsys_minix.c149 #define S_IFLNK 0120000 macro
152 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
H A Dfsys_ext2fs.c278 #define S_IFLNK 0120000 macro
281 #define S_ISLNK(m) (((m) & S_IFMT) == S_IFLNK)
/illumos-gate/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c195 if ((sbuf.st_mode & S_IFLNK) != S_IFLNK) in reparse_delete()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c138 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/cmd/find/
H A Dfind.c682 #ifdef S_IFLNK in compile()
683 i == 'l' ? S_IFLNK : in compile()
1687 #ifdef S_IFLNK in list()
1724 #ifdef S_IFLNK in list()
1725 case S_IFLNK: /* symbolic link */ in list()
1811 #ifdef S_IFLNK in list()
1837 #ifdef S_IFLNK in list()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dmode.c97 #ifdef S_IFLNK in main()
/illumos-gate/usr/src/test/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c144 (sbuf.st_mode & S_IFMT) == S_IFLNK || in main()
/illumos-gate/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_reparse.c59 if ((statbuf.st_mode & S_IFMT) != S_IFLNK) { in smb_reparse_stat()
/illumos-gate/usr/src/cmd/allocate/
H A Dmkdevalloc.c287 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 Dstat.h229 #define S_IFLNK 0120000 /* symbolic link */ macro
/illumos-gate/usr/src/cmd/filesync/
H A Deval.c536 case S_IFLNK: in walker()
553 if ((sp->st_mode & S_IFMT) == S_IFLNK) in walker()
H A Daction.c567 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 Dlpfsck.c135 case S_IFLNK: in lpfsck()
/illumos-gate/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c53 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO,
/illumos-gate/usr/src/uts/common/sys/
H A Dstat.h416 #define S_IFLNK 0xA000 /* symbolic link */ macro
/illumos-gate/usr/src/cmd/du/
H A Ddu.c393 ((stb.st_mode & S_IFMT) != S_IFLNK)) && in descend()
/illumos-gate/usr/src/cmd/svr4pkg/pkgproto/
H A Dmain.c455 if ((statbuf.st_mode & S_IFMT) == S_IFLNK) { in findlink()

123