HomeSort by relevance Sort by last modified time
    Searched defs:_IScntrl (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 59 _IScntrl = _ISbit (9), /* Control character. */
175 # define iscntrl(c) __isctype((c), _IScntrl)
283 # define __iscntrl_l(c,l) __isctype_l((c), _IScntrl, (l))
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
ctype.h 59 _IScntrl = _ISbit (9), /* Control character. */
175 # define iscntrl(c) __isctype((c), _IScntrl)
283 # define __iscntrl_l(c,l) __isctype_l((c), _IScntrl, (l))

Completed in 68 milliseconds