Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 25 of 141) sorted by last modified time

123456

/illumos-gate/usr/src/cmd/fs.d/autofs/
H A Dautomount.c285 if ((stbuf.st_mode & S_IFMT) != S_IFDIR) { in main()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c5267 if ((sb->st_mode & S_IFMT) == S_IFDIR) { in get_stat_info()
5883 } else if ((stat->st_mode & S_IFMT) == S_IFDIR) { in devfsadm_copy_file()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.h74 #define isdir(d) ((d.st_mode & S_IFMT) == S_IFDIR)
/illumos-gate/usr/src/cmd/sh/
H A Dtest.c147 return(filtyp(nxtarg(0), S_IFDIR)); in e3()
157 (statb.st_mode & S_IFMT) != S_IFDIR); in e3()
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1533 Adir = (ftype == S_IFDIR); in creat_hdr()
4856 Adir = ftype == S_IFDIR; in gethdr()
4999 Adir = (ftype == S_IFDIR); in gethdr()
5940 Gen.g_mode |= (S_IFMT & S_IFDIR); in read_hdr()
6734 if ((DesSt.st_mode & Ftype) != S_IFDIR) in setup()
6987 case (S_IFDIR): in verbose()
7013 case (S_IFDIR): in verbose()
7535 if (((TmpSt.st_mode & Ftype) != S_IFDIR) && in convert_to_old_stat()
8710 case S_IFDIR: in tartype()
8875 mode = S_IFDIR; in attrmode()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_znode.c517 vattr.va_mode = S_IFDIR|0555; in zfs_create_share_dir()
1916 vattr.va_mode = S_IFDIR|0755; in zfs_create_fs()
/illumos-gate/usr/src/cmd/fs.d/nfs/mountd/
H A Dmountd.c1826 if ((r_stbuf.st_mode & S_IFMT) == S_IFDIR) { in find_lofsentry()
/illumos-gate/usr/src/lib/libshare/smb/
H A Dlibshare_smb.c1214 if (buffer.st_mode & S_IFDIR) in path_validator()
/illumos-gate/usr/src/cmd/boot/bootadm/
H A Dbootadm.c2500 if (sb.st_mode & S_IFDIR) in rmdir_r()
2921 if (sb.st_mode & S_IFDIR) in delete_stale()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/support/
H A Dplugins.c133 if (!err && (statbuf.st_mode & S_IFMT) == S_IFDIR) { in krb5int_open_plugin()
/illumos-gate/usr/src/cmd/tcpd/
H A Dtcpdchk.c44 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
H A Dtcpdmatch.c42 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/illumos-gate/usr/src/cmd/more/
H A Dmore.c468 if ((stbuf.st_mode & S_IFMT) == S_IFDIR) { in checkf()
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfiles.c98 case S_IFDIR: in chfiles()
/illumos-gate/usr/src/cmd/bnu/
H A Duucp.c621 if ((stbuf.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/lib/smbsrv/libfksmbsrv/common/
H A Dfake_vop.c1469 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFIFO,
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dttyname.c554 if ((tsb.st_mode & S_IFMT) == S_IFDIR) in srch_dir()
/illumos-gate/usr/src/cmd/prtconf/
H A Dprtconf.c223 } else if ((sinfo.st_mode & S_IFMT) == S_IFDIR) { in main()
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c999 if ((noexist == 0) && ((status.st_mode & S_IFMT) == S_IFDIR)) { in inspect()
/illumos-gate/usr/src/cmd/sgs/rtld/common/
H A Danalyze.c1195 ((status.st_mode & S_IFMT) == S_IFDIR)) in file_open()
1202 if ((status.st_mode & S_IFMT) == S_IFDIR) { in file_open()
/illumos-gate/usr/src/ucbcmd/test/
H A Dtest.c144 return (filtyp(nxtarg(0), S_IFDIR)); in e3()
156 (statb.st_mode & S_IFMT) != S_IFDIR); in e3()
/illumos-gate/usr/src/ucbcmd/install.d/
H A Dinstall.c144 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/ucbcmd/ln/
H A Dln.c58 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/lib/libproc/common/
H A DPisprocdir.c56 (statb.st_mode & S_IFMT) == S_IFDIR && in Pisprocdir()
/illumos-gate/usr/src/lib/libgen/common/
H A Dpathfind.c58 #define DFLAG S_IFDIR /* directory */

123456