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

123456

/freebsd-13-stable/contrib/lib9p/
H A Dutils.c463 { S_IFMT, S_IFDIR, "S_IFDIR" },
1234 /* TMKDIR mode/permissions have S_IFDIR set */
/freebsd-13-stable/sys/kern/
H A Dvfs_default.c1556 mode |= S_IFDIR;
H A Dvfs_subr.c161 0, S_IFREG, S_IFDIR, S_IFBLK, S_IFCHR, S_IFLNK,
/freebsd-13-stable/crypto/openssh/
H A Dscp.c1092 case S_IFDIR:
/freebsd-13-stable/usr.sbin/makefs/
H A Dffs.c657 if (node->type == S_IFDIR)
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_mtree.c1303 ||((st->st_mode & S_IFMT) == S_IFDIR &&
/freebsd-13-stable/contrib/ncurses/progs/
H A Dtic.c464 } else if ((mode = (sb.st_mode & S_IFMT)) == S_IFDIR
/freebsd-13-stable/crypto/openssl/apps/
H A Dapps.c2387 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR)
/freebsd-13-stable/contrib/sqlite3/
H A Dshell.c1091 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR)
5941 ** Definitions for mode bitmasks S_IFDIR, S_IFREG and S_IFLNK.
5949 #ifndef S_IFDIR
5950 # define S_IFDIR 0040000 macro
6972 if( !(mode & S_IFDIR) && pCDS->zFile[pCDS->nFile-1]!='/' ){
7283 mode = (bIsDir ? (S_IFDIR + 0755) : (S_IFREG + 0644));
7292 case 'd': mode |= S_IFDIR; break;
7301 if( ((mode & S_IFDIR)==0)==bIsDir ){
/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-objdump/
H A DMachODump.cpp6487 case S_IFDIR:

Completed in 223 milliseconds

123456