HomeSort by relevance Sort by last modified time
    Searched refs:isspace (Results 476 - 500 of 654) sorted by null

<<11121314151617181920>>

  /external/chromium_org/third_party/webrtc/base/
httpclient.cc 247 && isspace(formatted_header[start_of_value]))
250 && isspace(formatted_header[end_of_value-1]))
proxydetect.cc 245 if (isspace(*list)) {
260 while ((len > 0) && isspace(start[len-1]))
    [all...]
  /external/e2fsprogs/misc/
fsck.c 154 while (*cp && isspace(*cp))
161 while (*cp && !isspace(*cp))
  /external/elfutils/0.153/src/
ldlex.c     [all...]
  /external/fio/
parse.c 327 while (isspace((int) *s))
350 while ((isspace((int) *s) || iscntrl((int) *s)) && (s > start))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
event.c 73 while (*name && isspace(*name))
83 while (*tgids && isspace(*tgids))
  /external/lldb/source/Core/
RegisterValue.cpp 396 while (!Str.empty() && isspace(Str[0]))
398 while (!Str.empty() && isspace(Str.back()))
    [all...]
  /external/llvm/include/llvm/Support/
YAMLTraits.h 382 if (isspace(S.front()) || isspace(S.back()))
    [all...]
  /external/mdnsresponder/mDNSPosix/
nss_mdns.c     [all...]
  /external/ppp/pppd/
options.c 1179 if (!isspace(c))
    [all...]
  /external/tinyxml2/
tinyxml2.h 366 static const char* SkipWhiteSpace( const char* p ) { while( !IsUTF8Continuation(*p) && isspace( *reinterpret_cast<const unsigned char*>(p) ) ) { ++p; } return p; }
367 static char* SkipWhiteSpace( char* p ) { while( !IsUTF8Continuation(*p) && isspace( *reinterpret_cast<unsigned char*>(p) ) ) { ++p; } return p; }
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 490 if line[0].isspace() and cursect is not None and optname:
526 if pos != -1 and optval[pos-1].isspace():
mhlib.py 688 if not line[0].isspace():
922 if not line or not line[0].isspace():
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 490 if line[0].isspace() and cursect is not None and optname:
526 if pos != -1 and optval[pos-1].isspace():
mhlib.py 688 if not line[0].isspace():
922 if not line or not line[0].isspace():
    [all...]
  /system/core/fastboot/
fastboot.c 451 while(*s && isspace(*s)) s++;
454 if(!isspace(s[n])) break;
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c     [all...]
  /external/iptables/libxtables/
xtables.c 448 for (p = s; isspace(*p); ++p)
    [all...]
  /external/pcre/dist/
pcregrep.c 996 while (*endptr != 0 && isspace((unsigned char)(*endptr))) endptr++;
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
javascriptlintrules.py 156 (not flag.type or flag.type.isspace())):
  /external/chromium_org/third_party/codesighs/
codesighs.c 219 if(isspace(*(inString + len)))
    [all...]
  /external/libselinux/src/
label_file.c 296 while (isspace(*buf_p))
  /external/linux-tools-perf/perf-3.12.0/tools/perf/ui/
browser.c 552 while (isspace(*++bg));
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 48 while (isspace(LastChar))
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 51 while (isspace(LastChar))

Completed in 2795 milliseconds

<<11121314151617181920>>