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

/freebsd-current/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_tool.h42 /* Max size in dwords of a zipped array */
141 * init array header: zipped
148 #define INIT_ARRAY_ZIPPED_HDR_ZIPPED_SIZE_MASK 0xFFFFFFF /* Init array zipped size (in bytes) */
173 struct init_array_zipped_hdr zipped /* zipped init array header */; member in union:init_array_hdr
183 INIT_ARR_ZIPPED /* zipped init array */,
/freebsd-current/usr.bin/gzip/
H A Dgzip.c142 const char *zipped; member in struct:__anon893
144 const char *normal; /* for unzip - must not be longer than zipped */
396 suffixes[0].zipped = optarg;
399 suffixes[NUM_SUFFIXES - 1].zipped = "";
1244 if (strcmp(s->zipped, sp) != 0)
1296 suff->zipped[0] != 0) {
1298 file, suff->zipped);
1305 file, suffixes[0].zipped) >= outsize)
1307 suffixes[0].zipped, suffixes[0].ziplen + 1);
1923 memcpy(s + len, suffixes[0].zipped, sle
[all...]
/freebsd-current/tools/tools/locale/
H A DMakefile128 CLDRFILES_UCD= https://www.unicode.org/Public/zipped/${UCDVERSION}/UCD.zip

Completed in 127 milliseconds