Home
last modified time | relevance | path

Searched refs:_sch_isprint (Results 1 – 2 of 2) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dsafe-ctype.h63 _sch_isprint = 0x0010, /* any printing character including ' ' */ enumerator
80 _sch_isbasic = _sch_isprint|_sch_iscppsp /* basic charset of ISO C
96 #define ISPRINT(c) _sch_test(c, _sch_isprint)
/toolchain/binutils/binutils-2.27/libiberty/
Dsafe-ctype.c134 #define pr _sch_isprint