Searched refs:i (Results 1 – 12 of 12) sorted by relevance
/timezone/ |
A D | zic.c | 830 for (i = 0; i < nzones; i = j) { in main() 841 for (i = 0; i < nlinks; ++i) { in main() 955 for (i = 0; f[i] && f[i] == to[i]; i++) in relname() 965 for (i = 0; i < dotdots; i++) in relname() 1140 for (i = 0; i < nzones; ++i) { in associate() 1150 for (i = 0; i < nzones; ++i) { in associate() 1158 for (i = 0; i < nzones; ++i) { in associate() 1397 for (i = 0; i < nzones; ++i) in inzone() 1945 for (i = 0; i < timecnt; ++i) { in writezone() 1953 for (i = 0; i < timecnt; ++i) { in writezone() [all …]
|
A D | zdump.c | 411 register int i; in main() local 431 for (i = 1; i < argc; ++i) in main() 517 for (i = optind; i < argc; i++) { in main() 518 size_t arglen = strlen(argv[i]); in main() 523 for (i = optind; i < argc; ++i) { in main() 530 perror(argv[i]); in main() 534 show(tz, argv[i], now, false); in main() 541 show(tz, argv[i], t, true); in main() 543 show(tz, argv[i], t, true); in main() 588 show(tz, argv[i], t, true); in main() [all …]
|
A D | test-tz.c | 24 unsigned int i; in main() local 35 for (i = 0; i < sizeof (tests) / sizeof (tests[0]); ++i) in main() 37 setenv ("TZ", tests[i].env, 1); in main() 39 if (t != tests[i].expected) in main() 42 argv[0], i, (long) tests[i].expected, (long) t); in main()
|
A D | tst-timezone.c | 66 int i; in check_tzvars() local 80 for (i = 0; i <= 1; ++i) in check_tzvars() 81 if (strcmp (tzname[i], tznam[i]) != 0) in check_tzvars() 84 name, i, tzname[i], tznam[i]); in check_tzvars()
|
A D | tst-tzset.c | 148 for (int i = 1; i <= 4; ++i) in do_test() local 151 snprintf (tz, sizeof (tz), "XT%d", i); in do_test()
|
A D | etcetera | 36 # (i.e. west of Greenwich) even though many people would expect it to 37 # mean 4 hours ahead of UTC (i.e. east of Greenwich).
|
A D | README | 13 These tzdata files were taken from tzdata 2009i and have not been
|
A D | antarctica | 231 # 6 hours behind that (although only 2 miles away, i.e. 6 hours ahead
|
A D | europe | 1505 # down in EU Directive 2000/84 of 19.I.01 (i.e. at the same times as its 2586 # 00:00 standard time (i.e., 01:00 DST). It also claims that Turkey 2588 # and off at 00:00 standard time (i.e., 01:00 DST) 2627 # the Sov[i]et Union. In 1985 the SU reverted to standard Europe[a]n switch
|
A D | northamerica | 503 # observe war (i.e., daylight saving) time. The 1944-03-17 Phoenix 1427 # Standard Time (i.e. not until 3:00 Central Daylight Time). 1878 # (i.e. UTC -0600 and -0500 as of 1998-08-02). 2175 # http://www.granma.cu/ingles/2004/septiembre/juev30/41medid-i.html
|
A D | australasia | 819 # "Australia/Queensland" now observes daylight time (i.e. from 1101 # date as the rest of NSW (i.e. 2000-08-27). For your information the
|
A D | asia | 853 # (except in 2003) is the night after the Passover Seder (i.e. the eve 931 # last Friday before April 2nd (i.e. the last Friday in March or April
|
Completed in 36 milliseconds