Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 25 of 38) sorted by relevance

12

/external/c-ares/
Dares__get_hostent.c68 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()
Dares_init.c1276 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 …]
Dares_search.c266 !ISSPACE(line[len])) in single_domain()
269 while (ISSPACE(*p)) in single_domain()
274 while (*q && !ISSPACE(*q)) in single_domain()
/external/curl/src/
Dtool_parsecfg.c137 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()
Dtool_msgs.c56 while(!ISSPACE(ptr[cut]) && cut) { in voutf()
Dtool_formparse.c199 while(*ptr && (ISSPACE(*ptr))) in formparse()
/external/bison/lib/
Dstrtol.c196 # 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/
Dgetpart.c42 #define EAT_SPACE(p) while(*(p) && ISSPACE(*(p))) (p)++
44 #define EAT_WORD(p) while(*(p) && !ISSPACE(*(p)) && ('>' != *(p))) (p)++
/external/curl/lib/
Dstrtoofft.c66 while(ISSPACE(end[0])) { in curlx_strtoll()
Dhttp_negotiate.c79 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
Dhttp_digest.c64 while(*header && ISSPACE(*header)) in Curl_input_digest()
Dhttp_ntlm.c75 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
Dhttp.c243 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()
Dopenldap.c544 if(ISSPACE(bvals[i].bv_val[0]) || in ldap_recv()
545 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1])) in ldap_recv()
Drtsp.c784 while(*start && ISSPACE(*start)) in Curl_rtsp_parseheader()
808 while(*end && *end != ';' && !ISSPACE(*end)) in Curl_rtsp_parseheader()
/external/python/cpython2/Include/
Dbytes_methods.h45 #define ISSPACE(c) Py_ISSPACE(c) macro
/external/curl/lib/vauth/
Ddigest_sspi.c275 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm()
308 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm()
Ddigest.c536 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/
Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/external/skia/third_party/harfbuzz/
Dhb-buffer-deserialize-json.hh453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
/external/harfbuzz_ng/src/
Dhb-buffer-deserialize-json.hh453 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_json()
Dhb-buffer-deserialize-text.hh330 while (p < pe && ISSPACE (*p)) in _hb_buffer_deserialize_glyphs_text()
Dhb-buffer-deserialize-text.rl105 while (p < pe && ISSPACE (*p))
Dhb-buffer-deserialize-json.rl111 while (p < pe && ISSPACE (*p))

12