Home
last modified time | relevance | path

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

/lib/liblwip/src/core/ipv4/
Dip_addr.c119 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro
207 if (c != '\0' && !isspace(c)) { in ipaddr_aton()