Home
last modified time | relevance | path

Searched refs:MBITS (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/mtree/
H A Dcreate.c221 if (keys & F_MODE && (p->fts_statp->st_mode & MBITS) != mode) in statf()
223 p->fts_statp->st_mode & MBITS); in statf()
325 #define MTREE_MAXMODE (MBITS + 1)
371 smode = p->fts_statp->st_mode & MBITS; in statd()
H A Dcompare.c261 s->st_mode != (p->fts_statp->st_mode & MBITS)) { in compare()
266 mode = p->fts_statp->st_mode & MBITS; in compare()
283 (u_long)p->fts_statp->st_mode & MBITS); in compare()
H A Dmtree.h50 #define MBITS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO) macro