Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ypcmd/ypupdated/
H A Dopenchild.c76 int pdfrom[2]; local
83 if (pipe(pdfrom) < 0) {
97 (void) dup(pdfrom[1]);
119 *ffrom = fdopen(pdfrom[0], "r");
120 (void) close(pdfrom[1]);
130 (void) close(pdfrom[0]);
131 (void) close(pdfrom[1]);
/titanic_41/usr/src/cmd/keyserv/
H A Dupdate.c153 int pdfrom[2]; local
159 if (pipe(pdfrom) < 0) {
177 (void) dup(pdfrom[1]);
193 *ffrom = fdopen(pdfrom[0], "r");
194 (void) close(pdfrom[1]);
203 (void) close(pdfrom[0]);
204 (void) close(pdfrom[1]);