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

  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 84 # define ISPUNCT(c) (ISASCII (c) && ispunct (c))
384 || (STREQ (str, "punct") && ISPUNCT ((unsigned char) *n))
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 159 #define ISPUNCT(c) (ISASCII (c) && ispunct (c))
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
140 #undef ispunct macro
141 #define ispunct(c) do_not_use_ispunct_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 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_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 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_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 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_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 97 #define ISPUNCT(c) _sch_test(c, _sch_ispunct)
137 #undef ispunct macro
138 #define ispunct(c) do_not_use_ispunct_with_safe_ctype macro

Completed in 6376 milliseconds