Lines Matching refs:country
98 const char *host, *name, *country;
100 country = host = NULL;
111 country = optarg;
161 if (!argc || (country != NULL && host != NULL))
164 if (host == NULL && country == NULL && !(flags & WHOIS_QUICK))
169 host ? host : choose_server(name, country, &tofree);
293 * If no country is specified determine the top level domain from the query.
301 choose_server(const char *name, const char *country, char **tofree)
313 if (country != NULL)
314 qhead = country;
369 "usage: %s [-AadfgIilmPQRr] [-c country-code | -h host] "