Home
last modified time | relevance | path

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

/lk-master/lib/libc/include/
A Dctype.h23 int isspace(int c);
/lk-master/external/lib/lwip/core/ipv4/
A 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()
/lk-master/lib/libc/
A Dctype.c14 int isspace(int c) { in isspace() function
A Dstrtol.c58 } while (isspace(c)); in strtol()
A Dstrtoll.c59 } while (isspace(c)); in strtoll()
A Datoi.c112 while (isspace(*nptr)) { in strtoul()
/lk-master/lib/console/
A Dconsole.c414 if (isspace(c)) in tokenize_command()
429 } else if (!isspace(c)) { in tokenize_command()
455 if (isspace(c) || c == ';') { in tokenize_command()
507 if (c == '\0' || isspace(c) || c == ';') { in tokenize_command()

Completed in 9 milliseconds