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

  /external/valgrind/coregrind/m_demangle/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /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 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /toolchain/binutils/binutils-2.27/include/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /external/curl/lib/
curl_setup_once.h 293 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \
  /toolchain/binutils/binutils-2.27/libiberty/
regex.c 220 # ifdef isblank
221 # define ISBLANK(c) (ISASCII (c) && isblank (c))
223 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
    [all...]

Completed in 106 milliseconds