Lines Matching defs:out
83 * They will be written out to include/config/auto.conf.cmd502 char *expansion, *out;505 out = xmalloc(1);506 *out = 0;517 out = xrealloc(out, out_len);518 strncat(out, in, in_len);519 strcat(out, expansion);533 out = xrealloc(out, out_len);534 strncat(out, in, in_len);539 return out;