usr.sbin/zic/zic.c
1083
tod = gethms(fields[LP_TIME], "invalid time of day", FALSE);
usr.sbin/zic/zic.c
114
static zic_t gethms(const char *string, const char *errstrng, int signable);
usr.sbin/zic/zic.c
1178
rp->r_tod = gethms(dp, "invalid time of day", FALSE);
usr.sbin/zic/zic.c
723
zp->z_stdoff = gethms(zp->z_rule, "unruly zone",
usr.sbin/zic/zic.c
875
r.r_stdoff = gethms(fields[RF_STDOFF], "invalid saved time", TRUE);
usr.sbin/zic/zic.c
959
z.z_gmtoff = gethms(fields[i_gmtoff], "invalid UT offset", TRUE);