Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ypcmd/ypupdated/
H A Dopenchild.c58 int pdfrom[2]; in _openchild() local
65 if (pipe(pdfrom) < 0) { in _openchild()
79 (void) dup(pdfrom[1]); in _openchild()
101 *ffrom = fdopen(pdfrom[0], "r"); in _openchild()
102 (void) close(pdfrom[1]); in _openchild()
112 (void) close(pdfrom[0]); in _openchild()
113 (void) close(pdfrom[1]); in _openchild()
/illumos-gate/usr/src/cmd/keyserv/
H A Dupdate.c151 int pdfrom[2]; local
157 if (pipe(pdfrom) < 0) {
175 (void) dup(pdfrom[1]);
191 *ffrom = fdopen(pdfrom[0], "r");
192 (void) close(pdfrom[1]);
201 (void) close(pdfrom[0]);
202 (void) close(pdfrom[1]);