Home
last modified time | relevance | path

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

/dports/www/privoxy/privoxy-3.0.33-stable/
H A Dssl_common.c703 if ((*p != '.') && !privoxy_isdigit(*p)) in host_is_ip_address()
H A Dproject.h192 #define privoxy_isdigit(__X) isdigit((int)(unsigned char)(__X)) macro
H A Dfilters.c354 if (privoxy_isdigit(*p) == 0) in acl_addr()