Searched refs:isstdout (Results 1 – 3 of 3) sorted by relevance
333 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() argument337 pipes[0] = isstdout ? 0 : -1; in xpopen()338 pipes[1] = isstdout ? -1 : 1; in xpopen()340 *pipe = pid ? pipes[!!isstdout] : -1; in xpopen()
140 pid_t xpopen(char **argv, int *pipe, int isstdout);
141 pid_t xpopen(char **argv, int *pipe, int isstdout);