Home
last modified time | relevance | path

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

/third_party/toybox/lib/
Dxwrap.c333 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() argument
337 pipes[0] = isstdout ? 0 : -1; in xpopen()
338 pipes[1] = isstdout ? -1 : 1; in xpopen()
340 *pipe = pid ? pipes[!!isstdout] : -1; in xpopen()
Dlib.h140 pid_t xpopen(char **argv, int *pipe, int isstdout);
/third_party/toybox/porting/liteos_a/lib/
Dlib.h141 pid_t xpopen(char **argv, int *pipe, int isstdout);