OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
401 - 425
of
654
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/ppp/pppd/
srp-entry.c
166
if (
isspace
(*cp))
/external/qemu/distrib/jpeg-6b/
ansi2knr.c
304
#define is_space(c) (is_ascii(c) &&
isspace
(c))
/external/qemu/distrib/libselinux/src/
label_android_property.c
98
while (
isspace
(*buf_p))
/external/sepolicy/tools/
insertkeys.py
202
if not content.
isspace
():
/external/valgrind/main/include/
pub_tool_libcbase.h
40
extern Bool VG_(
isspace
) ( HChar c );
/frameworks/av/media/libstagefright/foundation/
ParsedMessage.cpp
259
while (
isspace
(*s)) {
/frameworks/base/tools/aidl/
aidl.cpp
136
while (
isspace
(*text)) {
139
while (!
isspace
(*text)) {
142
while (
isspace
(*text)) {
146
while (!
isspace
(*end) && *end != ';') {
[
all
...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
rfc822.py
244
elif not line[:1].
isspace
():
262
if not line[:1].
isspace
():
306
if s[0].
isspace
():
417
elif not line[:1].
isspace
():
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
rfc822.py
244
elif not line[:1].
isspace
():
262
if not line[:1].
isspace
():
306
if s[0].
isspace
():
417
elif not line[:1].
isspace
():
[
all
...]
/ndk/sources/host-tools/make-3.81/
function.c
734
while (*begpp <= *endpp &&
isspace
((unsigned char)**begpp))
736
while (*endpp >= *begpp &&
isspace
((unsigned char)**endpp))
1067
while (
isspace
((unsigned char)*p))
1070
for (i=0; *p != '\0' && !
isspace
((unsigned char)*p); ++p, ++i)
[
all
...]
job.c
[
all
...]
/external/e2fsprogs/e2fsck/
profile.c
632
while (*cp &&
isspace
((int) (*cp)))
644
while (!end_or_comment(*cp) && !
isspace
(*cp))
728
while (
isspace
(*p) && (p > cp))
847
if (
isspace
((int) (*str)) ||
isspace
((int) (*(str + strlen(str) - 1))))
[
all
...]
/bionic/libc/dns/resolv/
res_init.c
397
isascii(*cp) && !
isspace
((unsigned char)*cp))
408
!
isspace
((unsigned char)*cp))
/external/chromium_org/third_party/boringssl/src/crypto/conf/
conf.c
718
while (*lstart &&
isspace
((unsigned char)*lstart))
730
while (
isspace
((unsigned char)*tmpend))
/external/chromium_org/third_party/leveldatabase/src/doc/bench/
db_bench_sqlite3.cc
151
while (start < s.size() &&
isspace
(s[start])) {
155
while (limit > start &&
isspace
(s[limit-1])) {
/external/chromium_org/third_party/webrtc/base/
httpbase.cc
82
while ((len > 0) &&
isspace
(static_cast<unsigned char>(line[len-1]))) {
146
} while ((value < eol) &&
isspace
(static_cast<unsigned char>(*value)));
/external/ipsec-tools/src/racoon/
crypto_openssl.c
311
while (la > 0 &&
isspace
(*pa))
316
while (lb > 0 &&
isspace
(*pb))
323
while (la > 0 &&
isspace
(pa[la-1]))
325
while (lb > 0 &&
isspace
(pb[lb-1]))
346
if (
isspace
(*pa) &&
isspace
(*pb))
349
while (la > 0 &&
isspace
(*pa))
354
while (lb > 0 &&
isspace
(*pb))
[
all
...]
/external/llvm/lib/ExecutionEngine/RuntimeDyld/
RuntimeDyldChecker.cpp
591
std::
isspace
(*LineStart))
609
std::
isspace
(*LineStart))
/external/llvm/lib/Target/Mips/
Mips16InstrInfo.cpp
508
if (atInsnStart && !std::
isspace
(static_cast<unsigned char>(*Str))) {
512
while (
isspace
(*EStr)) ++EStr;
/external/openfst/src/include/fst/
sparse-tuple-weight.h
406
} while (
isspace
(c));
502
} while (
isspace
(c));
/external/openssl/crypto/x509v3/
v3_utl.c
347
while(*p &&
isspace
((unsigned char)*p)) p++;
350
while((q != p) &&
isspace
((unsigned char)*q)) q--;
/external/openssl/
e_os.h
301
# if defined(_MSC_VER) && _MSC_VER<=1200 && defined(_MT) && defined(
isspace
)
303
# undef
isspace
macro
/external/oprofile/pp/
opannotate.cpp
318
while (pos < str.length() &&
isspace
(str[pos]))
331
if (pos == str.length() || (!
isspace
(str[pos]) && str[pos] != ':')) {
/external/chromium_org/third_party/libxml/src/
trio.c
174
# define iswspace(x)
isspace
(x)
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
lexer.py
132
if s[i].
isspace
():
Completed in 1631 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>