Lines Matching refs:rootfile
607 FILE *rootfile;
616 rootfile = fopen(f, "rF");
617 if (rootfile == NULL) {
623 xdrstdio_create(&xdrs, rootfile, XDR_DECODE);
626 (void) fclose(rootfile);
641 FILE *rootfile;
645 rootfile = fopen(f, "wF");
646 if (rootfile == NULL) {
650 xdrstdio_create(&xdrs, rootfile, XDR_ENCODE);
653 (void) fclose(rootfile);