/illumos-gate/usr/src/cmd/chgrp/ |
H A D | chgrp.c | 246 == S_IFDIR) { in main() 293 == S_IFDIR) { in main() 300 } else if (rflag && ((stbuf.st_mode & S_IFMT) == S_IFDIR)) { in main() 330 if ((stbuf.st_mode & S_IFMT) == S_IFDIR) { in main() 413 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chgrpr() 464 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chgrpr() 471 } else if ((st.st_mode & S_IFMT) == S_IFDIR) { in chgrpr()
|
/illumos-gate/usr/src/ucbcmd/ln/ |
H A D | ln.c | 58 if ((stb.st_mode&S_IFMT) != S_IFDIR) in main() 83 (stb.st_mode&S_IFMT) == S_IFDIR) { in linkit() 87 if (stat(to, &stb) >= 0 && (stb.st_mode&S_IFMT) == S_IFDIR) { in linkit()
|
/illumos-gate/usr/src/cmd/chmod/ |
H A D | common.c | 203 if (((old_mode & S_IFMT) == S_IFDIR) || in newmode_common() 296 ((new_mode & S_IFMT) != S_IFDIR)) { in newmode_common() 359 ((new_mode & S_IFMT) != S_IFDIR) && in newmode_common() 456 if ((old_mode & S_IFMT) == S_IFDIR) in newmode_common() 505 if ((mode & S_IFMT) == S_IFDIR) in abs()
|
/illumos-gate/usr/src/cmd/chown/ |
H A D | chown.c | 282 == S_IFDIR) { in main() 322 } else if (rflag && ((stbuf.st_mode & S_IFMT) == S_IFDIR)) { in main() 423 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chownr() 466 } else if ((st.st_mode & S_IFMT) == S_IFDIR) { in chownr()
|
/illumos-gate/usr/src/tools/protolist/ |
H A D | protolist.c | 92 if (((st->st_mode & S_IFMT) == S_IFDIR) || in visit_dir() 110 case S_IFDIR: in visit_dir()
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | partial.c | 153 if ((st.st_mode & S_IFMT) != S_IFDIR) in lf_mark_root() 168 (st.st_mode & S_IFMT) != S_IFDIR || in lf_mark_root()
|
/illumos-gate/usr/src/ucbcmd/install.d/ |
H A D | install.c | 144 if ((stb.st_mode&S_IFMT) != S_IFDIR) { in main() 176 if ((stb.st_mode&S_IFMT) != S_IFDIR) in main() 211 if ((to_sb.st_mode&S_IFMT) == S_IFDIR) {
|
/illumos-gate/usr/src/test/zfs-tests/cmd/mkbusy/ |
H A D | mkbusy.c | 131 S_IFDIR)) in main() 148 } else if ((sbuf.st_mode & S_IFMT) == S_IFDIR) { in main()
|
/illumos-gate/usr/src/lib/libpkg/common/ |
H A D | isdir.c | 104 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) { in isdir() 145 if ((statbuf.st_mode & S_IFMT) == S_IFDIR) { in isfile()
|
/illumos-gate/usr/src/ucbcmd/chown/ |
H A D | chown.c | 142 if (rflag && ((stbuf.st_mode&S_IFMT) == S_IFDIR)) { in main() 199 if ((st.st_mode&S_IFMT) == S_IFDIR) { in chownr()
|
/illumos-gate/usr/src/cmd/sh/ |
H A D | test.c | 147 return(filtyp(nxtarg(0), S_IFDIR)); in e3() 157 (statb.st_mode & S_IFMT) != S_IFDIR); in e3()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | remove.c | 48 if ((statb.st_mode & S_IFMT) != S_IFDIR) in remove()
|
H A D | fdopendir.c | 66 if ((sbuf.st_mode & S_IFMT) != S_IFDIR) { in fdopendir()
|
/illumos-gate/usr/src/ucbcmd/test/ |
H A D | test.c | 144 return (filtyp(nxtarg(0), S_IFDIR)); in e3() 156 (statb.st_mode & S_IFMT) != S_IFDIR); in e3()
|
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/ |
H A D | param | 6 #ifndef S_IFDIR
|
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/ |
H A D | param | 6 #ifndef S_IFDIR
|
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/ |
H A D | param | 6 #ifndef S_IFDIR
|
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/ |
H A D | param | 6 #ifndef S_IFDIR
|
/illumos-gate/usr/src/lib/libproc/common/ |
H A D | Pisprocdir.c | 56 (statb.st_mode & S_IFMT) == S_IFDIR && in Pisprocdir()
|
/illumos-gate/usr/src/test/os-tests/tests/sdevfs/ |
H A D | sdevfs_eisdir.c | 44 if ((st.st_mode & S_IFMT) != S_IFDIR) { in main()
|
/illumos-gate/usr/src/uts/intel/sys/acpi/platform/ |
H A D | acwin64.h | 182 #define S_IFDIR _S_IFDIR macro
|
/illumos-gate/usr/src/cmd/filesync/ |
H A D | action.c | 487 if (dp->f_type == S_IFDIR) { in do_copy() 541 case S_IFDIR: in do_copy() 559 dp->f_type = S_IFDIR; in do_copy() 868 if (fp->f_info[0].f_type == S_IFDIR) { in do_remove() 963 (fp->f_info[0].f_type == S_IFDIR) ? "mvdir" : "mv", in do_rename()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_minix.c | 151 #define S_IFDIR 0040000 macro 154 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/ |
H A D | defs.h | 92 #define ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | mknod.c | 100 why = ((fmode & S_IFMT) == S_IFDIR) ? CRMKDIR : CRMKNOD; in mknodat()
|