Lines Matching defs:comsize
150 int comsize = (int) strlen(comment);
163 WRITE_16(header + 32, comsize);
196 if (comsize > 0) {
197 if ((int)fwrite(comment, 1, comsize, fpOutCD) == comsize) {
198 offsetCD += comsize;
225 int comsize = (int) strlen(comment);
236 WRITE_16(header + 20, comsize); /* comment */
242 if (comsize > 0) {
243 if ((int)fwrite(comment, 1, comsize, fpOutCD) != comsize) {