Searched defs:country (Results 1 - 2 of 2) sorted by relevance
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/CPAN/ |
H A D | FirstTime.pm | 9 sub country { shift->[1] } subroutine 591 my(%all,$url,$expected_size,$default,$ans,$host,$dst,$country,$continent,@location); 600 ($continent, $country) = @location[-1,-2]; 604 next unless $host && $dst && $continent && $country; 605 $all{$continent}{$country}{$dst} = CPAN::Mirrored::By->new($continent,$country,$dst); 607 $dst=$continent=$country=""; 623 First, pick a nearby continent and country (you can pick several of 653 "Select your country (or several nearby countries)", 659 foreach $country ( [all...] |
/osnet-11/usr/src/lib/libzoneinfo/common/ |
H A D | libzone.c | 44 #define COUNTRY_TAB ZONEINFOTABDIR "country.tab" 54 #define CCLEN 2 /* country code length */ 196 * file, for the input continent, and retrieves the country 197 * names from the country.tab file. It also retrieves the localized 198 * country names. The returned list of countries is sorted by the 202 get_tz_countries(struct tz_country **country, struct tz_continent *cont) argument 219 /* open zone_sun.tab and country.tab files */ 253 * If country matches previously *matched* country, skip 254 * entry, since zone.tab is alphabetized by country cod 446 get_timezones_by_country(struct tz_timezone **tmzone, struct tz_country *country) argument 659 free_tz_countries(struct tz_country *country) argument [all...] |
Completed in 19 milliseconds