Searched refs:isstdout (Results 1 – 2 of 2) sorted by relevance
284 pid_t xpopen(char **argv, int *pipe, int isstdout) in xpopen() argument288 pipes[!isstdout] = -1; in xpopen()289 pipes[!!isstdout] = 0; in xpopen()291 *pipe = pid ? pipes[!!isstdout] : -1; in xpopen()
133 pid_t xpopen(char **argv, int *pipe, int isstdout);