HomeSort by relevance Sort by last modified time
    Searched defs:iscntrl (Results 101 - 123 of 123) sorted by null

1 2 3 45

  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/
ctype.h 53 # undef iscntrl macro
81 __inline int (iscntrl)(int c) { return _isctype(c, _CONTROL); } function
  /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
  /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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
ascii.py 58 def iscntrl(c): return _ctoi(c) <= 31 function
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
ascii.py 58 def iscntrl(c): return _ctoi(c) <= 31 function
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
ctype.h 104 __exctype (iscntrl); variable
175 # define iscntrl(c) __isctype((c), _IScntrl) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 104 __exctype (iscntrl); variable
175 # define iscntrl(c) __isctype((c), _IScntrl) macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
ctype.h 104 __exctype (iscntrl); variable
175 # define iscntrl(c) __isctype((c), _IScntrl) macro
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
locale_facets.h 2533 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
locale_facets.h 2555 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
locale_facets.h 2555 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2533 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2533 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
locale_facets.h 2533 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/
locale_facets.h 2533 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 2542 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 2541 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
locale_facets.h 2542 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
locale_facets.h 2541 iscntrl(_CharT __c, const locale& __loc) function
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/
locale_facets.h 2542 iscntrl(_CharT __c, const locale& __loc) function
    [all...]

Completed in 1183 milliseconds

1 2 3 45