Searched refs:_timezone (Results 1 – 5 of 5) sorted by relevance
/picolibc-latest/newlib/libc/time/ |
D | tzset.c | 128 _timezone = 0; in _tzset_unlocked() 138 _timezone = 0; in _tzset_unlocked() 200 _timezone = offset0; in _tzset_unlocked() 218 _timezone = offset0; in _tzset_unlocked() 336 _timezone = tz->__tzrule[0].offset; in _tzset_unlocked()
|
D | tzvars.c | 10 long _timezone = 0; variable
|
D | strftime.c | 1862 printf("_timezone=%d, _daylight=%d, _tzname[0]=%s, _tzname[1]=%s\n", _timezone, _daylight, _tzname[… in main()
|
/picolibc-latest/newlib/libc/include/ |
D | time.h | 175 extern long _timezone;
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 4162 non-GMT to GMT, when un-setting TZ. Set _timezone and _daylight even 12933 * libc/include/time.h (_timezone): Change to long also for Cygwin. 12938 * libc/include/time.h [!CYGWIN](_timezone): Change to long. 12950 of __tzrule which is now in gettzinfo.c. Change _timezone 18524 (_tzname, _daylight, _timezone): No long __CYGWIN__ only. 18736 (_tzname, _daylight, _timezone): No long __CYGWIN__ only. 20581 * libc/include/time.h (_timezone, _daylight, _tzname): ditto 23186 _timezone, _daylight, and _tzname.
|