Home | History | Annotate | Download | only in c

Lines Matching defs:pipemax

20 int pipemax;
26 int lots = pipemax + 256;
42 write, but should be successful for at least the pipemax part.
46 x86_64-unknown-linux-gnu (2.6.14-1.1656_FC4) pipemax * 10 can be
49 if (ret < pipemax)
51 fprintf (stderr, "ret: %d, %s, %d\n", ret, strerror (errno), pipemax);
82 pipemax = PIPE_MAX;
84 pipemax = fpathconf (pip[1], _PC_PIPE_BUF);
87 if (pipemax <= 0)
89 fprintf (stderr, "Bad pipemax %d\n", pipemax);