Searched refs:ANICHOST (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.bin/whois/
H A Dwhois.c65 #define ANICHOST "whois.arin.net" macro
100 { "-ARIN", ANICHOST },
141 { 0, ANICHOST },
180 host = ANICHOST;
488 else if (strcasecmp(hostname, ANICHOST) == 0) {
502 (strcasecmp(hostname, ANICHOST) == 0 ||
563 s_asprintf(&nhost, "%s", ANICHOST);

Completed in 104 milliseconds