Lines Matching defs:output

100     const char *out;  /* output directory */
101 const char *suffix;/* suffix for output files */
102 const char *err; /* suffix for error output files */
430 channel(data, "output ");
1172 char output[40];
1179 output[i] = ch[i];
1180 output[i] = 0;
1182 fprintf(SAXdebug, "SAX.characters(%s, %d)\n", output, len);
1214 char output[40];
1221 output[i] = ch[i];
1222 output[i] = 0;
1223 fprintf(SAXdebug, "SAX.ignorableWhitespace(%s, %d)\n", output, len);
1532 unsigned char output[40];
1537 outlen = sizeof output - 1;
1538 htmlEncodeEntities(output, &outlen, att, &attlen, '\'');
1539 output[outlen] = 0;
1540 fprintf(SAXdebug, "%s", (char *) output);
1562 unsigned char output[40];
1565 htmlEncodeEntities(output, &outlen, ch, &inlen, 0);
1566 output[outlen] = 0;
1568 fprintf(SAXdebug, "SAX.characters(%s, %d)\n", output, len);
1583 unsigned char output[40];
1586 htmlEncodeEntities(output, &outlen, ch, &inlen, 0);
1587 output[outlen] = 0;
1589 fprintf(SAXdebug, "SAX.cdata(%s, %d)\n", output, len);
2316 fprintf(stderr, "failed to open output file %s\n", temp);
2505 fprintf(stderr, "failed to open output file %s\n", temp);
2601 fprintf(stderr, "failed to open output file %s\n", temp);
2900 fprintf(stderr, "failed to open output file %s\n", temp);
2983 * most of the mess is about the output filenames generated by the Makefile
3075 fprintf(stderr, "failed to open output file %s\n", temp);
3157 * most of the mess is about the output filenames generated by the Makefile
3237 * most of the mess is about the output filenames generated by the Makefile
3421 fprintf(stderr, "failed to open output file %s\n", temp);
4422 fprintf(stderr, "runtest requires output to be enabled in libxml2\n");