Searched refs:S_IFDIR (Results 101 - 125 of 148) sorted by relevance

123456

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dnftw.c217 if ((statb.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/vi/port/
H A Dex_io.c426 case S_IFDIR:
/illumos-gate/usr/src/common/fs/
H A Dhsfs.c608 stp->st_mode = S_IFDIR;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Ddocmd.c615 case S_IFDIR:
/illumos-gate/usr/src/cmd/csh/
H A Dsh.exp.c560 i = (stb.st_mode & S_IFMT) == S_IFDIR;
H A Dsh.file.c272 if ((statb.st_mode & S_IFMT) == S_IFDIR)
/illumos-gate/usr/src/cmd/filesync/
H A Deval.c424 if ((statb.st_mode & S_IFMT) != S_IFDIR)
/illumos-gate/usr/src/cmd/sdiff/
H A Dsdiff.c789 if (stat(a1, &stbuf) != -1 && ((stbuf.st_mode&S_IFMT) == S_IFDIR)) {
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Dsys.c519 (statbuf.st_mode & S_IFDIR)) {
/illumos-gate/usr/src/cmd/cdrw/
H A Dbstream.c270 if ((st.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/grep_xpg4/
H A Dgrep.c398 (st.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/ls/
H A Dls.c1861 ((statb.st_mode & S_IFMT) != S_IFDIR)) {
1875 case S_IFDIR:
1931 case S_IFDIR:
1975 if ((statb1.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/ptools/pfiles/
H A Dpfiles.c233 case S_IFDIR: s = "S_IFDIR"; break;
/illumos-gate/usr/src/boot/lib/libstand/
H A Dcd9660.c594 sb->st_mode |= S_IFDIR;
H A Dnfs.c728 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, 0 };
1377 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFSOCK, S_IFIFO, 0 };
/illumos-gate/usr/src/cmd/cpio/
H A Dcpio.c1524 Adir = (ftype == S_IFDIR);
4848 Adir = ftype == S_IFDIR;
4991 Adir = (ftype == S_IFDIR);
5927 Gen.g_mode |= (S_IFMT & S_IFDIR);
6723 if ((DesSt.st_mode & Ftype) != S_IFDIR)
6979 case (S_IFDIR):
7005 case (S_IFDIR):
7518 if (((TmpSt.st_mode & Ftype) != S_IFDIR) &&
8692 case S_IFDIR:
8856 mode = S_IFDIR;
[all...]
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dutil.c1923 #ifdef S_IFDIR
1924 case S_IFDIR:
1928 #endif /* S_IFDIR */
/illumos-gate/usr/src/cmd/tar/
H A Dtar.c1066 (sbuf.st_mode & S_IFMT) != S_IFDIR ||
1549 sp->st_mode |= S_IFDIR;
1651 (S_IFDIR | (sp->st_mode & POSIXMODES));
1955 checkf(longname, (stbuf.st_mode & S_IFMT) == S_IFDIR, Fflag) == 0)
2068 case S_IFDIR:
4351 case (S_IFDIR):
6516 return ((buf.st_mode & S_IFMT) == S_IFDIR);
8639 * S_IFDIR: directories
8646 * S_IFDIR: directories (including mld, sld)
8655 case S_IFDIR
[all...]
/illumos-gate/usr/src/cmd/more/
H A Dmore.c468 if ((stbuf.st_mode & S_IFMT) == S_IFDIR) {
/illumos-gate/usr/src/cmd/file/
H A Dfile.c471 case S_IFDIR:
/illumos-gate/usr/src/cmd/saf/
H A Dsacadm.c488 if ((statbuf.st_mode & S_IFMT) != S_IFDIR) {
/illumos-gate/usr/src/cmd/sgs/crle/common/
H A Dinspect.c995 if ((noexist == 0) && ((status.st_mode & S_IFMT) == S_IFDIR)) {
/illumos-gate/usr/src/cmd/chmod/
H A Dchmod.c295 if (rflag && ((st.st_mode & S_IFMT) == S_IFDIR) && !linkflg) {
/illumos-gate/usr/src/cmd/fs.d/ufs/fsck/
H A Dsetup.c376 case S_IFDIR:
/illumos-gate/usr/src/stand/lib/fs/hsfs/
H A Dhsfsops.c631 stp->st_mode = S_IFDIR;

Completed in 597 milliseconds

123456