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