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

  /external/bison/lib/
mbswidth.c 32 /* Get isprint(). */
78 /* Get ISPRINT. */
85 #undef ISPRINT
86 #define ISPRINT(c) (IN_CTYPE_DOMAIN (c) && isprint (c))
213 if (ISPRINT (c))
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 132 ctype uses should be through macros like ISPRINT... If
152 #undef ISPRINT
153 #define ISPRINT(c) (ISASCII (c) && isprint (c))
  /external/valgrind/main/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
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.0/lib/gcc/arm-eabi/4.4.0/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
defaults.h 88 if (ISPRINT(c)) \
  /prebuilt/linux-x86/toolchain/arm-eabi-4.4.3/lib/gcc/arm-eabi/4.4.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
defaults.h 88 if (ISPRINT(c)) \
  /prebuilt/linux-x86/toolchain/arm-linux-androideabi-4.4.x/lib/gcc/arm-linux-androideabi/4.4.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
defaults.h 88 if (ISPRINT(c)) \
  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
78 # define ISPRINT(c) (ISASCII (c) && isprint (c))
383 || (STREQ (str, "print") && ISPRINT ((unsigned char) *n))
  /ndk/sources/host-tools/sed-4.2.1/sed/
execute.c 1090 if (isascii(*p) && ISPRINT(*p)) {
1092 if (ISPRINT(*p)) {
    [all...]

Completed in 1509 milliseconds