Home
last modified time | relevance | path

Searched refs:tzname (Results 1 – 7 of 7) sorted by relevance

/time/
A Dtst-posixtz.c55 tzname[tmp->tm_isdst ? 1 : 0]); in do_test()
71 daylight, tzname[0], tzname[1]); in do_test()
83 " tzname = { \"%s\", \"%s\" }", daylight, tzname[0], tzname[1]); in do_test()
85 && strcmp (tzname[0], "AEST") == 0 && strcmp (tzname[1], "AEDST") == 0) in do_test()
96 " tzname = { \"%s\", \"%s\" }", daylight, tzname[0], tzname[1]); in do_test()
98 && strcmp (tzname[0], "AB1") == 0 && strcmp (tzname[1], "AB2") == 0) in do_test()
109 " tzname = { \"%s\", \"%s\" }", daylight, tzname[0], tzname[1]); in do_test()
111 && strcmp (tzname[0], "BB1") == 0 && strcmp (tzname[1], "BB1") == 0) in do_test()
A Dtst-tzname.c31 const char *stdtz = strdup (tzname[0]); in do_test()
34 if (strcmp (tzname[0], "STD") != 0) in do_test()
36 printf ("FAIL: TZ=STD-1DST, tzname[0] = %s\n", tzname[0]); in do_test()
41 if (strcmp (tzname[0], stdtz) != 0) in do_test()
43 printf ("FAIL: TZ=%s, tzname[0] = %s\n", TZDEFRULES, tzname[0]); in do_test()
A DMakefile49 tst-tzname tst-y2039 bug-mktime4 tst-strftime2 tst-strftime3 \
108 tst-tzname-ENV = TZDIR=${common-objpfx}timezone/testdata
109 CPPFLAGS-tst-tzname.c += -DTZDEFRULES='"$(posixrules-file)"'
A DVersions13 daylight; timezone; tzname;
A Dtime.h224 extern char *tzname[2];
A Dstrftime_l.c56 extern char *tzname[];
160 # define tzname __tzname macro
1332 zone = tp->tm_isdst <= 1 ? tzname[tp->tm_isdst] : "?"; in libc_hidden_def()
A Dtzset.c35 weak_alias (__tzname, tzname)

Completed in 9 milliseconds