/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()
|
D | setup_once.h | 245 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
|
/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 | 60 while(!ISSPACE(ptr[cut]) && cut) { in warnf()
|
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_digest.c | 65 while(*header && ISSPACE(*header)) in Curl_input_digest()
|
D | curl_ntlm.c | 76 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
|
D | http.c | 257 while(*start && ISSPACE(*start)) in Curl_copy_header_value() 271 while((end > start) && ISSPACE(*end)) in Curl_copy_header_value() 846 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 850 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 908 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth() 1324 while(*start && ISSPACE(*start)) in Curl_compareheader() 1633 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers() 1671 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers() 3542 while(*start && (ISSPACE(*start) || (*start == ','))) in Curl_http_readwrite_headers() 3603 while(*start && ISSPACE(*start)) in Curl_http_readwrite_headers()
|
D | http_negotiate.c | 92 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
|
D | http_negotiate_sspi.c | 122 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
|
D | openldap.c | 532 if(ISSPACE(bvals[i].bv_val[0]) || in ldap_recv() 533 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1])) in ldap_recv()
|
D | curl_setup_once.h | 282 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
|
D | curl_fnmatch.c | 370 found = ISSPACE(*s); in loop()
|
D | curl_sasl_sspi.c | 303 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm() 333 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm()
|
/external/valgrind/coregrind/m_demangle/ |
D | safe-ctype.h | 98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
|
/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))
|
D | hb-shape.cc | 51 while (*pp < end && ISSPACE (**pp)) in parse_space()
|