Searched refs:zipped (Results 1 - 3 of 3) sorted by last modified time

/freebsd-11-stable/usr.bin/gzip/
H A Dgzip.c140 const char *zipped; member in struct:__anon5548
142 const char *normal; /* for unzip - must not be longer than zipped */
424 suffixes[0].zipped = optarg;
427 suffixes[NUM_SUFFIXES - 1].zipped = "";
1298 if (strcmp(s->zipped, sp) != 0)
1357 suff->zipped[0] != 0) {
1359 file, suff->zipped);
1367 file, suffixes[0].zipped) >= outsize)
1369 suffixes[0].zipped, suffixes[0].ziplen + 1);
2003 memcpy(s + len, suffixes[0].zipped, sle
[all...]
/freebsd-11-stable/sys/dev/qlnx/qlnxe/
H A Decore_hsi_init_tool.h45 /* Max size in dwords of a zipped array */
151 * init array header: zipped
158 #define INIT_ARRAY_ZIPPED_HDR_ZIPPED_SIZE_MASK 0xFFFFFFF /* Init array zipped size (in bytes) */
183 struct init_array_zipped_hdr zipped /* zipped init array header */; member in union:init_array_hdr
197 INIT_ARR_ZIPPED /* zipped init array */,
/freebsd-11-stable/usr.bin/catman/
H A Dcatman.c386 process_page(char *mandir, char *src, char *cat, enum Ziptype zipped) argument
442 zipped == BZIP ? BZ2CAT_CMD : zipped == GZIP ? GZCAT_CMD : "",
444 zipped == BZIP ? BZ2_CMD : zipped == GZIP ? GZ_CMD : "cat",
465 enum Ziptype zipped; local
498 zipped = is_bzipped(page_name) ? BZIP :
500 if (zipped != NONE) {
505 process_page(mandir, page_path, cat_path, zipped);

Completed in 107 milliseconds