Lines Matching defs:pool
129 * <wait.h> is poison here so pool moved to the end
133 static void pool(void);
439 if (pp.pool.input)
443 pool();
2374 * output pool status on exit
2380 error(ERROR_OUTPUT|0, pp.pool.output, "%d", error_info.errors != 0);
2388 pool(void)
2394 if (!sfnew(sfstdin, NiL, SF_UNBOUND, pp.pool.input, SF_READ))
2395 error(ERROR_SYSTEM|3, "cannot dup pool input");
2407 pp.pool.input = 0;
2411 error(3, "%s: pool output file expected", ifile);
2417 error(ERROR_SYSTEM|3, "cannot fork pool");