Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/libc/compilers/minilibc/
H A Dctype.c33 int isspace(int ch) in isspace() function
H A Dstring.c220 #define isspace(c) ((__ismask(c)&(_S)) != 0) macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/
H A Dip6_addr.c59 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro
/nrf52832-nimble/rt-thread/components/net/sal_socket/src/
H A Dsal_ipaddr.c21 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv4/
H A Dip4_addr.c122 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/ipv4/
H A Dip_addr.c119 #define isspace(c) (c == ' ' || c == '\f' || c == '\n' || c == '\r' || c == '\t' || c == … macro