HomeSort by relevance Sort by last modified time
    Searched refs:ISCNTRL (Results 1 - 7 of 7) sorted by null

  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
130 #undef iscntrl macro
131 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 157 #define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
  /prebuilts/gcc/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
safe-ctype.h 92 #define ISCNTRL(c) _sch_test(c, _sch_iscntrl)
127 #undef iscntrl macro
128 #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype macro
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 82 # define ISCNTRL(c) (ISASCII (c) && iscntrl (c))
379 || (STREQ (str, "cntrl") && ISCNTRL ((unsigned char) *n))

Completed in 85 milliseconds