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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/gdb/darwin-x86/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/gdb/linux-x86/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
bytes_methods.h 45 #define ISSPACE(c) Py_ISSPACE(c)
59 #undef isspace macro
60 #define isspace(c) undefined_isspace(c) macro
  /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/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/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/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
  /toolchain/binutils/binutils-2.25/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/c-ares/
setup_once.h 245 #define ISSPACE(x) (isspace((int) ((unsigned char)x)))
  /external/curl/lib/
curl_setup_once.h 282 #define ISSPACE(x) (isspace((int) ((unsigned char)x)))
  /external/harfbuzz_ng/src/
hb-private.hh 591 static inline bool ISSPACE (unsigned char c)
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 228 # define ISGRAPH(c) (ISASCII (c) && isprint (c) && !isspace (c))
239 # define ISSPACE(c) (ISASCII (c) && isspace (c))
    [all...]

Completed in 373 milliseconds