Home
last modified time | relevance | path

Searched refs:ISPUNCT (Results 1 – 4 of 4) sorted by relevance

/toolchain/binutils/binutils-2.27/include/
Dsafe-ctype.h97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct) macro
/toolchain/binutils/binutils-2.27/libiberty/
Dregex.c237 # define ISPUNCT(c) (ISASCII (c) && ispunct (c)) macro
3291 if ( (is_punct && ISPUNCT (ch)) in PREFIX()
Dfunctions.texi598 @deffnx Extension ISPUNCT (@var{c})
/toolchain/binutils/binutils-2.27/gas/
DChangeLog-00011028 (arm_parse_reloc): Use ISALNUM/ISPUNCT/TOLOWER instead of