Searched refs:use_localtime (Results 1 – 2 of 2) sorted by relevance
/time/ |
A D | tzset.c | 518 __tz_compute (__time64_t timer, struct tm *tm, int use_localtime) in __tz_compute() argument 523 if (use_localtime) in __tz_compute() 567 __tz_convert (__time64_t timer, int use_localtime, struct tm *tp) in weak_alias() 577 tzset_internal (tp == &_tmbuf && use_localtime); in weak_alias() 580 __tzfile_compute (timer, use_localtime, &leap_correction, in weak_alias() 587 __tz_compute (timer, tp, use_localtime); in weak_alias() 596 if (! use_localtime) in weak_alias()
|
A D | tzfile.c | 579 __tzfile_compute (__time64_t timer, int use_localtime, in __tzfile_compute() argument 585 if (use_localtime) in __tzfile_compute()
|
Completed in 5 milliseconds