Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c284 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() argument
288 pipes[!isstdout] = -1; in xpopen()
289 pipes[!!isstdout] = 0; in xpopen()
291 *pipe = pid ? pipes[!!isstdout] : -1; in xpopen()
Dlib.h133 pid_t xpopen(char **argv, int *pipe, int isstdout);