Searched refs:__offtime (Results 1 – 10 of 10) sorted by relevance
/glibc-2.36/time/ |
D | offtime.c | 29 __offtime (__time64_t t, long int offset, struct tm *tp) in __offtime() function
|
D | tzset.c | 584 if (! __offtime (timer, 0, tp)) in weak_alias() 603 if (__offtime (timer, tp->tm_gmtoff - leap_correction, tp)) in weak_alias()
|
D | tzfile.c | 634 if (__glibc_unlikely (! __offtime (timer, 0, tp))) in __tzfile_compute()
|
/glibc-2.36/include/ |
D | time.h | 271 extern int __offtime (__time64_t __timer,
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.2 | 1720 * time/gmtime.c: After calling __offtime, zero tm_gmtoff and set 1742 Subtract LEAP_CORRECTION from __timezone in __offtime call. 1743 After __offtime, add LEAP_EXTRA_SECS to TP->tm_sec.
|
D | ChangeLog.5 | 3880 * time/offtime.c (__offtime): Use Paul Eggert's code to deal 6841 time/offtime.c (__offtime), time/tzset.c (compute_change): Use it. 6843 * time/offtime.c (__offtime): Remove useless assignment 7210 * offtime.c (__offtime): New arg specifying where to store result. 7211 * time.h (__mktime_internal, __offtime): Adjust decls accordingly.
|
D | ChangeLog.7 | 85 * time/time.h (__offtime): Now returns int. 87 * time/offtime.c (__offtime): Return nonzero if successful; 2708 * time/offtime.c (__offtime): Add cast. 2827 (gmtime_r): Use __tz_convert instead of __offtime, 11752 * time/offtime.c (__offtime): Change type of `yg' to long int.
|
D | ChangeLog.19 | 10780 (__offtime): Replace time_t* with __time64_t. 18255 for truncation before calling __offtime. 32926 (__offtime): Likewise.
|
D | ChangeLog.13 | 6603 * time/offtime.c (__offtime): Set errno if overflow is detected.
|
D | ChangeLog.18 | 29308 * time/offtime.c (__offtime): Likewise. 86558 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
|