Home
last modified time | relevance | path

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

123

/titanic_50/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()
/titanic_50/usr/src/cmd/sh/
H A Dtest.c172 return(filtyp(nxtarg(0), S_IFLNK)); in e3()
240 int (*statf)() = (field == S_IFLNK) ? lstat : stat; in filtyp()
H A Dpwd.c197 (stat1.st_mode & S_IFMT) == S_IFLNK) { in cwd2()
/titanic_50/usr/src/ucbcmd/test/
H A Dtest.c162 return (filtyp(nxtarg(0), S_IFLNK)); in e3()
257 if (field == S_IFLNK) { in filtyp()
/titanic_50/usr/src/lib/libc/port/gen/
H A D_xftw.c158 #ifdef S_IFLNK in fwalk()
161 ((sb.st_mode & S_IFMT) == S_IFLNK)) { in fwalk()
H A Dnftw.c237 } else if ((statb.st_mode & S_IFMT) == S_IFLNK) { in walk()
264 ((statb.st_mode & S_IFMT) == S_IFLNK)) || in walk()
267 ((statb.st_mode & S_IFMT) == S_IFLNK))) { in walk()
/titanic_50/usr/src/cmd/ssh/libopenbsd-compat/common/
H A Dstrmode.c62 case S_IFLNK: /* symbolic link */ in strmode()
/titanic_50/usr/src/cmd/chgrp/
H A Dchgrp.c240 if (rflag && ((stbuf.st_mode & S_IFMT) == S_IFLNK)) { in main()
407 if ((st.st_mode & S_IFMT) == S_IFLNK) { in chgrpr()
/titanic_50/usr/src/cmd/chown/
H A Dchown.c271 if (rflag && ((stbuf.st_mode & S_IFMT) == S_IFLNK)) { in main()
413 if ((st.st_mode & S_IFMT) == S_IFLNK) { in chownr()
/titanic_50/usr/src/lib/libbc/inc/include/sys/
H A Dstat.h86 #define S_IFLNK _IFLNK macro
/titanic_50/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)
/titanic_50/usr/src/lib/libreparse/common/
H A Dfs_reparse_lib.c191 if ((sbuf.st_mode & S_IFLNK) != S_IFLNK) in reparse_delete()
/titanic_50/usr/src/lib/libbc/libc/gen/common/
H A Dftw.c129 else if ((sb.st_mode & S_IFMT) == S_IFLNK) {
/titanic_50/usr/src/lib/libast/common/features/
H A Dmode.c97 #ifdef S_IFLNK in main()
/titanic_50/usr/src/cmd/find/
H A Dfind.c681 #ifdef S_IFLNK
682 i == 'l' ? S_IFLNK :
1679 #ifdef S_IFLNK
1716 #ifdef S_IFLNK
1717 case S_IFLNK: /* symbolic link */
1803 #ifdef S_IFLNK
1839 #ifdef S_IFLNK
/titanic_50/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dserver.c137 recvf(cp, S_IFLNK); in server()
421 case S_IFLNK:
763 case S_IFLNK:
910 if (type == S_IFLNK) {
1091 if (mode != S_IFREG && mode != S_IFLNK) {
1398 case S_IFLNK:
/titanic_50/usr/src/lib/smbsrv/libsmb/common/
H A Dsmb_reparse.c59 if ((statbuf.st_mode & S_IFMT) != S_IFLNK) { in smb_reparse_stat()
/titanic_50/usr/src/test/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c144 (sbuf.st_mode & S_IFMT) == S_IFLNK || in main()
/titanic_50/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()
/titanic_50/usr/src/cmd/filesync/
H A Deval.c538 case S_IFLNK: in walker()
555 if ((sp->st_mode & S_IFMT) == S_IFLNK) in walker()
/titanic_50/usr/src/cmd/lp/cmd/lpsched/
H A Dlpfsck.c137 case S_IFLNK: in lpfsck()
/titanic_50/usr/src/stand/lib/fs/nfs/
H A Dnfsops.c53 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO,
/titanic_50/usr/src/cmd/ssh/include/
H A Ddefines.h104 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
/titanic_50/usr/src/uts/common/sys/
H A Dstat.h416 #define S_IFLNK 0xA000 /* symbolic link */ macro

123