Lines Matching defs:out
50 const char *out; /* output directory */
375 /* print out the selected text */
543 channel(data, "%s\n", "out of memory error");
610 static char *resultFilename(const char *filename, const char *out,
626 if (out == NULL)
627 out = "";
635 snprintf(res, 499, "%s%s%s", out, base, suffixbuff);
831 result = resultFilename(globbuf.gl_pathv[i], tst->out,
834 fprintf(stderr, "Out of memory !\n");
841 error = resultFilename(globbuf.gl_pathv[i], tst->out,
844 fprintf(stderr, "Out of memory !\n");