OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isspace
(Results
426 - 450
of
654
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/iptables/libxtables/
xtoptions.c
1121
while (
isspace
(*cur))
1137
if (!
isspace
(*cur))
1139
while (
isspace
(*cur))
1144
while (*nxt != '\0' && !
isspace
(*nxt))
[
all
...]
/external/libxml2/
trio.c
174
# define iswspace(x)
isspace
(x)
[
all
...]
/external/lldb/tools/debugserver/source/
RNBSocket.cpp
366
while (!p.empty() &&
isspace
(p[p.size() - 1]))
/external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp
37
while (
isspace
(LastChar))
/external/ppp/pppd/plugins/radius/
config.c
229
while (
isspace
(*p))
/external/qemu/util/
cutils.c
411
while (
isspace
((unsigned char)*s)) {
/external/valgrind/main/coregrind/
launcher-linux.c
169
if (
isspace
(header[i])) break;
/frameworks/av/media/libstagefright/rtsp/
AMPEG4ElementaryAssembler.cpp
44
while (
isspace
(*s)) {
/ndk/sources/host-tools/make-3.81/
ansi2knr.c
211
#define is_space(c) (is_ascii(c) &&
isspace
(c))
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
traceback.py
194
caretspace = ((c.
isspace
() and c or ' ') for c in caretspace)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
traceback.py
194
caretspace = ((c.
isspace
() and c or ' ') for c in caretspace)
/system/core/cpio/
mkbootfs.c
304
if (
isspace
(line[0])) {
/system/extras/memtrack/
memtrack.cpp
97
while (isAvail(1) &&
isspace
(data_[cur_idx_])) {
/system/extras/showmap/
showmap.c
52
while (
isspace
(line[name_pos])) {
/external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/
ecmalintrules.py
172
if type and type is not None and not type.
isspace
():
548
if flag.type and flag.type != '' and not flag.type.
isspace
():
[
all
...]
/external/chromium_org/third_party/closure_linter/closure_linter/
ecmalintrules.py
183
if flag_type and flag_type is not None and not flag_type.
isspace
():
559
if flag.type and not flag.type.
isspace
():
[
all
...]
/external/chromium_org/third_party/tcmalloc/chromium/src/base/
sysinfo.cc
37
#include <ctype.h> // for
isspace
()
600
if (
isspace
(c)) {
601
while (
isspace
(**text_pointer) &&
isspace
(*((*text_pointer) + 1))) {
[
all
...]
/external/dnsmasq/src/
dhcp.c
761
while (strlen(buff) > 0 &&
isspace
((int)buff[strlen(buff)-1]))
767
for (ip = buff; *ip && !
isspace
((int)*ip); ip++);
768
for(; *ip &&
isspace
((int)*ip); ip++)
option.c
521
for (;
isspace
((int)*comma); comma++);
523
for (; (p >= s) &&
isspace
((int)*p); p--)
[
all
...]
/external/lldb/source/Commands/
CommandObjectWatchpoint.cpp
69
while (!Str.empty() &&
isspace
(Str[0]))
[
all
...]
/external/openssl/crypto/asn1/
asn_mime.c
674
if(mhdr &&
isspace
((unsigned char)linebuf[0])) state = MIME_NAME;
778
if(!
isspace
((unsigned char)c)) return p;
796
if(
isspace
((unsigned char)c)) *p = 0;
/external/openssl/ssl/
ssltest.c
[
all
...]
/external/pcre/dist/
pcretest.c
[
all
...]
/external/chromium_org/third_party/codesighs/
msmap2tsv.c
260
while(
isspace
(*retval))
279
if(
isspace
(*(inString + len)))
303
if(
isspace
(*(inString + len)))
[
all
...]
/external/e2fsprogs/lib/blkid/
probe.c
179
if (!
isspace
(*cp)) {
180
while (*cp && !
isspace
(*cp))
183
while (*cp &&
isspace
(*cp))
[
all
...]
Completed in 3437 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>