Searched defs:_ISpunct (Results 1 - 2 of 2) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
H A Dctype.h60 _ISpunct = _ISbit (10), /* Punctuation. */ enumerator in enum:__anon2650
180 # define ispunct(c) __isctype((c), _ISpunct)
288 # define __ispunct_l(c,l) __isctype_l((c), _ISpunct, (l))
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dctype.h60 _ISpunct = _ISbit (10), /* Punctuation. */ enumerator in enum:__anon4447
206 # define ispunct(c) __isctype((c), _ISpunct)
314 # define __ispunct_l(c,l) __isctype_l((c), _ISpunct, (l))

Completed in 92 milliseconds