Home
last modified time | relevance | path

Searched refs:isspace (Results 1 – 25 of 333) sorted by relevance

12345678910>>...14

/external/libsepol/src/
Dgenusers.c66 while (*p && isspace(*p))
74 if (!isspace(*p))
76 while (*p && isspace(*p))
81 while (*p && !isspace(*p))
126 while (*p && isspace(*p))
133 if (!isspace(*p))
135 while (*p && isspace(*p))
147 while (*p && isspace(*p))
153 while (*p && *p != ';' && *p != '}' && !isspace(*p))
189 while (*p && isspace(*p))
[all …]
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
Dgenmodule.c98 while (len > 0 && isspace(*strp)) { in main()
107 while (isspace(*strp)) in main()
119 if (isam && strncmp(strp, "include", 7) == 0 && isspace(strp[7])) { in main()
121 while (isspace(*strp)) in main()
135 while (isspace(*strp)) in main()
142 while (isspace(*strp)) in main()
149 while (isspace(*strp)) in main()
159 while (*strp != '\0' && !isspace(*strp)) in main()
164 while (isspace(*strp)) in main()
/external/chromium_org/third_party/sqlite/src/test/
Dfts2l.test7 # of this script is testing isspace/isalnum/tolower problems with the
24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle
30 # Additionally tests isspace() call in getToken(), and isalnum() call
44 # The snippet-generation code has calls to isspace() which are sort of
47 # around that position for isspace() characters. The long word with
48 # embedded hi-bit chars causes one of these isspace() calls to be
50 # other isspace() call to be exercised. [Both cases have been tested
55 # isspace() to coalesce multiple spaces.
Dfts1k.test7 # of this script is testing isspace/isalnum/tolower problems with the
24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle
30 # Additionally tests isspace() call in getToken(), and isalnum() call
44 # The snippet-generation code has calls to isspace() which are sort of
47 # around that position for isspace() characters. The long word with
48 # embedded hi-bit chars causes one of these isspace() calls to be
50 # other isspace() call to be exercised. [Both cases have been tested
55 # isspace() to coalesce multiple spaces.
Dfts3al.test7 # of this script is testing isspace/isalnum/tolower problems with the
24 # Tests that startsWith() (calls isspace, tolower, isalnum) can handle
30 # Additionally tests isspace() call in getToken(), and isalnum() call
44 # The snippet-generation code has calls to isspace() which are sort of
47 # around that position for isspace() characters. The long word with
48 # embedded hi-bit chars causes one of these isspace() calls to be
50 # other isspace() call to be exercised. [Both cases have been tested
55 # isspace() to coalesce multiple spaces.
/external/oprofile/libpopt/
Dpoptparse.c84 } else if (isspace(*src)) { in poptParseArgvString()
160 while( *p != '\0' && isspace(*p) ) in poptConfigFileToString()
172 while (*q != '\0' && (!isspace(*q)) && *q != '=') in poptConfigFileToString()
175 if (isspace(*q)) { in poptConfigFileToString()
178 while( *q != '\0' && isspace((int)*q) ) q++; in poptConfigFileToString()
200 while (*q != '\0' && isspace(*q)) in poptConfigFileToString()
207 while (isspace(*--x)) in poptConfigFileToString()
Dpoptconfig.c33 if (*line == '\0' || !isspace(*line)) return; in configLine()
35 while (*line != '\0' && isspace(*line)) line++; in configLine()
37 while (*line == '\0' || !isspace(*line)) line++; in configLine()
40 while (*line != '\0' && isspace(*line)) line++; in configLine()
43 while (*line == '\0' || !isspace(*line)) line++; in configLine()
46 while (*line != '\0' && isspace(*line)) line++; in configLine()
137 while (*dst && isspace(*dst)) dst++; in poptReadConfigFile()
/external/valgrind/main/coregrind/m_ume/
Dscript.c57 while (interp < end && VG_(isspace)(*interp)) interp++; in VG_()
68 if (VG_(isspace)(*interp)) return False; in VG_()
103 while (interp < end && VG_(isspace)(*interp)) in VG_()
109 for (cp = interp; cp < end && !VG_(isspace)(*cp); cp++) in VG_()
118 while (cp < end && VG_(isspace)(*cp) && *cp != '\n') in VG_()
/external/openssl/crypto/asn1/
Dasn_moid.c128 while(isspace((unsigned char)*ostr)) ostr++; in do_create()
139 while(isspace((unsigned char)*ln)) ln++; in do_create()
141 while(isspace((unsigned char)*p)) in do_create()
/external/chromium_org/third_party/openssl/openssl/crypto/asn1/
Dasn_moid.c128 while(isspace((unsigned char)*ostr)) ostr++; in do_create()
139 while(isspace((unsigned char)*ln)) ln++; in do_create()
141 while(isspace((unsigned char)*p)) in do_create()
/external/libpcap/
Detherent.c71 } while (isspace(c) && c != '\n');
128 if (!isspace(c)) { in pcap_next_etherent()
150 } while (!isspace(c) && c != EOF && --d > 0); in pcap_next_etherent()
/external/linux-tools-perf/util/
Dstring.c92 while (*cp && isspace(*cp)) in skip_sep()
100 while (*cp && !isspace(*cp)) in skip_arg()
231 if (isspace(*str)) { in __match_glob()
235 if (isspace(*pat)) { in __match_glob()
Dalias.c36 if (!quoted && isspace(c)) { in split_cmdline()
39 && isspace(cmdline[src])) in split_cmdline()
Dconfig.c71 if (isspace(c) && !quote) { in parse_value()
160 } while (isspace(c)); in get_extended_base_var()
200 if (isspace(c)) in get_base_var()
243 if (comment || isspace(c)) in perf_parse_file()
/external/srec/config/en.us/dictionary/
Dcmu2nuance.cpp35 if (strncmp(phone, cmu, ncmu) || !isspace(phone[ncmu])) return NULL; in xlate()
58 while (!isspace(*p)) { in main()
63 if (p[0] == '(' && isdigit(p[1]) && p[2] == ')' && isspace(p[3])) { in main()
75 while (isspace(*p)) p++; in main()
/external/dnsmasq/contrib/dns-loc/
Ddnsmasq2-loc-rfc1876.patch227 + while (isspace(*cp))
235 + while (isspace(*cp))
257 + while (!isspace(*cp)) /* if any trailing garbage */
260 + while (isspace(*cp))
298 + while (!isspace(*cp)) /* if any trailing garbage */
301 + while (isspace(*cp)) /* move to next field */
371 + while (!isspace(*cp) && (cp < maxcp))
375 + while (isspace(*cp) && (cp < maxcp))
382 + while (!isspace(*cp) && (cp < maxcp))/*if trailing garbage or m*/
385 + while (isspace(*cp) && (cp < maxcp))
[all …]
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
Docsp_ht.c195 for(p = line; *p && !isspace((unsigned char)*p); p++) in parse_http_line1()
205 while(*p && isspace((unsigned char)*p)) in parse_http_line1()
216 for(q = p; *q && !isspace((unsigned char)*q); q++) in parse_http_line1()
236 while(*q && isspace((unsigned char)*q)) in parse_http_line1()
245 for(r = q + strlen(q) - 1; isspace((unsigned char)*r); r--) in parse_http_line1()
/external/openssl/crypto/ocsp/
Docsp_ht.c195 for(p = line; *p && !isspace((unsigned char)*p); p++) in parse_http_line1()
205 while(*p && isspace((unsigned char)*p)) in parse_http_line1()
216 for(q = p; *q && !isspace((unsigned char)*q); q++) in parse_http_line1()
236 while(*q && isspace((unsigned char)*q)) in parse_http_line1()
245 for(r = q + strlen(q) - 1; isspace((unsigned char)*r); r--) in parse_http_line1()
/external/openssh/openbsd-compat/
Dbase64.c207 if (isspace(ch)) /* Skip whitespace anywhere. */ in b64_pton()
275 if (!isspace(ch)) in b64_pton()
290 if (!isspace(ch)) in b64_pton()
/external/e2fsprogs/intl/
Dlocalealias.c264 while (isspace ((unsigned char) cp[0])) in read_alias_file()
271 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0])) in read_alias_file()
278 while (isspace ((unsigned char) cp[0])) in read_alias_file()
287 while (cp[0] != '\0' && !isspace ((unsigned char) cp[0])) in read_alias_file()
/external/chromium/net/tools/flip_server/
Dstring_piece_utils.h48 while (c != e && isspace(*c)) { in RemoveWhitespaceContext()
56 while (c != e &&isspace(*e)) { in RemoveWhitespaceContext()
/external/chromium_org/native_client_sdk/src/libraries/nacl_io/syscalls/
Dinet_pton.c30 if (isspace((int)(*pos))) in inet_pton_v4()
79 if (isspace((int)(*pos))) in inet_pton_v6()
/external/chromium_org/net/tools/balsa/
Dstring_piece_utils.h49 while (c != e && isspace(*c)) { in RemoveWhitespaceContext()
57 while (c != e &&isspace(*e)) { in RemoveWhitespaceContext()
/external/e2fsprogs/e2fsck/
Dargv_parse.c60 if (isspace((int) ch)) in argv_parse()
85 if (isspace((int) ch)) { in argv_parse()
/external/e2fsprogs/lib/e2p/
Dmntopts.c84 while (*cp && isspace(*cp)) in skip_over_blanks()
91 while (*cp && !isspace(*cp) && *cp != ',') in skip_over_word()

12345678910>>...14