Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.27/include/
Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c235 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro