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

/freebsd-current/contrib/mtree/
H A Dmtree.h37 #define KEYDEFAULT (F_GID | F_MODE | F_NLINK | F_SIZE | F_SLINK | \
81 #define F_SIZE 0x00004000 /* size */ macro
H A Dspecspec.c77 if (f & F_SIZE)
162 if (FF(n1, n2, F_SIZE, st_size))
163 differs |= F_SIZE;
H A Dmisc.c89 {"size", F_SIZE, NEEDVALUE},
H A Dspec.c371 if (MATCHFLAG(F_SIZE))
625 case F_SIZE:
H A Dcompare.c307 if (s->flags & F_SIZE && s->st_size != p->fts_statp->st_size) {
H A Dcreate.c231 if (keys & F_SIZE &&
/freebsd-current/usr.sbin/makefs/
H A Dwalk.c502 if (specnode->flags & F_SIZE) {
/freebsd-current/contrib/libarchive/libarchive/
H A Darchive_write_set_format_mtree.c188 #define F_SIZE 0x00008000 /* size */ macro
213 | F_NLINK | F_SIZE | F_TIME | F_TYPE | F_UID\
1032 if ((keys & F_SIZE) != 0)
1341 keybit = F_SIZE;

Completed in 135 milliseconds