/external/libsepol/src/ |
D | genusers.c | 66 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/ |
D | genmodule.c | 98 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/ |
D | fts2l.test | 7 # 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.
|
D | fts1k.test | 7 # 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.
|
D | fts3al.test | 7 # 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/ |
D | poptparse.c | 84 } 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()
|
D | poptconfig.c | 33 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/ |
D | script.c | 57 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/ |
D | asn_moid.c | 128 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/ |
D | asn_moid.c | 128 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/ |
D | etherent.c | 71 } 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/ |
D | string.c | 92 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()
|
D | alias.c | 36 if (!quoted && isspace(c)) { in split_cmdline() 39 && isspace(cmdline[src])) in split_cmdline()
|
D | config.c | 71 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/ |
D | cmu2nuance.cpp | 35 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/ |
D | dnsmasq2-loc-rfc1876.patch | 227 + 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/ |
D | ocsp_ht.c | 195 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/ |
D | ocsp_ht.c | 195 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/ |
D | base64.c | 207 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/ |
D | localealias.c | 264 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/ |
D | string_piece_utils.h | 48 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/ |
D | inet_pton.c | 30 if (isspace((int)(*pos))) in inet_pton_v4() 79 if (isspace((int)(*pos))) in inet_pton_v6()
|
/external/chromium_org/net/tools/balsa/ |
D | string_piece_utils.h | 49 while (c != e && isspace(*c)) { in RemoveWhitespaceContext() 57 while (c != e &&isspace(*e)) { in RemoveWhitespaceContext()
|
/external/e2fsprogs/e2fsck/ |
D | argv_parse.c | 60 if (isspace((int) ch)) in argv_parse() 85 if (isspace((int) ch)) { in argv_parse()
|
/external/e2fsprogs/lib/e2p/ |
D | mntopts.c | 84 while (*cp && isspace(*cp)) in skip_over_blanks() 91 while (*cp && !isspace(*cp) && *cp != ',') in skip_over_word()
|