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

123456

/freebsd-13-stable/usr.sbin/kldxref/
H A Dkldxref.c719 if ((sb.st_mode & S_IFDIR) == 0 && !dflag) {
/freebsd-13-stable/usr.sbin/lpr/lpr/
H A Dlpr.c719 if ((statb.st_mode & S_IFMT) == S_IFDIR) {
/freebsd-13-stable/usr.bin/grep/
H A Dutil.c308 if (dirbehave == DIR_SKIP && s == S_IFDIR)
/freebsd-13-stable/tests/sys/fs/fusefs/
H A Dcreate.cc172 out.body.attr.attr.mode = S_IFDIR | 0755;
/freebsd-13-stable/contrib/libarchive/libarchive/test/
H A Dtest_entry.c95 #ifdef S_IFDIR
96 assertEqualInt(S_IFDIR, AE_IFDIR);
/freebsd-13-stable/contrib/opie/
H A Dopieftpd.c1184 if ((st.st_mode & S_IFMT) == S_IFDIR) {
1472 if ((st.st_mode & S_IFMT) != S_IFDIR)
/freebsd-13-stable/usr.bin/find/
H A Dfunction.c1591 if (plan->m_data == S_IFDIR)
1618 mask = S_IFDIR;
/freebsd-13-stable/contrib/sendmail/src/
H A Dutil.c1923 #ifdef S_IFDIR
1924 case S_IFDIR:
/freebsd-13-stable/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_znode.c276 vattr.va_mode = S_IFDIR|0555;
1706 vattr.va_mode = S_IFDIR|0755;
H A Dzfs_dir.c915 va.va_mode = S_IFDIR | S_ISVTX | 0777;
/freebsd-13-stable/crypto/openssl/crypto/store/
H A Dloader_file.c39 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR)
/freebsd-13-stable/sbin/dump/
H A Dtraverse.c541 case S_IFDIR:
/freebsd-13-stable/contrib/bmake/
H A Ddir.c1375 if ((cst.cst_mode & S_IFMT) != S_IFDIR) {
/freebsd-13-stable/contrib/dialog/
H A Dfselect.c487 if ((sb.st_mode & S_IFMT) == S_IFDIR)
/freebsd-13-stable/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_ctldir.c484 ip->i_mode = (S_IFDIR | S_IRWXUGO);
H A Dzfs_dir.c1173 va.va_mode = S_IFDIR | S_ISVTX | 0777;
H A Dzpl_inode.c317 zpl_vap_init(vap, dir, mode | S_IFDIR, cr);
H A Dzfs_znode.c416 case S_IFDIR:
1898 vattr.va_mode = S_IFDIR|0755;
/freebsd-13-stable/stand/efi/libefi/
H A Defihttp.c755 sb->st_mode = 0777 | (fh->is_dir ? S_IFDIR : S_IFREG);
/freebsd-13-stable/stand/libsa/
H A Ddosfs.c396 sb->st_mode = f->de.attr & FA_DIR ? S_IFDIR | 0555 : S_IFREG | 0444;
H A Dnfs.c743 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK, S_IFSOCK, S_IFIFO, 0 };
/freebsd-13-stable/usr.bin/fetch/
H A Dfetch.c1133 if (sb.st_mode & S_IFDIR)
/freebsd-13-stable/usr.bin/fortune/fortune/
H A Dfortune.c746 return (sbuf.st_mode & S_IFDIR);
/freebsd-13-stable/sys/compat/linux/
H A Dlinux_misc.c1113 case S_IFDIR:
1168 case S_IFDIR:
/freebsd-13-stable/contrib/sendmail/include/sm/
H A Dconf.h2710 # define S_ISDIR(foo) ((foo & S_IFMT) == S_IFDIR)

Completed in 195 milliseconds

123456