Home
last modified time | relevance | path

Searched refs:fds2 (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_common.c113 int fds2[2]; in restarter() local
119 fds2[0] = -1; in restarter()
120 fds2[1] = -1; in restarter()
128 if (fds2[0] != -1) in restarter()
129 (void) close(fds2[1]); in restarter()
138 if (pipe(fds2) == -1) { in restarter()
153 (void) close(fds2[0]); in restarter()
160 (void) close(fds2[1]); in restarter()
222 FD_SET(fds2[0], &readset); in restarter()
224 (void) select(fds2[0] + 1, &readset, NULL, NULL, &tmout); in restarter()