HomeSort by: relevance | last modified time | path
    Searched refs:S_IFDIR (Results 1 - 25 of 67) sorted by relevancy

1 2 3

  /src/sys/external/bsd/acpica/dist/include/platform/
acwin64.h 204 #define S_IFDIR _S_IFDIR
acwin.h 232 #define S_IFDIR _S_IFDIR
  /src/sys/lib/libsa/
ls.c 104 || (sb.st_mode & S_IFMT) != S_IFDIR) {
133 if ((sb.st_mode & S_IFMT) != S_IFDIR) {
  /src/lib/libc/string/
strmode.c 61 case S_IFDIR: /* directory */
  /src/usr.bin/fstat/
ptyfs.c 91 fsp->mode |= S_IFDIR;
  /src/sys/arch/ia64/stand/efi/libefi/
efifs_ls.c 140 || (sb.st_mode & S_IFMT) != S_IFDIR) {
168 if ((sb.st_mode & S_IFMT) != S_IFDIR) {
  /src/share/examples/puffs/pnullfs/
pnullfs.c 93 if ((sb.st_mode & S_IFDIR) == 0)
  /src/sys/external/bsd/acpica/dist/tools/acpisrc/
asmain.c 237 if (Gbl_StatBuf.st_mode & S_IFDIR)
239 *SourceFileType = S_IFDIR;
581 if (FileType == S_IFDIR)
  /src/distrib/utils/more/
os.c 268 if ((statbuf.st_mode & S_IFMT) == S_IFDIR) {
  /src/lib/libpuffs/
subr.c 250 case S_IFDIR:
314 mode |= S_IFDIR;
  /src/sbin/mount_qemufwcfg/
fwcfg.c 88 st->st_mode = S_IFDIR | fwcfg_dir_mask;
104 st->st_mode = S_IFDIR | fwcfg_dir_mask;
virtdir.c 108 tp->dir.st_mode = S_IFDIR | 0755;
  /src/usr.sbin/mtree/
misc.c 257 return S_IFDIR;
292 case S_IFDIR:
  /src/share/examples/refuse/dbfs/
dbfs.c 63 st->st_mode = S_IFDIR | 0755;
  /src/share/examples/refuse/id3fs/
id3fs.c 61 st->st_mode = S_IFDIR | 0755;
  /src/share/examples/refuse/pcifs/
pcifs.c 57 st->st_mode = S_IFDIR | 0755;
  /src/sys/external/bsd/drm/dist/scripts/
drm-scripts-gentree.pl 230 if ($mode & S_IFDIR) {
  /src/share/examples/puffs/icfs/
icfs.c 192 if ((sb.st_mode & S_IFDIR) == 0)
  /src/share/examples/puffs/rot13fs/
rot13fs.c 144 if ((sb.st_mode & S_IFDIR) == 0)
  /src/share/examples/refuse/ian/ian/
ian.c 135 st->st_mode = S_IFDIR | 0755;
  /src/sys/arch/hppa/stand/common/
lif.c 226 sb->st_mode = 0755 | (fp->f_isdir? S_IFDIR: 0); /* XXX */
  /src/sys/fs/cd9660/
cd9660_node.c 156 inop->inode.iso_mode = S_IFDIR;
  /src/sys/fs/filecorefs/
filecore_utils.c 218 m |= S_IFDIR | S_IXUSR | S_IXGRP | S_IXOTH;
  /src/tests/lib/libc/gen/
t_glob.c 160 st->st_mode = S_IFDIR | 0755;
  /src/usr.sbin/makefs/v7fs/
v7fs_estimate.c 140 case S_IFDIR:

Completed in 27 milliseconds

1 2 3