Searched refs:S_IFMT (Results 76 - 100 of 101) sorted by relevance

12345

/freebsd-current/crypto/openssl/crypto/conf/
H A Dconf_def.c36 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR)
/freebsd-current/sbin/dump/
H A Dtraverse.c502 switch (DIP(dp, di_mode) & S_IFMT) {
/freebsd-current/sys/fs/cd9660/
H A Dcd9660_vnops.c197 if (ip->i_size == 0 && (vap->va_mode & S_IFMT) == S_IFLNK) {
/freebsd-current/crypto/openssl/apps/lib/
H A Dopt.c1186 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR)
/freebsd-current/contrib/bmake/
H A Ddir.c1313 if ((cst.cst_mode & S_IFMT) != S_IFDIR) {
/freebsd-current/sys/compat/linux/
H A Dlinux_misc.c873 switch (args->mode & S_IFMT) {
915 switch (args->mode & S_IFMT) {
/freebsd-current/contrib/ofed/librdmacm/
H A Dpreload.c1181 buf->st_mode = (buf->st_mode & ~S_IFMT) | __S_IFSOCK;
/freebsd-current/crypto/openssl/engines/
H A De_loader_attic.c49 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR)
/freebsd-current/usr.bin/find/
H A Dfunction.c1589 return (entry->fts_statp->st_mode & S_IFMT) == plan->m_data;
/freebsd-current/sys/fs/fuse/
H A Dfuse_internal.c330 vp_cache_at->va_mode = attr->mode & ~S_IFMT;
/freebsd-current/sbin/bsdlabel/
H A Dbsdlabel.c434 i = sb.st_mode & S_IFMT;
/freebsd-current/sys/fs/tarfs/
H A Dtarfs_vfsops.c512 num < 0 || num > (S_IFMT|ALLPERMS)) {
/freebsd-current/sys/sys/
H A Dvnode.h407 #define IFTOVT(mode) (iftovt_tab[((mode) & S_IFMT) >> 12])
/freebsd-current/sys/contrib/openzfs/module/os/freebsd/zfs/
H A Dzfs_vnops_os.c2026 vap->va_mode = zp->z_mode & ~S_IFMT;
2620 new_mode = (pmode & S_IFMT) | (vap->va_mode & ~S_IFMT);
H A Dzfs_acl.c896 mode = (fmode & (S_IFMT | S_ISUID | S_ISGID | S_ISVTX));
/freebsd-current/contrib/mandoc/
H A Dmandocdb.c632 if ((ff->fts_statp->st_mode & S_IFMT) != S_IFREG)
/freebsd-current/crypto/openssh/
H A Dscp.c1421 switch (stb.st_mode & S_IFMT) {
/freebsd-current/contrib/sendmail/src/
H A Dutil.c1983 switch (st.st_mode & S_IFMT)
/freebsd-current/sys/contrib/openzfs/module/os/linux/zfs/
H A Dzfs_vnops_os.c2277 new_mode = (pmode & S_IFMT) | (vap->va_mode & ~S_IFMT);
H A Dzfs_znode.c414 switch (ip->i_mode & S_IFMT) {
H A Dzfs_acl.c914 mode = (fmode & (S_IFMT | S_ISUID | S_ISGID | S_ISVTX));
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c465 } else if ((mode = (sb.st_mode & S_IFMT)) == S_IFDIR
/freebsd-current/sys/kern/
H A Dvfs_syscalls.c1362 switch (mode & S_IFMT) {
1405 switch (mode & S_IFMT) {
H A Dvfs_subr.c164 S_IFSOCK, S_IFIFO, S_IFMT, S_IFMT
/freebsd-current/contrib/byacc/
H A Dconfigure5357 || (sb.st_mode & S_IFMT) != S_IFREG

Completed in 600 milliseconds

12345