Searched refs:isspace (Results 1 – 7 of 7) sorted by relevance
122 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro214 if (c != '\0' && !isspace(c)) { in ip4addr_aton()
119 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro207 if (c != '\0' && !isspace(c)) { in ipaddr_aton()
21 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro113 if (c != '\0' && !isspace(c)) in netdev_ip4addr_aton()
59 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro
234 #define lwip_isspace(c) isspace((unsigned char)(c))
13 + isspace()
1357 while (isspace(*nptr)) in ipstr_atol()
Completed in 15 milliseconds