Lines Matching defs:out
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
464 const char **out;
507 out = malloc(sizeof(char*) * count);
508 if (out == 0) return -1;
511 out[n] = strdup(strip(val[n]));
512 if (out[n] == 0) {
514 free((char*) out[i]);
516 free(out);
521 fb_queue_require(prod, name, invert, n, out);
534 die("out of memory");
754 if (tmp == 0) die("out of memory");