Home
last modified time | relevance | path

Searched defs:ISBLANK (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dsafe-ctype.h91 #define ISBLANK(c) _sch_test(c, _sch_isblank) macro
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c220 # define ISBLANK(c) (ISASCII (c) && isblank (c)) macro
222 # define ISBLANK(c) ((c) == ' ' || (c) == '\t') macro