Searched refs:ORIG_NAME (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/stand/libsa/
H A Dgzipfs.c107 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
142 if ((flags & ORIG_NAME) != 0) { /* skip the original file name */
H A Dpkgfs.c654 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
706 if (flags & ORIG_NAME) {
/freebsd-current/usr.bin/gzip/
H A Dgzip.c136 #define ORIG_NAME 0x08 macro
589 *origname ? ORIG_NAME : 0,
883 if ((flags & ORIG_NAME) == 0) {
1442 if (fourbytes[3] & ORIG_NAME) {

Completed in 128 milliseconds