Home
last modified time | relevance | path

Searched refs:win32_tzmap (Results 1 – 25 of 45) sorted by relevance

12

/dports/net-im/libpurple/pidgin-2.14.8/libpurple/win32/
H A Dlibc_interface.c575 } win32_tzmap[] = variable
946 g_free(win32_tzmap[0].wstd); in wpurple_get_timezone_abbreviation()
948 win32_tzmap[0].ustd = win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
951 return win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
962 g_free(win32_tzmap[0].wdst); in wpurple_get_timezone_abbreviation()
964 win32_tzmap[0].udst = win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
967 return win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
1070 win32_tzmap[0].ustd = win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
1072 return win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
1085 win32_tzmap[0].udst = win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
[all …]
/dports/net-im/pidgin/pidgin-2.14.8/libpurple/win32/
H A Dlibc_interface.c575 } win32_tzmap[] = variable
946 g_free(win32_tzmap[0].wstd); in wpurple_get_timezone_abbreviation()
948 win32_tzmap[0].ustd = win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
951 return win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
962 g_free(win32_tzmap[0].wdst); in wpurple_get_timezone_abbreviation()
964 win32_tzmap[0].udst = win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
967 return win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
1070 win32_tzmap[0].ustd = win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
1072 return win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
1085 win32_tzmap[0].udst = win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
[all …]
/dports/net-im/finch/pidgin-2.14.8/libpurple/win32/
H A Dlibc_interface.c575 } win32_tzmap[] = variable
946 g_free(win32_tzmap[0].wstd); in wpurple_get_timezone_abbreviation()
948 win32_tzmap[0].ustd = win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
951 return win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
962 g_free(win32_tzmap[0].wdst); in wpurple_get_timezone_abbreviation()
964 win32_tzmap[0].udst = win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
967 return win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
1070 win32_tzmap[0].ustd = win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
1072 return win32_tzmap[i].ustd; in wpurple_get_timezone_abbreviation()
1085 win32_tzmap[0].udst = win32_tzmap[i].udst; in wpurple_get_timezone_abbreviation()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql96-server/postgresql-9.6.24/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/bin/initdb/
H A Dfindtimezone.c733 } win32_tzmap[] = variable
1585 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1587 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1588 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1592 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1594 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1700 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1702 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1703 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1707 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/bin/initdb/
H A Dfindtimezone.c734 } win32_tzmap[] =
1586 for (i = 0; win32_tzmap[i].stdname != NULL; i++)
1588 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 ||
1589 strcmp(tzname, win32_tzmap[i].dstname) == 0)
1593 win32_tzmap[i].pgtzname, tzname);
1595 return win32_tzmap[i].pgtzname;
1701 for (i = 0; win32_tzmap[i].stdname != NULL; i++)
1703 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 ||
1704 strcmp(localtzname, win32_tzmap[i].dstname) == 0)
1708 win32_tzmap[i].pgtzname, tzname, localtzname);
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/bin/initdb/
H A Dfindtimezone.c734 } win32_tzmap[] = variable
1586 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1588 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1589 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1593 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1595 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1701 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1703 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1704 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1708 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/bin/initdb/
H A Dfindtimezone.c734 } win32_tzmap[] = variable
1586 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1588 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1589 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1593 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1595 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1701 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1703 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1704 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1708 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/bin/initdb/
H A Dfindtimezone.c734 } win32_tzmap[] = variable
1586 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1588 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1589 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1593 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1595 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1701 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1703 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1704 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1708 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/bin/initdb/
H A Dfindtimezone.c734 } win32_tzmap[] = variable
1586 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1588 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1589 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1593 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1595 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1701 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1703 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1704 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1708 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql14-docs/postgresql-14.1/src/bin/initdb/
H A Dfindtimezone.c734 } win32_tzmap[] = variable
1586 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1588 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1589 strcmp(tzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1593 win32_tzmap[i].pgtzname, tzname); in identify_system_timezone()
1595 return win32_tzmap[i].pgtzname; in identify_system_timezone()
1701 for (i = 0; win32_tzmap[i].stdname != NULL; i++) in identify_system_timezone()
1703 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 || in identify_system_timezone()
1704 strcmp(localtzname, win32_tzmap[i].dstname) == 0) in identify_system_timezone()
1708 win32_tzmap[i].pgtzname, tzname, localtzname); in identify_system_timezone()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/bin/initdb/
H A Dfindtimezone.c734 } win32_tzmap[] =
1586 for (i = 0; win32_tzmap[i].stdname != NULL; i++)
1588 if (strcmp(tzname, win32_tzmap[i].stdname) == 0 ||
1589 strcmp(tzname, win32_tzmap[i].dstname) == 0)
1593 win32_tzmap[i].pgtzname, tzname);
1595 return win32_tzmap[i].pgtzname;
1701 for (i = 0; win32_tzmap[i].stdname != NULL; i++)
1703 if (strcmp(localtzname, win32_tzmap[i].stdname) == 0 ||
1704 strcmp(localtzname, win32_tzmap[i].dstname) == 0)
1708 win32_tzmap[i].pgtzname, tzname, localtzname);
[all …]

12