Searched refs:gzcopy (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/sys/arch/evbarm/stand/gzboot/
H A Dgzboot.c112 void gzcopy(void *, const void *, size_t);
147 gzcopy((void *) loadaddr, compressed_image, md_root_size);
356 /* the actual gzcopy routine */
359 gzcopy(void *dst, const void *src, size_t srclen) function
/netbsd-current/external/gpl3/binutils/dist/zlib/examples/
H A Dgzjoin.c278 of gzcopy() to write the gzip header and to initialize crc and tot. */
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, function
445 gzcopy(*argv++, argc, &crc, &tot, stdout);
/netbsd-current/external/gpl3/gdb/dist/zlib/examples/
H A Dgzjoin.c278 of gzcopy() to write the gzip header and to initialize crc and tot. */
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, function
445 gzcopy(*argv++, argc, &crc, &tot, stdout);
/netbsd-current/external/gpl3/binutils.old/dist/zlib/examples/
H A Dgzjoin.c278 of gzcopy() to write the gzip header and to initialize crc and tot. */
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, function
445 gzcopy(*argv++, argc, &crc, &tot, stdout);
/netbsd-current/common/dist/zlib/examples/
H A Dgzjoin.c278 of gzcopy() to write the gzip header and to initialize crc and tot. */
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, function
445 gzcopy(*argv++, argc, &crc, &tot, stdout);
/netbsd-current/external/gpl3/gdb.old/dist/zlib/examples/
H A Dgzjoin.c278 of gzcopy() to write the gzip header and to initialize crc and tot. */
279 local void gzcopy(char *name, int clr, unsigned long *crc, unsigned long *tot, function
445 gzcopy(*argv++, argc, &crc, &tot, stdout);

Completed in 146 milliseconds