Home
last modified time | relevance | path

Searched refs:ISCNTRL (Results 1 – 7 of 7) sorted by relevance

/toolchain/binutils/binutils-2.25/include/
Dsafe-ctype.h92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl) macro
/toolchain/binutils/binutils-2.25/gas/
Dlisting.c384 if (!ISCNTRL (c)) in listing_newline()
Dread.c6118 || (inquote && !ISCNTRL (*s)) in _find_end_of_line()
DChangeLog-00011198 (listing_newline): Use ISCNTRL instead of isascii/iscntrl. Don't
/toolchain/binutils/binutils-2.25/libiberty/
Dregex.c235 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c)) macro
3284 || (is_cntrl && ISCNTRL (ch))) in PREFIX()
Dfunctions.texi593 @deffnx Extension ISCNTRL (@var{c})
634 the range of 7-bit ASCII. In particular, both ISPRINT and ISCNTRL return
/toolchain/binutils/binutils-2.25/binutils/
Dreadelf.c460 if (ISCNTRL (c)) in print_symbol()
524 if (ISCNTRL (c)) in printable_section_name()