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

/illumos-gate/usr/src/cmd/zic/
H A Dzic.c108 static long gethms(const char *string, const char *errstrng, int signable);
802 zp->z_stdoff = gethms(zp->z_rule,
922 gethms(string, errstring, signable) function
986 r.r_stdoff = gethms(fields[RF_STDOFF], gettext("invalid saved time"),
1089 z.z_gmtoff = gethms(fields[i_gmtoff], gettext("invalid UTC offset"),
1202 tod = gethms(fields[LP_TIME], gettext("invalid time of day"), FALSE);
1307 rp->r_tod = gethms(dp, gettext("invalid time of day"), FALSE);

Completed in 60 milliseconds