HomeSort by relevance Sort by last modified time
    Searched defs:_ISpunct (Results 1 - 2 of 2) sorted by null

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
ctype.h 60 _ISpunct = _ISbit (10), /* Punctuation. */
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.11-4.8/sysroot/usr/include/
ctype.h 60 _ISpunct = _ISbit (10), /* Punctuation. */
180 # define ispunct(c) __isctype((c), _ISpunct)
288 # define __ispunct_l(c,l) __isctype_l((c), _ISpunct, (l))

Completed in 203 milliseconds