Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/mtree/
H A Dcreate.c258 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()
H A Dcompare.c269 (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()
H A Dmtree.h50 #define MBITS (S_ISUID|S_ISGID|S_ISTXT|S_IRWXU|S_IRWXG|S_IRWXO) macro