Searched refs:isspace (Results 1 - 25 of 316) sorted by relevance

1234567891011>>

/external/libsepol/src/
H A Dgenusers.c66 while (*p && isspace(*p))
74 if (!isspace(*p))
76 while (*p && isspace(*p))
81 while (*p && !isspace(*p))
125 while (*p && isspace(*p))
132 if (!isspace(*p))
134 while (*p && isspace(*p))
146 while (*p && isspace(*p))
152 while (*p && *p != ';' && *p != '}' && !isspace(*p))
188 while (*p && isspace(*
[all...]
/external/openssh/openbsd-compat/
H A Dcharclass.h25 { "space", isspace },
H A Dbase64.c207 if (isspace(ch)) /* Skip whitespace anywhere. */
275 if (!isspace(ch))
290 if (!isspace(ch))
/external/valgrind/main/coregrind/m_ume/
H A Dscript.c57 while (interp < end && VG_(isspace)(*interp)) interp++;
68 if (VG_(isspace)(*interp)) return False;
103 while (interp < end && VG_(isspace)(*interp))
109 for (cp = interp; cp < end && !VG_(isspace)(*cp); cp++)
118 while (cp < end && VG_(isspace)(*cp) && *cp != '\n')
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
H A Dgenmodule.c98 while (len > 0 && isspace(*strp)) {
107 while (isspace(*strp))
119 if (isam && strncmp(strp, "include", 7) == 0 && isspace(strp[7])) {
121 while (isspace(*strp))
135 while (isspace(*strp))
142 while (isspace(*strp))
149 while (isspace(*strp))
159 while (*strp != '\0' && !isspace(*strp))
164 while (isspace(*strp))
/external/linux-tools-perf/util/
H A Dalias.c36 if (!quoted && isspace(c)) {
39 && isspace(cmdline[src]))
H A Dstring.c92 while (*cp && isspace(*cp))
100 while (*cp && !isspace(*cp))
231 if (isspace(*str)) {
235 if (isspace(*pat)) {
/external/oprofile/libpopt/
H A Dpoptconfig.c33 if (*line == '\0' || !isspace(*line)) return;
35 while (*line != '\0' && isspace(*line)) line++;
37 while (*line == '\0' || !isspace(*line)) line++;
40 while (*line != '\0' && isspace(*line)) line++;
43 while (*line == '\0' || !isspace(*line)) line++;
46 while (*line != '\0' && isspace(*line)) line++;
137 while (*dst && isspace(*dst)) dst++;
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
H A Dasn_moid.c128 while(isspace((unsigned char)*ostr)) ostr++;
139 while(isspace((unsigned char)*ln)) ln++;
141 while(isspace((unsigned char)*p))
/external/libpcap/
H A Detherent.c71 } while (isspace(c) && c != '\n');
128 if (!isspace(c)) {
150 } while (!isspace(c) && c != EOF && --d > 0);
/external/openssl/crypto/asn1/
H A Dasn_moid.c128 while(isspace((unsigned char)*ostr)) ostr++;
139 while(isspace((unsigned char)*ln)) ln++;
141 while(isspace((unsigned char)*p))
/external/stlport/stlport/stl/
H A D_cctype.h40 using _STLP_VENDOR_CSTD::isspace;
/external/srec/config/en.us/dictionary/
H A Dcmu2nuance.cpp35 if (strncmp(phone, cmu, ncmu) || !isspace(phone[ncmu])) return NULL;
58 while (!isspace(*p)) {
63 if (p[0] == '(' && isdigit(p[1]) && p[2] == ')' && isspace(p[3])) {
75 while (isspace(*p)) p++;
/external/chromium/net/tools/flip_server/
H A Dstring_piece_utils.h48 while (c != e && isspace(*c)) {
56 while (c != e &&isspace(*e)) {
/external/chromium_org/net/tools/flip_server/
H A Dstring_piece_utils.h49 while (c != e && isspace(*c)) {
57 while (c != e &&isspace(*e)) {
/external/e2fsprogs/e2fsck/
H A Dargv_parse.c60 if (isspace((int) ch))
85 if (isspace((int) ch)) {
/external/e2fsprogs/lib/e2p/
H A Dmntopts.c84 while (*cp && isspace(*cp))
91 while (*cp && !isspace(*cp) && *cp != ',')
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_ht.c195 for(p = line; *p && !isspace((unsigned char)*p); p++)
205 while(*p && isspace((unsigned char)*p))
216 for(q = p; *q && !isspace((unsigned char)*q); q++)
236 while(*q && isspace((unsigned char)*q))
245 for(r = q + strlen(q) - 1; isspace((unsigned char)*r); r--)
/external/openssl/crypto/ocsp/
H A Docsp_ht.c195 for(p = line; *p && !isspace((unsigned char)*p); p++)
205 while(*p && isspace((unsigned char)*p))
216 for(q = p; *q && !isspace((unsigned char)*q); q++)
236 while(*q && isspace((unsigned char)*q))
245 for(r = q + strlen(q) - 1; isspace((unsigned char)*r); r--)
/external/e2fsprogs/misc/
H A Dismounted.c44 while (*cp && isspace(*cp))
51 while (*cp && !isspace(*cp))
/external/stlport/stlport/
H A Dctype.h51 # undef isspace macro
76 __inline int (isspace)(int c) { return _isctype(c, _SPACE); } function
/external/webrtc/src/modules/audio_coding/codecs/isac/fix/test/
H A DISACHist.cc91 while(isspace(audioFileName[n]) || iscntrl(audioFileName[n]))
107 while((isspace(audioFileName[n]) || iscntrl(audioFileName[n])) &&
/external/e2fsprogs/intl/
H A Dlocalealias.c264 while (isspace ((unsigned char) cp[0]))
271 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0]))
278 while (isspace ((unsigned char) cp[0]))
287 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0]))
/external/e2fsprogs/lib/
H A Dfpopen.c75 if (isspace(*p)) {
/external/ipsec-tools/src/racoon/
H A Dstr2val.c94 else if (isspace((int)*p))

Completed in 462 milliseconds

1234567891011>>