Searched refs:isstdout (Results 1 – 2 of 2) sorted by relevance
326 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() argument330 pipes[0] = isstdout ? 0 : -1; in xpopen()331 pipes[1] = isstdout ? -1 : 1; in xpopen()333 *pipe = pid ? pipes[!!isstdout] : -1; in xpopen()
137 pid_t xpopen(char **argv, int *pipe, int isstdout);