Home | History | Annotate | Download | only in cups

Lines Matching defs:output

35 		output[8192];		/* Output buffer */
83 bytes = cupsUTF8ToCharset(output, (cups_utf8_t *)buffer, sizeof(output),
87 fwrite(output, 1, (size_t)bytes, stderr);
105 output[8192]; /* Output buffer */
136 bytes = cupsUTF8ToCharset(output, (cups_utf8_t *)buffer, sizeof(output),
144 return ((int)fwrite(output, 1, (size_t)bytes, fp));
161 output[8192]; /* Output buffer */
193 bytes = cupsUTF8ToCharset(output, (cups_utf8_t *)buffer, sizeof(output),
201 return ((int)fwrite(output, 1, (size_t)bytes, fp));
216 char output[8192]; /* Message buffer */
236 bytes = cupsUTF8ToCharset(output,
239 sizeof(output) - 4, cg->lang_default->encoding);
240 bytes += cupsUTF8ToCharset(output + bytes, (cups_utf8_t *)"\n", (int)(sizeof(output) - (size_t)bytes), cg->lang_default->encoding);
247 return ((int)fwrite(output, 1, (size_t)bytes, fp));