Lines Matching defs:out
24 * OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
676 const char** out = reinterpret_cast<const char**>(malloc(sizeof(char*) * count));
677 if (out == 0) return -1;
680 out[n] = strdup(strip(val[n]));
681 if (out[n] == 0) {
683 free((char*) out[i]);
685 free(out);
690 fb_queue_require(prod, var, invert, n, out);
700 die("out of memory");