Searched refs:F_GID (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)
61 #define F_GID 0x0004 /* gid */ macro
H A Dmisc.c60 {"gid", F_GID, NEEDVALUE},
H A Dspecspec.c56 if (f & F_GID)
142 if (FF(n1, n2, F_GID, st_gid))
143 differs |= F_GID;
H A Dcreate.c210 if (keys & F_GID)
358 (((keys & F_GNAME) | (keys & F_GID)) && (*pgid != savegid)) ||
387 if (keys & F_GID)
H A Dspec.c214 case F_GID:
H A Dverify.c188 else if (!(p->flags & (F_GID | F_GNAME)))
H A Dcompare.c141 if (s->flags & (F_GID | F_GNAME) && s->st_gid != p->fts_statp->st_gid) {
/macosx-10.9.5/libarchive-29/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c93 #define F_GID 0x00000010 /* gid */ 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
420 if ((oldkeys & (F_GNAME | F_GID)) != 0 &&
422 effkeys &= ~(F_GNAME | F_GID);
466 if ((keys & effkeys & F_GID) != 0) {
507 if ((mtree->set.keys & (F_GNAME | F_GID)) != 0 &&
509 keys &= ~(F_GNAME | F_GID);
696 if ((keys & F_GID) != 0)
937 keybit = F_GID;
[all...]

Completed in 64 milliseconds