Home
last modified time | relevance | path

Searched refs:country_length (Results 1 – 11 of 11) sorted by relevance

/dports/lang/gcc9/gcc-9.4.0/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/lang/gcc11/gcc-11.2.0/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/lang/gcc10/gcc-10.3.0/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ada/
H A Dlocales.c837 int country_length = 0; in c_get_country_code() local
852 country_length = s2 - s1; in c_get_country_code()
854 if (country_length == 2) { in c_get_country_code()
855 str_copy(iso_3166_code, s1, country_length); in c_get_country_code()
859 } else if (country_length > 3) { in c_get_country_code()
860 char name_copy[country_length + 1]; in c_get_country_code()
863 str_copy(name_copy, s1, country_length); in c_get_country_code()
/dports/net-mgmt/ipv6calc/ipv6calc-3.2.0/databases/lib/
H A Dlibipv6calc_db_wrapper_IP2Location.c1558 …per_country_code_by_addr(char *addr, const int proto, char *country, const size_t country_length) { in libipv6calc_db_wrapper_IP2Location_wrapper_country_code_by_addr() argument
1641 snprintf(country, country_length, "%s", IP2Location_result_ptr); in libipv6calc_db_wrapper_IP2Location_wrapper_country_code_by_addr()