Searched defs:rootfile (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/nis/gen/
H A Dnis_subr.c605 FILE *rootfile; local
614 rootfile = fopen(f, "rF");
615 if (rootfile == NULL) {
621 xdrstdio_create(&xdrs, rootfile, XDR_DECODE);
624 (void) fclose(rootfile);
639 FILE *rootfile; local
643 rootfile = fopen(f, "wF");
644 if (rootfile == NULL) {
648 xdrstdio_create(&xdrs, rootfile, XDR_ENCODE);
651 (void) fclose(rootfile);
[all...]

Completed in 37 milliseconds