/external/c-ares/ |
D | ares__get_hostent.c | 68 while ((q >= line) && ISSPACE(*q)) in ares__get_hostent() 74 while (*p && ISSPACE(*p)) in ares__get_hostent() 84 while (*p && !ISSPACE(*p)) in ares__get_hostent() 95 while (*p && ISSPACE(*p)) in ares__get_hostent() 105 while (*p && !ISSPACE(*p)) in ares__get_hostent() 113 while (*q && ISSPACE(*q)) in ares__get_hostent() 129 while (*p && !ISSPACE(*p)) in ares__get_hostent() 131 while (*p && ISSPACE(*p)) in ares__get_hostent() 206 while (*p && !ISSPACE(*p)) in ares__get_hostent() 209 while (*q && ISSPACE(*q)) in ares__get_hostent()
|
D | ares_init.c | 1276 while (*q && !ISSPACE(*q)) in config_domain() 1308 while (*p && !ISSPACE(*p) && (*p != ',')) in config_lookup() 1310 while (*p && (ISSPACE(*p) || (*p == ','))) in config_lookup() 1332 while (*p && (ISSPACE(*p) || (*p == ','))) in config_nameserver() 1342 while (*p && !ISSPACE(*p) && (*p != ',')) in config_nameserver() 1396 while (*q && *q != '/' && *q != ';' && !ISSPACE(*q)) in config_sortlist() 1404 while (*q && *q != ';' && !ISSPACE(*q)) in config_sortlist() 1453 while (*q && *q != ';' && !ISSPACE(*q)) in config_sortlist() 1457 while (ISSPACE(*str)) in config_sortlist() 1485 while (*p && !ISSPACE(*p)) in set_search() [all …]
|
D | ares_search.c | 266 !ISSPACE(line[len])) in single_domain() 269 while (ISSPACE(*p)) in single_domain() 274 while (*q && !ISSPACE(*q)) in single_domain()
|
/external/curl/src/ |
D | tool_parsecfg.c | 137 while(*line && ISSPACE(*line)) in parseconfig() 157 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig() 169 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig() 188 while(*line && !ISSPACE(*line)) in parseconfig() 197 while(*line && ISSPACE(*line)) in parseconfig()
|
D | tool_msgs.c | 56 while(!ISSPACE(ptr[cut]) && cut) { in voutf()
|
D | tool_formparse.c | 199 while(*ptr && (ISSPACE(*ptr))) in formparse()
|
/external/bison/lib/ |
D | strtol.c | 196 # define ISSPACE(Ch) __iswspace_l ((Ch), loc) macro 200 # define ISSPACE(Ch) iswspace (Ch) macro 209 # define ISSPACE(Ch) __isspace_l ((Ch), loc) macro 213 # define ISSPACE(Ch) isspace (Ch) macro 290 while (ISSPACE (*s)) in INTERNAL()
|
/external/curl/tests/server/ |
D | getpart.c | 42 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++ 44 #define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
|
/external/curl/lib/ |
D | strtoofft.c | 66 while(ISSPACE(end[0])) { in curlx_strtoll()
|
D | http_negotiate.c | 79 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
|
D | http_digest.c | 64 while(*header && ISSPACE(*header)) in Curl_input_digest()
|
D | http_ntlm.c | 75 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
|
D | http.c | 243 while(*start && ISSPACE(*start)) in Curl_copy_header_value() 257 while((end > start) && ISSPACE(*end)) in Curl_copy_header_value() 837 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 841 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 900 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 1316 while(*start && ISSPACE(*start)) in Curl_compareheader() 1596 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers() 1638 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers() 3562 while(*start && (ISSPACE(*start) || (*start == ','))) in Curl_http_readwrite_headers() 3614 while(*start && ISSPACE(*start)) in Curl_http_readwrite_headers()
|
D | openldap.c | 544 if(ISSPACE(bvals[i].bv_val[0]) || in ldap_recv() 545 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1])) in ldap_recv()
|
D | rtsp.c | 784 while(*start && ISSPACE(*start)) in Curl_rtsp_parseheader() 808 while(*end && *end != ';' && !ISSPACE(*end)) in Curl_rtsp_parseheader()
|
/external/python/cpython2/Include/ |
D | bytes_methods.h | 45 #define ISSPACE(c) Py_ISSPACE(c) macro
|
/external/curl/lib/vauth/ |
D | digest_sspi.c | 275 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm() 308 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm()
|
D | digest.c | 536 while(*chlg && ISSPACE(*chlg)) in Curl_auth_decode_digest_http_message() 621 while(*chlg && ISSPACE(*chlg)) in Curl_auth_decode_digest_http_message()
|
/external/valgrind/coregrind/m_demangle/ |
D | safe-ctype.h | 98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
|
/external/skia/third_party/harfbuzz/ |
D | hb-buffer-deserialize-json.hh | 453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer-deserialize-text.hh | 330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
|
/external/harfbuzz_ng/src/ |
D | hb-buffer-deserialize-json.hh | 453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
|
D | hb-buffer-deserialize-text.hh | 330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
|
D | hb-buffer-deserialize-text.rl | 105 while (p < pe && ISSPACE (*p))
|
D | hb-buffer-deserialize-json.rl | 111 while (p < pe && ISSPACE (*p))
|