Lines Matching defs:out
99 const char *out; /* output directory */
331 /* print out the selected text */
499 channel(data, "%s\n", "out of memory error");
563 static char *resultFilename(const char *filename, const char *out,
579 if (out == NULL)
580 out = "";
588 snprintf(res, 499, "%s%s%s", out, base, suffixbuff);
1701 fprintf(stderr, "out of memory\n");
1804 fprintf(stderr, "out of memory\n");
2011 fprintf(stderr, "Out of memory\n");
2117 static void processNode(FILE *out, xmlTextReaderPtr reader) {
2131 fprintf(out, "%d %d %s %d %d",
2138 fprintf(out, "\n");
2140 fprintf(out, " %s\n", value);
2157 fprintf(stderr, "Out of memory\n");
2386 fprintf(stderr, "Out of memory\n");
2577 fprintf(stderr, "Out of memory\n");
2675 fprintf(stderr, "Out of memory\n");
2805 /* out of context the encoding can't be guessed byte by byte conversion */
2979 fprintf(stderr, "Out of memory\n");
3154 fprintf(stderr, "Out of memory\n");
3398 static void patternNode(FILE *out, xmlTextReaderPtr reader,
3414 fprintf(out, "Node %s matches pattern %s\n", path, pattern);
3425 fprintf(out, "xmlStreamPush() failure\n");
3433 fprintf(out,
3435 fprintf(out,
3446 fprintf(out, "xmlStreamPop() failure\n");
3506 fprintf(stderr, "Out of memory\n");
3718 xmlChar **out = NULL;
3740 out = buffer;
3743 if (out - buffer > buffer_size - 10) {
3744 int indx = out - buffer;
3747 out = &buffer[indx];
3749 (*out++) = str;
3753 (*out) = NULL;
4396 result = resultFilename(globbuf.gl_pathv[i], tst->out,
4399 fprintf(stderr, "Out of memory !\n");
4406 error = resultFilename(globbuf.gl_pathv[i], tst->out,
4409 fprintf(stderr, "Out of memory !\n");