Searched refs:comsize (Results 1 - 5 of 5) sorted by relevance

/netbsd-current/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Dmztools.c151 int comsize = (int) strlen(comment); local
164 WRITE_16(header + 32, comsize);
197 if (comsize > 0) {
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
199 offsetCD += comsize;
226 int comsize = (int) strlen(comment); local
237 WRITE_16(header + 20, comsize); /* comment */
243 if (comsize > 0) {
244 if ((int)fwrite(comment, 1, comsize, fpOutC
[all...]
/netbsd-current/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Dmztools.c151 int comsize = (int) strlen(comment); local
164 WRITE_16(header + 32, comsize);
197 if (comsize > 0) {
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
199 offsetCD += comsize;
226 int comsize = (int) strlen(comment); local
237 WRITE_16(header + 20, comsize); /* comment */
243 if (comsize > 0) {
244 if ((int)fwrite(comment, 1, comsize, fpOutC
[all...]
/netbsd-current/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Dmztools.c151 int comsize = (int) strlen(comment); local
164 WRITE_16(header + 32, comsize);
197 if (comsize > 0) {
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
199 offsetCD += comsize;
226 int comsize = (int) strlen(comment); local
237 WRITE_16(header + 20, comsize); /* comment */
243 if (comsize > 0) {
244 if ((int)fwrite(comment, 1, comsize, fpOutC
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Dmztools.c151 int comsize = (int) strlen(comment); local
164 WRITE_16(header + 32, comsize);
197 if (comsize > 0) {
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
199 offsetCD += comsize;
226 int comsize = (int) strlen(comment); local
237 WRITE_16(header + 20, comsize); /* comment */
243 if (comsize > 0) {
244 if ((int)fwrite(comment, 1, comsize, fpOutC
[all...]
/netbsd-current/common/dist/zlib/contrib/minizip/
H A Dmztools.c151 int comsize = (int) strlen(comment); local
164 WRITE_16(header + 32, comsize);
197 if (comsize > 0) {
198 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
199 offsetCD += comsize;
226 int comsize = (int) strlen(comment); local
237 WRITE_16(header + 20, comsize); /* comment */
243 if (comsize > 0) {
244 if ((int)fwrite(comment, 1, comsize, fpOutC
[all...]

Completed in 129 milliseconds