Home | History | Annotate | Download | only in libevent

Lines Matching refs:ISDIGIT

383 #define ISDIGIT(c) isdigit((int)(unsigned char)(c))
2820 while (ISDIGIT(*ips) || *ips == '.' || *ips == ':')