/titanic_50/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()
|
/titanic_50/usr/src/cmd/sh/ |
H A D | test.c | 172 return(filtyp(nxtarg(0), S_IFLNK)); in e3() 240 int (*statf)() = (field == S_IFLNK) ? lstat : stat; in filtyp()
|
H A D | pwd.c | 197 (stat1.st_mode & S_IFMT) == S_IFLNK) { in cwd2()
|
/titanic_50/usr/src/ucbcmd/test/ |
H A D | test.c | 162 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.c | 158 #ifdef S_IFLNK in fwalk() 161 ((sb.st_mode & S_IFMT) == S_IFLNK)) { in fwalk()
|
H A D | nftw.c | 237 } 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 D | strmode.c | 62 case S_IFLNK: /* symbolic link */ in strmode()
|
/titanic_50/usr/src/cmd/chgrp/ |
H A D | chgrp.c | 240 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 D | chown.c | 271 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 D | stat.h | 86 #define S_IFLNK _IFLNK macro
|
/titanic_50/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)
|
/titanic_50/usr/src/lib/libreparse/common/ |
H A D | fs_reparse_lib.c | 191 if ((sbuf.st_mode & S_IFLNK) != S_IFLNK) in reparse_delete()
|
/titanic_50/usr/src/lib/libbc/libc/gen/common/ |
H A D | ftw.c | 129 else if ((sb.st_mode & S_IFMT) == S_IFLNK) {
|
/titanic_50/usr/src/lib/libast/common/features/ |
H A D | mode.c | 97 #ifdef S_IFLNK in main()
|
/titanic_50/usr/src/cmd/find/ |
H A D | find.c | 681 #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 D | server.c | 137 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 D | smb_reparse.c | 59 if ((statbuf.st_mode & S_IFMT) != S_IFLNK) { in smb_reparse_stat()
|
/titanic_50/usr/src/test/zfs-tests/cmd/mkbusy/ |
H A D | mkbusy.c | 144 (sbuf.st_mode & S_IFMT) == S_IFLNK || in main()
|
/titanic_50/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()
|
/titanic_50/usr/src/cmd/filesync/ |
H A D | eval.c | 538 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 D | lpfsck.c | 137 case S_IFLNK: in lpfsck()
|
/titanic_50/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,
|
/titanic_50/usr/src/cmd/ssh/include/ |
H A D | defines.h | 104 #define S_ISLNK(mode) (((mode) & S_IFMT) == S_IFLNK)
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | stat.h | 416 #define S_IFLNK 0xA000 /* symbolic link */ macro
|