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

  /ndk/sources/host-tools/make-3.81/glob/
fnmatch.c 67 # ifdef isblank
68 # define ISBLANK(c) (ISASCII (c) && isblank (c))
70 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
378 || (STREQ (str, "blank") && ISBLANK ((unsigned char) *n))
  /external/curl/lib/
cookie.c 412 while(*lineptr && ISBLANK(*lineptr))
437 if(ISBLANK(*endofn)) {
439 while(*endofn && ISBLANK(*endofn) && nlen) {
448 while(len && ISBLANK(what[len-1])) {
455 while(*whatptr && ISBLANK(*whatptr))
576 while(*ptr && ISBLANK(*ptr))
970 while(*lineptr && ISBLANK(*lineptr))
    [all...]
curl_fnmatch.c 378 found = ISBLANK(*s);
curl_setup_once.h 293 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \
  /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.25/include/
safe-ctype.h 91 #define ISBLANK(c) _sch_test(c, _sch_isblank)
  /external/c-ares/
setup_once.h 256 #define ISBLANK(x) (int)((((unsigned char)x) == ' ') || \
  /toolchain/binutils/binutils-2.25/gas/config/
tc-m32c.c 259 && (ISBLANK (s[0]) || s[0] == ','))
    [all...]
  /toolchain/binutils/binutils-2.25/ld/
deffilep.y 1370 if (ISBLANK (c) ) /* '@' followed by whitespace. */
    [all...]
  /toolchain/binutils/binutils-2.25/libiberty/
regex.c 220 # ifdef isblank
221 # define ISBLANK(c) (ISASCII (c) && isblank (c))
223 # define ISBLANK(c) ((c) == ' ' || (c) == '\t')
    [all...]

Completed in 3812 milliseconds