Home
last modified time | relevance | path

Searched refs:__tzfile_compute (Results 1 – 17 of 17) sorted by relevance

/glibc-2.36/time/
Dtzset.c580 __tzfile_compute (timer, use_localtime, &leap_correction, in weak_alias()
Dtzfile.c579 __tzfile_compute (__time64_t timer, int use_localtime, in __tzfile_compute() function
/glibc-2.36/include/
Dtime.h59 extern void __tzfile_compute (__time64_t timer, int use_localtime,
/glibc-2.36/ChangeLog.old/
DChangeLog.11954 * time/tzfile.c (__tzfile_compute): Use types[0] if TIMER falls
2003 * time/tzfile.c (__tzfile_compute): If TIMER is before any
2150 * time/tzfile.c (__tzfile_compute): Don't decrement I if it's zero.
2207 * time/tzfile.c (__tzfile_compute): Set __tzname properly, so isdst
2241 * time/tzfile.c (__tzfile_compute): Fixed transition comparison.
DChangeLog.21710 * time/tzfile.c (__tzfile_compute): When there are transitions and
1728 * time/tzfile.c (__tzfile_compute): Don't take arg TM.
1735 Make second arg be a `const struct tm *'. Don't call __tzfile_compute.
1738 If __use_tzfile is set, call __tzfile_compute and pass it their
DChangeLog.81780 (__tzfile_compute): Correct setting of __tzname array values.
3667 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
3670 * time/tzset.c: Update prototype of __tzfile_compute.
3671 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
3888 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
3891 __tzfile_compute. Compute equivalent values for use of tz_rules.
3959 (__tzfile_compute): Likewise.
DChangeLog.173460 * time/tzfile.c (__tzfile_compute): If we use the envvar format still
8747 (__tzfile_compute): Override POSIX TZ string STD/DST zone names if
8772 * time/tzfile.c (__tzfile_compute): For use_last case set i to
8840 (find_transition): Fold into __tzfile_compute.
8841 (__tzfile_compute): For times beyond the last transition try to
8851 * time/tzfile.c (__tzfile_compute): Compute tzname[] values based
DChangeLog.7806 * time/tzfile.c (__tzfile_compute): Use negated value of offset for
2832 (__tzset_internal, __tz_compute, __tzfile_compute, __use_tzfile,
2842 * time/tzfile.c (__tzfile_compute): New arg USE_LOCALTIME.
2846 (__tzfile_compute): New function.
DChangeLog.1411563 * time/tzfile.c (__tzfile_compute): Change return value type to
11565 * include/time.h (__tzfile_compute): Adjust prototype.
11569 * time/tzset.c (__tz_convert): Remove dead code; __tzfile_compute
DChangeLog.92724 (__tzfile_compute): Likewise. Fix for PR libc/863.
DChangeLog.196733 * time/tzfile.c (__tzfile_compute): Likewise.
6823 * time/tzfile.c (__tzfile_compute): Likewise.
18248 (__tzfile_compute): Use it.
18254 (__tzfile_compute): Use internal_time_t for timer argument. Check
32923 (__tzfile_compute): Likewise.
DChangeLog.249070 (__tzfile_compute): Modified function.
DChangeLog.61807 (__tzfile_compute): Use find_transition instead of doing the work
DChangeLog.115034 * time/tzfile.c (__tzfile_compute): __tzstring zones
DChangeLog.1857979 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
65778 (__tzfile_compute): Likewise.
/glibc-2.36/posix/
Dtst-regex.input1780 (__tzfile_compute): Correct setting of __tzname array values.
3667 * time/tzfile.c (__tzfile_compute): Undo last change. Instead
3670 * time/tzset.c: Update prototype of __tzfile_compute.
3671 (__tz_convert): Pass tp to __tzfile_compute. Don't set tm_isdst,
3888 * time/tzfile.c (__tzfile_compute): Take new arguments. Store
3891 __tzfile_compute. Compute equivalent values for use of tz_rules.
3959 (__tzfile_compute): Likewise.
/glibc-2.36/
DNEWS451 [28338] time: undefined behavior in __tzfile_compute with oddball TZif