Searched refs:__tzstring (Results 1 – 9 of 9) sorted by relevance
408 if (__tzstring (&zone_names[types[i].idx]) == NULL) in __tzfile_read()425 __tzname[dst] = __tzstring (&zone_names[idx]); in __tzfile_read()436 __tzname[0] = __tzstring (zone_names); in __tzfile_read()599 __tzname[1] = __tzstring (&zone_names[types[i].idx]); in __tzfile_compute()606 __tzname[0] = __tzstring (&zone_names[types[i].idx]); in __tzfile_compute()613 __tzname[1] = __tzstring (&zone_names[types[j].idx]); in __tzfile_compute()646 __tzname[0] = __tzstring (zone_names); in __tzfile_compute()647 __tzname[1] = __tzstring (&zone_names[strlen (zone_names) + 1]); in __tzfile_compute()708 = __tzstring (&zone_names[types[type_idxs[i - 1]].idx]); in __tzfile_compute()718 __tzname[dst] = __tzstring (&zone_names[idx]); in __tzfile_compute()[all …]
119 __tzstring (const char *s) in __tzstring() function
53 extern char *__tzstring (const char *string) attribute_hidden;
4260 * time/tzfile.c: Change return type of __tzstring to char *.4261 * time/tzset.c: Likewise. Change definition of __tzstring.5378 * time/tzfile.c (__tzstring): New decl.5382 * time/tzset.c (__tzstring): New function.
410 * time/tzset.c (__tzstring): Get rid of excessive cleverness1781 * time/tzset.c (__tzstring): Clean up a bit.
5034 * time/tzfile.c (__tzfile_compute): __tzstring zones
32921 * include/time.h (__tzstring): Add attribute_hidden.
38397 __tzstring function.38398 (__tzstring): Call __tzstring_len.