Lines Matching defs:out
358 * Returns NULL on out of memory or invalid cookie. This is suboptimal,
395 return NULL; /* bail out if we're this low on memory */
483 badcookie = TRUE; /* out of memory bad */
488 badcookie = TRUE; /* out of memory bad */
639 badcookie = TRUE; /* out of memory bad */
650 this is an illegal line, bail out */
717 /* It turns out, that sometimes the file format allows the path
728 badcookie = TRUE; /* out of memory bad */
849 /* Free the newcomer and get out of here! */
942 * Returns NULL on out of memory. Invalid cookies are ignored.
1022 return NULL; /* out of memory */
1328 FILE *out;
1342 out = stdout;
1346 out = fopen(dumphere, FOPEN_WRITETEXT);
1347 if(!out)
1354 out);
1361 fprintf(out, "#\n# Fatal libcurl error\n");
1363 fclose(out);
1366 fprintf(out, "%s\n", format_ptr);
1371 fclose(out);