Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c326 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() argument
330 pipes[0] = isstdout ? 0 : -1; in xpopen()
331 pipes[1] = isstdout ? -1 : 1; in xpopen()
333 *pipe = pid ? pipes[!!isstdout] : -1; in xpopen()
Dlib.h137 pid_t xpopen(char **argv, int *pipe, int isstdout);