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

  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
96 #define ISPRINT(c) _sch_test(c, _sch_isprint)
138 #undef isprint macro
139 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
safe-ctype.h 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
96 #define ISPRINT(c) _sch_test(c, _sch_isprint)
135 #undef isprint macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
  /toolchain/binutils/binutils-2.25/include/
safe-ctype.h 78 _sch_isgraph = _sch_isalnum|_sch_ispunct, /* isprint and not space */
96 #define ISPRINT(c) _sch_test(c, _sch_isprint)
135 #undef isprint macro
136 #define isprint(c) do_not_use_isprint_with_safe_ctype macro
  /external/c-ares/
setup_once.h 251 #define ISPRINT(x) (isprint((int) ((unsigned char)x)))
  /external/curl/lib/
curl_setup_once.h 288 #define ISPRINT(x) (isprint((int) ((unsigned char)x)))
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 206 ctype uses should be through macros like ISPRINT... If
228 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
231 # undef ISPRINT
232 # define ISPRINT(c) (ISASCII (c) && isprint (c))
    [all...]

Completed in 108 milliseconds