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

  /external/curl/lib/
cookie.c 411 while(*lineptr && ISBLANK(*lineptr))
436 if(ISBLANK(*endofn)) {
438 while(*endofn && ISBLANK(*endofn) && nlen) {
447 while(len && ISBLANK(what[len-1])) {
454 while(*whatptr && ISBLANK(*whatptr))
575 while(*ptr && ISBLANK(*ptr))
999 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) == ' ') || \
  /external/curl/src/
tool_urlglob.c 267 while(*pattern && ISBLANK(*pattern))
  /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 221 milliseconds