HomeSort by: relevance | last modified time | path
    Searched defs:gethms (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libc/time/
zic.c 190 static zic_t gethms(const char * string, const char * errstring);
1813 gethms(char const *string, char const *errstring) function in typeref:typename:zic_t
1879 save = gethms(field, _("invalid saved time"));
1992 z.z_stdoff = gethms(fields[i_stdoff], _("invalid UT offset"));
2116 tod = gethms(fields[LP_TIME], _("invalid time of day"));
2224 rp->r_tod = gethms(dp, _("invalid time of day"));
zic.c 190 static zic_t gethms(const char * string, const char * errstring);
1813 gethms(char const *string, char const *errstring) function in typeref:typename:zic_t
1879 save = gethms(field, _("invalid saved time"));
1992 z.z_stdoff = gethms(fields[i_stdoff], _("invalid UT offset"));
2116 tod = gethms(fields[LP_TIME], _("invalid time of day"));
2224 rp->r_tod = gethms(dp, _("invalid time of day"));

Completed in 26 milliseconds