Searched refs:EXTRA_FIELD (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/sys/arch/hpc/stand/hpcboot/
H A Dfile.h69 EXTRA_FIELD = 0x04, /* bit 2 set: extra field present */ enumerator in enum:FileManager::flags
H A Dfile_manager.cpp351 if ((flags & EXTRA_FIELD) != 0) {
/netbsd-current/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c85 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
323 if (flags & EXTRA_FIELD) {
/netbsd-current/sys/arch/atari/stand/tostools/libtos/
H A Dcread.c71 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
199 if ((flags & EXTRA_FIELD) != 0) {
/netbsd-current/sys/lib/libsa/
H A Dcread.c65 #define EXTRA_FIELD 0x04 /* bit 2 set: extra field present */ macro
231 if ((flags & EXTRA_FIELD) != 0) {
/netbsd-current/external/bsd/libarchive/dist/libarchive/
H A Darchive_read_support_filter_lzop.c87 #define EXTRA_FIELD 0x0040 macro
288 if (flags & EXTRA_FIELD) {
/netbsd-current/usr.bin/gzip/
H A Dgzip.c138 #define EXTRA_FIELD 0x04 macro
887 if ((flags & EXTRA_FIELD) == 0) {

Completed in 229 milliseconds