Searched defs:pipesize (Results 1 - 2 of 2) sorted by relevance

/external/iputils/
H A Dping_common.c56 int pipesize = -1; variable
524 if ((preload < screen_width && pipesize < screen_width) ||
1051 if (pipesize > 1) {
1052 printf("%spipe %d", comma, pipesize);
/external/python/cpython2/Modules/
H A Dposixmodule.c4523 popen(const char *command, const char *mode, int pipesize, int *err) argument
4542 if ((rc = DosCreatePipe(&pipeh[0], &pipeh[1], pipesize)) != NO_ERROR) {

Completed in 135 milliseconds