Searched refs:tzset_called (Results 1 – 1 of 1) sorted by relevance
/time/ |
A D | strftime_l.c | 459 bool tzset_called = false; in my_strftime() local 460 return __strftime_internal (s, maxsize, format, tp, 0, &tzset_called in my_strftime() 469 const struct tm *tp, int yr_spec, bool *tzset_called in libc_hidden_def() 841 tp, yr_spec, tzset_called in libc_hidden_def() 844 tp, yr_spec, tzset_called in libc_hidden_def() 1326 if (!*tzset_called) in libc_hidden_def() 1329 *tzset_called = true; in libc_hidden_def() 1372 if (!*tzset_called) in libc_hidden_def() 1375 *tzset_called = true; in libc_hidden_def()
|
Completed in 5 milliseconds