Home
last modified time | relevance | path

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

/rk3399_ARM-atf/include/lib/libc/
H A Dstdlib.h21 #define isspace(x) (((x) == ' ') || ((x) == '\r') || ((x) == '\n') || \ macro
/rk3399_ARM-atf/lib/libc/
H A Dstrtoul.c62 } while (isspace((unsigned char)c)); in strtoul()
H A Dstrtoull.c63 } while (isspace((unsigned char)c)); in strtoull()
H A Dstrtol.c65 } while (isspace((unsigned char)c)); in strtol()
H A Dstrtoll.c65 } while (isspace((unsigned char)c)); in strtoll()