Home
last modified time | relevance | path

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

/external/toybox/lib/
Dxwrap.c291 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() argument
295 pipes[!isstdout] = -1; in xpopen()
296 pipes[!!isstdout] = 0; in xpopen()
298 *pipe = pid ? pipes[!!isstdout] : -1; in xpopen()
Dlib.h134 pid_t xpopen(char **argv, int *pipe, int isstdout);