Searched refs:MBITS (Results 1 – 3 of 3) sorted by relevance
258 if (keys & F_MODE && (p->fts_statp->st_mode & MBITS) != mode) in statf() 260 p->fts_statp->st_mode & MBITS); in statf() 322 #define MTREE_MAXMODE (MBITS + 1)368 smode = p->fts_statp->st_mode & MBITS; in statd()
269 (was_unlinked || s->st_mode != (p->fts_statp->st_mode & MBITS))) { in compare() 274 mode = p->fts_statp->st_mode & MBITS; in compare() 291 (u_long)p->fts_statp->st_mode & MBITS); in compare()
50 #define MBITS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO) macro