Home
last modified time | relevance | path

Searched refs:CLOOP_OFS_COMPR (Results 1 – 4 of 4) sorted by relevance

/freebsd/usr.bin/mkuzip/
H A Dmkuz_cloop.h35 #define CLOOP_OFS_COMPR 0x0b macro
36 #define CLOOP_OFS_VERSN (CLOOP_OFS_COMPR + 1)
H A Dmkuzip.c242 hdr.magic[CLOOP_OFS_COMPR] = in main()
243 tolower(hdr.magic[CLOOP_OFS_COMPR]); in main()
/freebsd/sys/geom/uzip/
H A Dg_uzip_cloop.h35 #define CLOOP_OFS_COMPR 0x0b macro
36 #define CLOOP_OFS_VERSN (CLOOP_OFS_COMPR + 1)
H A Dg_uzip.c732 switch (header->magic[CLOOP_OFS_COMPR]) { in g_uzip_taste()