Home
last modified time | relevance | path

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

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