Home
last modified time | relevance | path

Searched refs:pipesize (Results 1 – 3 of 3) sorted by relevance

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