Searched refs:QNICHOST_TAIL (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/whois/ |
H A D | whois.c | 62 #define QNICHOST_TAIL ".whois-servers.net" macro 86 { "-NICAT", "at" QNICHOST_TAIL }, 87 { "-NORID", "no" QNICHOST_TAIL }, 90 { ".ac.uk", "ac.uk" QNICHOST_TAIL }, 91 { ".gov.uk", "ac.uk" QNICHOST_TAIL }, 243 s_asprintf(&qnichost, "%s%s", country, QNICHOST_TAIL); in main() 459 strcasecmp(hostname, "de" QNICHOST_TAIL) == 0)) { in whois() 468 strcasecmp(hostname, "dk" QNICHOST_TAIL) == 0)) in whois()
|