Home
last modified time | relevance | path

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

/freebsd/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 */ in check_header()
H A Dpkgfs.c654 #define ORIG_NAME 0x08 /* bit 3 set: original file name present */ macro
706 if (flags & ORIG_NAME) { in new_package()
/freebsd/usr.bin/gzip/
H A Dgzip.c136 #define ORIG_NAME 0x08 macro
589 *origname ? ORIG_NAME : 0, in gz_compress()
883 if ((flags & ORIG_NAME) == 0) { in gz_uncompress()
1442 if (fourbytes[3] & ORIG_NAME) { in file_uncompress()