usr.sbin/zic/zic.c
1093
tod = gethms(fields[LP_TIME], _("invalid time of day"), FALSE);
usr.sbin/zic/zic.c
110
static zic_t gethms(const char *string, const char *errstrng,
usr.sbin/zic/zic.c
1194
rp->r_tod = gethms(dp, _("invalid time of day"), FALSE);
usr.sbin/zic/zic.c
732
zp->z_stdoff = gethms(zp->z_rule, _("unruly zone"),
usr.sbin/zic/zic.c
890
r.r_stdoff = gethms(fields[RF_STDOFF], _("invalid saved time"), TRUE);
usr.sbin/zic/zic.c
976
z.z_gmtoff = gethms(fields[i_gmtoff], _("invalid UT offset"), TRUE);