Searched refs:f_rep (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svc/configd/
H A Dbackend.c877 FILE *f_rep = NULL; local
896 if ((f_rep = fdopen(repfd, "r")) == NULL ||
901 c1 = getc(f_rep);
907 if (!ferror(f_rep) && !ferror(f_backup)) {
908 (void) fclose(f_rep);
916 if (f_rep != NULL)
917 (void) fclose(f_rep);

Completed in 62 milliseconds