Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds