Searched refs:F_FLAGS (Results 1 - 8 of 8) sorted by relevance

/macosx-10.9.5/file_cmds-230/mtree/
H A Dmtree.h37 (F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | F_TIME | F_UID | F_FLAGS)
79 #define F_FLAGS 0x80000 /* file flags */ macro
H A Dmisc.c59 {"flags", F_FLAGS, NEEDVALUE},
H A Dspecspec.c88 if (f & F_FLAGS)
168 if (FF(n1, n2, F_FLAGS, st_flags))
169 differs |= F_FLAGS;
H A Dcreate.c274 if (keys & F_FLAGS && p->fts_statp->st_flags != flags) {
360 ((keys & F_FLAGS) && (*pflags != saveflags)) ||
393 if (keys & F_FLAGS) {
H A Dspec.c208 case F_FLAGS:
H A Dverify.c247 if ((p->flags & F_FLAGS) && p->st_flags &&
H A Dcompare.c232 if ((s->flags & F_FLAGS) && s->st_flags != p->fts_statp->st_flags) {
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c92 #define F_FLAGS 0x00000008 /* file flags */ macro
124 #define DEFAULT_KEYS (F_DEV | F_FLAGS | F_GID | F_GNAME | F_SLINK | F_MODE\
408 keys = mtree->keys & (F_FLAGS | F_GID | F_GNAME | F_NLINK | F_MODE
426 if ((oldkeys & F_FLAGS) != 0) {
433 effkeys &= ~F_FLAGS;
475 if ((keys & effkeys & F_FLAGS) != 0) {
481 } else if ((oldkeys & F_FLAGS) != 0)
484 keys &= ~F_FLAGS;
513 if (mtree->set.keys & F_FLAGS) {
519 keys &= ~F_FLAGS;
[all...]

Completed in 126 milliseconds