Lines Matching defs:out
97 const char *out; /* output directory */
328 /* print out the selected text */
496 channel(data, "%s\n", "out of memory error");
560 static char *resultFilename(const char *filename, const char *out,
576 if (out == NULL)
577 out = "";
585 snprintf(res, 499, "%s%s%s", out, base, suffixbuff);
1655 fprintf(stderr, "out of memory\n");
1758 fprintf(stderr, "out of memory\n");
1965 fprintf(stderr, "Out of memory\n");
2071 static void processNode(FILE *out, xmlTextReaderPtr reader) {
2085 fprintf(out, "%d %d %s %d %d",
2092 fprintf(out, "\n");
2094 fprintf(out, " %s\n", value);
2111 fprintf(stderr, "Out of memory\n");
2328 fprintf(stderr, "Out of memory\n");
2519 fprintf(stderr, "Out of memory\n");
2617 fprintf(stderr, "Out of memory\n");
2747 /* out of context the encoding can't be guessed byte by byte conversion */
2921 fprintf(stderr, "Out of memory\n");
3096 fprintf(stderr, "Out of memory\n");
3340 static void patternNode(FILE *out, xmlTextReaderPtr reader,
3356 fprintf(out, "Node %s matches pattern %s\n", path, pattern);
3367 fprintf(out, "xmlStreamPush() failure\n");
3375 fprintf(out,
3377 fprintf(out,
3388 fprintf(out, "xmlStreamPop() failure\n");
3448 fprintf(stderr, "Out of memory\n");
3660 xmlChar **out = NULL;
3682 out = buffer;
3685 if (out - buffer > buffer_size - 10) {
3686 int indx = out - buffer;
3689 out = &buffer[indx];
3691 (*out++) = str;
3695 (*out) = NULL;
4338 result = resultFilename(globbuf.gl_pathv[i], tst->out,
4341 fprintf(stderr, "Out of memory !\n");
4348 error = resultFilename(globbuf.gl_pathv[i], tst->out,
4351 fprintf(stderr, "Out of memory !\n");