Home
last modified time | relevance | path

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

/src/usr.sbin/rpc.ypupdated/
H A Dupdate.c143 int pdfrom[2]; in _openchild() local
150 if (pipe(pdfrom) < 0) { in _openchild()
164 (void)dup(pdfrom[1]); in _openchild()
183 *ffrom = fdopen(pdfrom[0], "r"); in _openchild()
184 (void)close(pdfrom[1]); in _openchild()
193 (void)close(pdfrom[0]); in _openchild()
194 (void)close(pdfrom[1]); in _openchild()