OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
251 - 275
of
654
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/e2fsprogs/lib/blkid/
read.c
63
while (*cp &&
isspace
(*cp))
81
if (
isspace
(ch) || ch == '<' || ch == '>')
97
if (
isspace
(*p))
/external/libsepol/src/
genbools.c
20
while (
isspace
(*ptr) && i < size) {
26
if (!
isspace
(dest[i]))
45
while (
isspace
(*tok))
/external/qemu/distrib/sdl-1.2.15/src/main/win32/
SDL_win32_main.c
54
#define
isspace
(a) (((CHAR)a == ' ') || ((CHAR)a == '\t'))
macro
88
while (
isspace
(*bufp) ) {
113
while ( *bufp && !
isspace
(*bufp) ) {
/system/core/libcutils/
config_utils.c
140
if(
isspace
(c))
193
if(!
isspace
(*data)) break;
200
if(
isspace
(*data)) {
/build/tools/atree/
files.cpp
16
while (*p &&
isspace
(*p)) {
37
if (!
isspace
(*p)) {
51
else if (
isspace
(*p)) {
74
if (!
isspace
(*p)) {
86
if (state != IN_QUOTE &&
isspace
(*p)) {
/dalvik/tools/dmtracedump/
CreateTestTrace.c
146
while (
isspace
(*cp))
153
while (
isspace
(*indentEnd))
192
while (
isspace
(*cp))
207
while (
isspace
(*cp)) {
220
while (
isspace
(*cp))
/ndk/sources/android/support/src/stdio/
vfscanf.c
135
if (
isspace
(c)) {
137
isspace
(*fp->_p))
331
while (
isspace
(*fp->_p)) {
432
while (!
isspace
(*fp->_p)) {
442
while (!
isspace
(*fp->_p)) {
/packages/experimental/procstatlog/
procstatlog.c
90
while (len > 0 &&
isspace
(buf[len - 1])) --len;
133
while (
isspace
(*line)) ++line;
136
while (
isspace
(*line)) ++line;
151
while (
isspace
(*value)) ++value;
202
while (*value == '.' ||
isspace
(*value)) ++value;
/hardware/samsung_slsi/exynos5/libv4l2/
exynos_mc.c
621
for (;
isspace
(*p); ++p);
639
for (;
isspace
(*end); ++end);
643
for (p = end + 1;
isspace
(*p); ++p);
646
for (p = end;
isspace
(*p); ++p);
651
for (p = end;
isspace
(*p); ++p);
736
for (p = end;
isspace
(*p); p++);
742
for (;
isspace
(*p); p++);
/bionic/libc/upstream-openbsd/lib/libc/stdio/
vfscanf.c
132
if (
isspace
(c)) {
134
isspace
(*fp->_p))
318
while (
isspace
(*fp->_p)) {
534
while (!
isspace
(*fp->_p) && width != 0) {
581
while (!
isspace
(*fp->_p)) {
591
while (!
isspace
(*fp->_p)) {
/external/chromium_org/third_party/icu/source/common/
icuplug.c
779
while(*p&&
isspace
((int)*p))
783
while(*p&&!
isspace
((int)*p)) {
789
while(*p&&
isspace
((int)*p)) {
794
while(*p&&!
isspace
((int)*p)) {
801
while(*p&&
isspace
((int)*p)) {
812
while(p>config&&
isspace
((int)*(--p))) {
/external/icu/icu4c/source/common/
icuplug.c
779
while(*p&&
isspace
((int)*p))
783
while(*p&&!
isspace
((int)*p)) {
789
while(*p&&
isspace
((int)*p)) {
794
while(*p&&!
isspace
((int)*p)) {
801
while(*p&&
isspace
((int)*p)) {
812
while(p>config&&
isspace
((int)*(--p))) {
/external/chromium_org/third_party/libjpeg_turbo/simd/
jsimd_arm.c
45
while (
isspace
(*buffer))
50
if (p > buffer && !
isspace
(*(p - 1))) {
55
if (*p != 0 && !
isspace
(*p)) {
/external/chromium_org/v8/src/base/
cpu.cc
208
if (p == NULL || !
isspace
(p[1])) {
243
while (
isspace
(*p)) ++p;
247
while (*q != '\0' && !
isspace
(*q)) ++q;
/external/e2fsprogs/util/
subst.c
234
while (*cp &&
isspace
(*cp))
251
if (
isspace
(*cp))
255
if (!
isspace
(*cp))
/external/qemu/android/
config-file.c
158
if(
isspace
(c)) continue;
218
if(!
isspace
(*data)) break;
229
if(
isspace
(*data)) {
/external/chromium_org/third_party/boringssl/src/crypto/x509/
x_name.c
428
*
isspace
() and tolower() functions.
432
while((len > 0) && !(*from & 0x80) &&
isspace
(*from))
441
while ((len > 0) && !(*to & 0x80) &&
isspace
(*to))
459
else if (
isspace
(*from))
472
while(!(*from & 0x80) &&
isspace
(*from));
/external/chromium_org/third_party/icu/source/tools/gencnval/
gencnval.c
343
if (lineSize == 0 || (lastLineSize > 0 &&
isspace
((int)*lastLine))) {
354
if (
isspace
((int)*line)) {
399
if (!
isspace
((int)*s)) {
418
/* while(line[pos]!=0 &&
isspace
(line[pos])) {
430
while(line[pos]!=0 && !
isspace
((int)line[pos])) {
449
while(line[pos]!=0 &&
isspace
((int)line[pos])) {
460
while(line[pos]!=0 && line[pos]!='{' && !
isspace
((int)line[pos])) {
482
while (line[pos] &&
isspace
((int)line[pos])) {
491
while (line[pos] && line[pos] != '}' && !
isspace
((int)line[pos])) {
502
while (line[pos] &&
isspace
((int)line[pos]))
[
all
...]
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasmlib.c
31
while (
isspace
(*r)) r++; /* find start of number */
/external/elfutils/0.153/src/
ldlex.l
254
if (empty && !
isspace
(c) && ! warned)
313
if (
isspace
(c) && ignore_ws)
/external/icu/icu4c/source/tools/gencnval/
gencnval.c
343
if (lineSize == 0 || (lastLineSize > 0 &&
isspace
((int)*lastLine))) {
354
if (
isspace
((int)*line)) {
399
if (!
isspace
((int)*s)) {
418
/* while(line[pos]!=0 &&
isspace
(line[pos])) {
430
while(line[pos]!=0 && !
isspace
((int)line[pos])) {
449
while(line[pos]!=0 &&
isspace
((int)line[pos])) {
460
while(line[pos]!=0 && line[pos]!='{' && !
isspace
((int)line[pos])) {
482
while (line[pos] &&
isspace
((int)line[pos])) {
491
while (line[pos] && line[pos] != '}' && !
isspace
((int)line[pos])) {
502
while (line[pos] &&
isspace
((int)line[pos]))
[
all
...]
/external/mdnsresponder/mDNSShared/
dnssd_ipc.c
49
while ((n > 0) &&
isspace
(((unsigned char *) buffer)[n - 1]))
/external/openssl/crypto/asn1/
x_name.c
420
*
isspace
() and tolower() functions.
424
while((len > 0) && !(*from & 0x80) &&
isspace
(*from))
433
while ((len > 0) && !(*to & 0x80) &&
isspace
(*to))
451
else if (
isspace
(*from))
464
while(!(*from & 0x80) &&
isspace
(*from));
/external/stlport/stlport/
locale
66
#undef
isspace
83
inline bool
isspace
(_CharT c, const locale& loc)
/ndk/sources/android/support/src/wcstox/
intscan.c
64
while (
isspace
((c=shgetc(f))));
Completed in 1760 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>