Searched refs:CHOPSPAM (Results 1 – 1 of 1) sorted by relevance
72 #define CHOPSPAM ">>> Last update of WHOIS database:" macro556 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()