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

/illumos-gate/usr/src/cmd/rtc/
H A Drtc.c40 static char *zonefile = "/etc/rtc_config"; variable
71 if ((zonefptr = fopen(zonefile, "r")) == NULL) {
75 progname, zonefile, errno);
166 if ((zonefptr = fopen(zonefile, "w")) == NULL) {
168 progname, zonefile, errno);
189 (void) fprintf(zonefptr, zone_comment, zonefile);

Completed in 43 milliseconds