Searched defs:isblank (Results 1 – 2 of 2) sorted by relevance
/openbmc/u-boot/include/bedbug/ | ||
H A D | bedbug.h | 13 #define isblank(c) isspace((int)(c)) macro |
/openbmc/u-boot/include/linux/ | ||
H A D | ctype.h | 38 #define isblank(c) (c == ' ' || c == '\t') macro |