Home
last modified time | relevance | path

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

/freebsd/usr.bin/whois/
H A Dwhois.c72 #define CHOPSPAM ">>> Last update of WHOIS database:" macro
556 len >= sizeof(CHOPSPAM)-1 && in whois()
557 (strncasecmp(buf, CHOPSPAM, sizeof(CHOPSPAM)-1) == 0 || in whois()
558 strncasecmp(buf, CHOPSPAM+4, sizeof(CHOPSPAM)-5) == 0)) { in whois()