Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 25 of 150) sorted by relevance

123456

/titanic_41/usr/src/cmd/chgrp/
H A Dchgrp.c264 == S_IFDIR) { in main()
311 == S_IFDIR) { in main()
318 } else if (rflag && ((stbuf.st_mode & S_IFMT) == S_IFDIR)) { in main()
348 if ((stbuf.st_mode & S_IFMT) == S_IFDIR) { in main()
431 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chgrpr()
482 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chgrpr()
489 } else if ((st.st_mode & S_IFMT) == S_IFDIR) { in chgrpr()
/titanic_41/usr/src/ucbcmd/ln/
H A Dln.c60 if ((stb.st_mode&S_IFMT) != S_IFDIR) in main()
85 (stb.st_mode&S_IFMT) == S_IFDIR) { in linkit()
89 if (stat(to, &stb) >= 0 && (stb.st_mode&S_IFMT) == S_IFDIR) { in linkit()
/titanic_41/usr/src/cmd/chmod/
H A Dcommon.c205 if (((old_mode & S_IFMT) == S_IFDIR) || in newmode_common()
298 ((new_mode & S_IFMT) != S_IFDIR)) { in newmode_common()
361 ((new_mode & S_IFMT) != S_IFDIR) && in newmode_common()
458 if ((old_mode & S_IFMT) == S_IFDIR) in newmode_common()
507 if ((mode & S_IFMT) == S_IFDIR) in abs()
/titanic_41/usr/src/cmd/chown/
H A Dchown.c296 == S_IFDIR) { in main()
336 } else if (rflag && ((stbuf.st_mode & S_IFMT) == S_IFDIR)) { in main()
437 if ((st2.st_mode & S_IFMT) == S_IFDIR) { in chownr()
480 } else if ((st.st_mode & S_IFMT) == S_IFDIR) { in chownr()
/titanic_41/usr/src/tools/protolist/
H A Dprotolist.c92 if (((st->st_mode & S_IFMT) == S_IFDIR) || in visit_dir()
110 case S_IFDIR: in visit_dir()
/titanic_41/usr/src/ucbcmd/install.d/
H A Dinstall.c146 if ((stb.st_mode&S_IFMT) != S_IFDIR) { in main()
178 if ((stb.st_mode&S_IFMT) != S_IFDIR) in main()
213 if ((to_sb.st_mode&S_IFMT) == S_IFDIR) {
/titanic_41/usr/src/test/zfs-tests/cmd/mkbusy/
H A Dmkbusy.c131 S_IFDIR)) in main()
148 } else if ((sbuf.st_mode & S_IFMT) == S_IFDIR) { in main()
/titanic_41/usr/src/cmd/backup/dump/
H A Dpartial.c170 if ((st.st_mode & S_IFMT) != S_IFDIR)
185 (st.st_mode & S_IFMT) != S_IFDIR ||
/titanic_41/usr/src/lib/libast/amd64/include/ast/
H A Dast_param.h27 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/
H A Dast_param.h6 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/
H A Dast_param.h6 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/sparc/include/ast/
H A Dast_param.h27 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/sparcv9/include/ast/
H A Dast_param.h27 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/
H A Dast_param.h6 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/i386/include/ast/
H A Dast_param.h27 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/
H A Dast_param.h6 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libpkg/common/
H A Disdir.c103 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) { in isdir()
144 if ((statbuf.st_mode & S_IFMT) == S_IFDIR) { in isfile()
/titanic_41/usr/src/ucbcmd/chown/
H A Dchown.c143 if (rflag && ((stbuf.st_mode&S_IFMT) == S_IFDIR)) { in main()
200 if ((st.st_mode&S_IFMT) == S_IFDIR) { in chownr()
/titanic_41/usr/src/lib/libc/port/gen/
H A Dremove.c50 if ((statb.st_mode & S_IFMT) != S_IFDIR) in remove()
/titanic_41/usr/src/lib/libbc/libc/sys/sys5/
H A Dmknod.c43 if ((mode & S_IFMT) == S_IFDIR) in mknod()
/titanic_41/usr/src/cmd/sh/
H A Dtest.c149 return(filtyp(nxtarg(0), S_IFDIR)); in e3()
159 (statb.st_mode & S_IFMT) != S_IFDIR); in e3()
/titanic_41/usr/src/lib/libast/amd64/src/lib/libast/FEATURE/
H A Dparam6 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/i386/src/lib/libast/FEATURE/
H A Dparam6 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/sparcv9/src/lib/libast/FEATURE/
H A Dparam6 #ifndef S_IFDIR
/titanic_41/usr/src/lib/libast/sparc/src/lib/libast/FEATURE/
H A Dparam6 #ifndef S_IFDIR

123456