Searched refs:gethms (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/zic/ |
H A D | zic.c | 108 static long gethms(const char *string, const char *errstrng, int signable); 804 zp->z_stdoff = gethms(zp->z_rule, in associate() 924 gethms(string, errstring, signable) in gethms() function 988 r.r_stdoff = gethms(fields[RF_STDOFF], gettext("invalid saved time"), 1091 z.z_gmtoff = gethms(fields[i_gmtoff], gettext("invalid UTC offset"), 1204 tod = gethms(fields[LP_TIME], gettext("invalid time of day"), FALSE); 1309 rp->r_tod = gethms(dp, gettext("invalid time of day"), FALSE);
|