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

/freebsd-13-stable/stand/libsa/
H A Dgzipfs.c110 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
145 if ((flags & ORIG_NAME) != 0) { /* skip the original file name */
H A Dpkgfs.c657 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
709 if (flags & ORIG_NAME) {
/freebsd-13-stable/usr.bin/gzip/
H A Dgzip.c134 #define ORIG_NAME 0x08 macro
631 *origname ? ORIG_NAME : 0,
926 if ((flags & ORIG_NAME) == 0) {
1519 if (fourbytes[3] & ORIG_NAME) {

Completed in 63 milliseconds