OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:isspace
(Results
751 - 775
of
1470
) sorted by null
<<
31
32
33
34
35
36
37
38
39
40
>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
binhex.py
87
if not c.
isspace
() and (c<' ' or ord(c) > 0x7f):
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
binhex.py
87
if not c.
isspace
() and (c<' ' or ord(c) > 0x7f):
/prebuilts/sdk/renderscript/lib/arm/
libblasV8.so
/prebuilts/sdk/renderscript/lib/mips/
libblasV8.so
/system/core/liblog/
pmsg_reader.c
348
*cp && isprint(*cp) && !
isspace
(*cp) && --len;
/toolchain/binutils/binutils-2.25/gas/config/
tc-crx.c
773
while ((*operandE != ',') && (!
ISSPACE
(*operandE)))
781
while (
ISSPACE
(*operandE))
796
while (
ISSPACE
(*operandE))
[
all
...]
tc-microblaze.c
422
while (
ISSPACE
(* s))
595
while (
ISSPACE
(* s))
903
while (
ISSPACE
(* str))
[
all
...]
tc-s390.c
1196
while (
ISSPACE
(*str))
[
all
...]
/toolchain/binutils/binutils-2.25/libiberty/
safe-ctype.c
55
@deffnx Extension
ISSPACE
(@var{c})
/toolchain/binutils/binutils-2.25/opcodes/
m32c-asm.c
739
if (
ISSPACE
(*newp))
[
all
...]
/device/htc/flounder/sensor_hub/libsensors/
CwMcuSensor.cpp
63
while (len > 0 &&
isspace
(buf[len-1])) {
163
if (!thisname[nameLen] ||
isspace
(thisname[nameLen])) {
[
all
...]
/external/ImageMagick/coders/
fits.c
337
if (
isspace
((int) ((unsigned char) keyword[i])) != 0)
350
while (
isspace
((int) ((unsigned char) *p)) != 0)
hdr.c
270
while ((
isspace
((int) ((unsigned char) c)) != 0) || (c == '='))
382
while (
isspace
((int) ((unsigned char) c)) != 0)
/external/apache-xml/src/main/java/org/apache/xpath/objects/
XStringForFSB.java
835
private static boolean
isSpace
(char ch)
871
if (
isSpace
(c))
/external/boringssl/src/crypto/x509v3/
v3_utl.c
360
while(*p &&
isspace
((unsigned char)*p)) p++;
363
while((q != p) &&
isspace
((unsigned char)*q)) q--;
/external/curl/lib/
curl_sasl_sspi.c
303
while(*chlg &&
ISSPACE
(*chlg))
333
while(*chlg &&
ISSPACE
(*chlg))
[
all
...]
/external/dnsmasq/src/
cache.c
719
if (!
isspace
(c))
739
if (
isspace
(c) || c == '#')
[
all
...]
/external/e2fsprogs/misc/
fsck.c
154
while (*cp &&
isspace
(*cp))
161
while (*cp && !
isspace
(*cp))
/external/fio/
parse.c
369
while (
isspace
((int) *s))
392
while ((
isspace
((int) *s) || iscntrl((int) *s)) && (s > start))
/external/libedit/src/
vi.c
1099
while (
Isspace
(*wp))
1104
while (*wp && !
Isspace
(*wp))
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp
706
while (LineStart != MemBuf->getBufferEnd() && std::
isspace
(*LineStart))
723
while (LineStart != MemBuf->getBufferEnd() && std::
isspace
(*LineStart))
[
all
...]
/external/opencv3/modules/ml/src/
data.cpp
538
while( idx >= 0 &&
isspace
(buf[idx]) )
542
while( *ptr != '\0' &&
isspace
(*ptr) )
[
all
...]
/external/toybox/lib/
lib.c
305
while (
isspace
(*c)) c++;
716
if (
isspace
(buf)) break;
/external/webrtc/webrtc/base/
proxydetect.cc
251
if (
isspace
(*list)) {
266
while ((len > 0) &&
isspace
(start[len-1]))
[
all
...]
/prebuilts/gdb/darwin-x86/include/python2.7/
pyport.h
859
#undef
isspace
macro
860
#define
isspace
(c) iswspace(btowc(c))
macro
[
all
...]
Completed in 1350 milliseconds
<<
31
32
33
34
35
36
37
38
39
40
>>