Searched refs:tmpwritefd (Results 1 – 1 of 1) sorted by relevance
230 int *tmpreadfd, tmpwritefd; in open_fifo() local235 if ((tmpwritefd = open(path, O_WRONLY)) == -1) { in open_fifo()241 fcntl(tmpwritefd, F_SETFL, O_WRONLY | O_NONBLOCK); in open_fifo()243 if ((waitres == 0) && (tmpwritefd >= 0) && (*tmpreadfd >= 0)) { in open_fifo()245 *writefd = tmpwritefd; in open_fifo()