Lines Matching refs:time
1 /* Compile .zi time zone data into TZif binary files. */
8 /* Use the system 'time' function, instead of any private replacement.
107 zic_t r_tod; /* time from midnight */
108 bool r_todisstd; /* is r_tod standard time? */
110 bool r_isdst; /* is this daylight saving time? */
111 zic_t r_save; /* offset from standard time */
754 At any given point in time, the link array consists of the
900 /* The time specified by the -R option, defaulting to MIN_TIME;
904 /* The time specified by an Expires line, or negative if no such line. */
907 /* Set the time range of the output to TIMERANGE.
935 /* Generate redundant time stamps up to OPT. Return true if successful. */
992 _("wild compilation-time specification of zic_t"));
1090 _("%s: invalid time range: %s\n"),
1098 fprintf(stderr, _("%s: invalid time: %s\n"),
1110 fprintf(stderr, _("%s: -R time exceeds -r cutoff\n"), progname);
1259 srand(time(NULL));
1647 ** Maybe we have a local standard time offset.
1815 error(_("time overflow"));
1839 save = gethms(field, _("invalid saved time"));
1986 error(_("Zone continuation line end time is"
1987 " not after end time of previous line"));
2067 error(_("time too small"));
2071 error(_("time too large"));
2075 tod = gethms(fields[LP_TIME], _("invalid time of day"));
2183 rp->r_tod = gethms(dp, _("invalid time of day"));
2547 buggy 32-bit clients that do not use time type 0 for
2555 /* Arguably the default time type in the 32-bit data
2558 traditionally used the time type of the indefinite
2698 /* Output a minimal data block with just one time type. */
3033 /* Standard time all year. */
3389 error(_("can't determine time zone abbreviation"
3390 " to use just after until time"));
3418 /* The earliest transition into a time governed by the TZ string. */
3513 error(_("too many local time types"));
3573 error(_("last Leap time does not precede Expires time"));
3761 error(_("time overflow"));
3797 ** 1970, 00:00 LOCAL time) in that year that the rule refers to.
3892 mp = _("time zone abbreviation has fewer than 3 characters");
3894 mp = _("time zone abbreviation has too many characters");
3896 mp = _("time zone abbreviation differs from POSIX standard");
3902 error(_("too many, or too long, time zone abbreviations"));