Lines Matching full:time
113 ** Someone might make incorrect use of a time zone abbreviation:
118 ** 3. They might reference tzname[1] after setting to a time zone
119 ** in which Daylight Saving Time is never observed.
120 ** 4. They might reference tzname[0] after setting to a time zone
121 ** in which Standard Time is never observed.
128 ** manual page of what this "time zone abbreviation" means (doing this so
149 struct ttinfo { /* time type information */
153 int tt_ttisstd; /* TRUE if transition is std time */
158 time_t ls_trans; /* transition time */
195 long r_time; /* transition time of rule */
283 ** objects: a broken-down time structure and an array of char.
708 ** Given a pointer into a time zone string, scan until a character that is not
726 ** Given a pointer into an extended time zone string, scan until the ending
745 ** Given a pointer into a time zone string, extract a number from that string.
777 ** Given a pointer into a time zone string, extract a number of seconds,
820 ** Given a pointer into a time zone string, extract an offset, in
823 ** Otherwise, return a pointer to the first character not part of the time.
840 return NULL; /* illegal time */
847 ** Given a pointer into a time zone string, extract a rule in the form
848 ** date[/time]. See POSIX section 8 for the format of "date" and "time".
893 ** Time specified.
902 ** Given the Epoch-relative time of January 1, 00:00:00 UTC, in a year, the
903 ** year, a rule, and the offset from UTC at the time that rule takes effect,
904 ** calculate the Epoch-relative time that rule takes effect.
928 ** add SECSPERDAY times the day number-1 to the time of
939 ** Just add SECSPERDAY times the day number to the time of
989 ** "value" is the Epoch-relative time of 00:00:00 UTC on the day in
990 ** question. To get the Epoch-relative time of the specified local
991 ** time on that day, add the transition time and the current offset
1087 sp->typecnt = 2; /* standard time and DST */
1160 ** Initially we're assumed to be in standard time.
1172 /* No adjustment to transition time */
1175 ** If summer time is in effect, and the
1176 ** transition time was not specified as
1177 ** standard time, add the summer time
1178 ** offset to the transition time;
1179 ** otherwise, add the standard time
1180 ** offset to the transition time.
1215 sp->typecnt = 1; /* only standard time */
1476 ** but this is no time for a treasure hunt.
1684 ** The ctime function converts the calendar time pointed to by timer
1685 ** to local time in the form of a string. It is equivalent to
1704 ** Kridle's (so its said...) from a long time ago.
1871 ** time below the minimum representable time.
1873 ** This assumes that the minimum representable time is
1938 ** Right time, wrong type.
1939 ** Hunt for right time, right type.
2037 ** We're supposed to assume that somebody took a time of one type
2207 ** hit, the corresponding time doesn't exist,