Home
last modified time | relevance | path

Searched refs:F_FLAGS (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/mtree/
H A Dmtree.h38 F_TIME | F_TYPE | F_UID | F_FLAGS)
70 #define F_FLAGS 0x00000008 /* file flags */ macro
H A Dspecspec.c100 if (f & F_FLAGS) in shownode()
184 if (FF(n1, n2, F_FLAGS, st_flags)) in compare_nodes()
185 differs |= F_FLAGS; in compare_nodes()
H A Dverify.c289 (p->flags & F_FLAGS) ? "and file flags " : ""); in miss()
298 if ((p->flags & F_FLAGS) && p->st_flags) { in miss()
H A Dcompare.c188 if (s->flags & F_FLAGS) in compare()
193 if (s->flags & F_FLAGS) in compare()
371 if ((s->flags & F_FLAGS) && ((s->st_flags != p->fts_statp->st_flags) in compare()
H A Dcreate.c308 if (keys & F_FLAGS && p->fts_statp->st_flags != flags) { in statf()
404 ((keys & F_FLAGS) && (*pflags != saveflags)) || in statd()
429 if (keys & F_FLAGS) { in statd()
H A Dmisc.c67 {"flags", F_FLAGS, NEEDVALUE},
H A Dspec.c398 if (MATCHFLAG(F_FLAGS)) { in dump_nodes()
570 case F_FLAGS: in set()
/freebsd/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c48 (F_FLAGS | F_GID | F_GNAME | F_MODE | F_TYPE | F_UID | F_UNAME)
175 #define F_FLAGS 0x00000008 /* file flags */
212 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\
476 effkeys &= ~F_FLAGS; in write_global()
477 else if ((oldkeys & F_FLAGS) != 0) { in write_global()
483 effkeys &= ~F_FLAGS; in write_global()
493 keys &= ~F_FLAGS; in write_global()
539 if ((keys & effkeys & F_FLAGS) != 0) { in write_global()
550 keys &= ~F_FLAGS; in write_global()
551 if ((oldkeys & F_FLAGS) ! in write_global()
176 #define F_FLAGS global() macro
[all...]
/freebsd/usr.sbin/makefs/
H A Dwalk.c534 if (specnode->flags & F_FLAGS) { in apply_specentry()