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

  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 75 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
85 # define ISSPACE(c) (ISASCII (c) && isspace (c))
385 || (STREQ (str, "space") && ISSPACE ((unsigned char) *n))
  /ndk/sources/host-tools/sed-4.2.1/
basicdefs.h 160 #define ISSPACE(c) (ISASCII (c) && isspace (c))
  /external/bison/lib/
strtol.c 196 # define ISSPACE(Ch) __iswspace_l ((Ch), loc)
200 # define ISSPACE(Ch) iswspace (Ch)
209 # define ISSPACE(Ch) __isspace_l ((Ch), loc)
213 # define ISSPACE(Ch) isspace (Ch)
290 while (ISSPACE (*s))
  /external/valgrind/main/coregrind/m_demangle/
safe-ctype.h 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
142 #undef isspace macro
143 #define isspace(c) do_not_use_isspace_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 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_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 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_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 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_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 79 _sch_iscppsp = _sch_isvsp|_sch_isnvsp, /* isspace + \0 */
98 #define ISSPACE(c) _sch_test(c, _sch_isspace)
139 #undef isspace macro
140 #define isspace(c) do_not_use_isspace_with_safe_ctype macro
  /external/harfbuzz_ng/src/
hb-private.hh 531 static inline bool ISSPACE (unsigned char c)
  /external/qemu/
arm-dis.c 27 #define ISSPACE(x) ((x) == ' ' || (x) == '\t' || (x) == '\n')
    [all...]
  /external/chromium/third_party/libevent/
evdns.c 382 #define ISSPACE(c) isspace((int)(unsigned char)(c))
    [all...]

Completed in 505 milliseconds