HomeSort by: relevance | last modified time | path
    Searched refs:pipemax (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gdb/dist/sim/testsuite/cris/c/
pipe5.c 24 int pipemax; local
31 pipemax = PIPE_MAX;
33 pipemax = fpathconf (pip[1], _PC_PIPE_BUF);
36 if (pipemax <= 0)
38 fprintf (stderr, "Bad pipemax %d\n", pipemax);
43 buf = calloc (100 * pipemax, 1);
53 if (write (pip[1], buf, 100 * pipemax) != -1
pipe4.c 22 int pipemax; local
28 pipemax = PIPE_MAX;
30 pipemax = fpathconf (pip[1], _PC_PIPE_BUF);
33 if (pipemax <= 0)
35 fprintf (stderr, "Bad pipemax %d\n", pipemax);
pipe6.c 5 pipemax+1 bytes will be successfully written. It's just for
21 int pipemax; variable
27 char *buf = calloc (pipemax * 100, 1);
35 ret = write (pip[1], buf, pipemax * 100);
63 pipemax = PIPE_MAX;
65 pipemax = fpathconf (pip[1], _PC_PIPE_BUF);
68 if (pipemax <= 0)
70 fprintf (stderr, "Bad pipemax %d\n", pipemax);
pipe2.c 20 int pipemax; variable
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)
    [all...]
  /src/external/gpl3/gdb.old/dist/sim/testsuite/cris/c/
pipe5.c 24 int pipemax; local
31 pipemax = PIPE_MAX;
33 pipemax = fpathconf (pip[1], _PC_PIPE_BUF);
36 if (pipemax <= 0)
38 fprintf (stderr, "Bad pipemax %d\n", pipemax);
43 buf = calloc (100 * pipemax, 1);
53 if (write (pip[1], buf, 100 * pipemax) != -1
pipe4.c 22 int pipemax; local
28 pipemax = PIPE_MAX;
30 pipemax = fpathconf (pip[1], _PC_PIPE_BUF);
33 if (pipemax <= 0)
35 fprintf (stderr, "Bad pipemax %d\n", pipemax);
pipe6.c 5 pipemax+1 bytes will be successfully written. It's just for
21 int pipemax; variable
27 char *buf = calloc (pipemax * 100, 1);
35 ret = write (pip[1], buf, pipemax * 100);
63 pipemax = PIPE_MAX;
65 pipemax = fpathconf (pip[1], _PC_PIPE_BUF);
68 if (pipemax <= 0)
70 fprintf (stderr, "Bad pipemax %d\n", pipemax);
pipe2.c 20 int pipemax; variable
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)
    [all...]

Completed in 25 milliseconds