Home
last modified time | relevance | path

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

12

/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/
Dares__get_hostent.c66 while ((q >= line) && ISSPACE(*q)) in ares__get_hostent()
72 while (*p && ISSPACE(*p)) in ares__get_hostent()
82 while (*p && !ISSPACE(*p)) in ares__get_hostent()
93 while (*p && ISSPACE(*p)) in ares__get_hostent()
103 while (*p && !ISSPACE(*p)) in ares__get_hostent()
111 while (*q && ISSPACE(*q)) in ares__get_hostent()
127 while (*p && !ISSPACE(*p)) in ares__get_hostent()
129 while (*p && ISSPACE(*p)) in ares__get_hostent()
204 while (*p && !ISSPACE(*p)) in ares__get_hostent()
207 while (*q && ISSPACE(*q)) in ares__get_hostent()
Dares_search.c268 !ISSPACE(line[len])) in single_domain()
271 while (ISSPACE(*p)) in single_domain()
276 while (*q && !ISSPACE(*q)) in single_domain()
Dares_init.c2007 while (*q && !ISSPACE(*q)) in config_domain()
2043 while (*p && !ISSPACE(*p) && (*p != ',')) in config_lookup()
2045 while (*p && (ISSPACE(*p) || (*p == ','))) in config_lookup()
2137 while (*p && (ISSPACE(*p) || (*p == ','))) in config_nameserver()
2147 while (*p && !ISSPACE(*p) && (*p != ',')) in config_nameserver()
2206 while (*q && *q != '/' && *q != ';' && !ISSPACE(*q)) in config_sortlist()
2214 while (*q && *q != ';' && !ISSPACE(*q)) in config_sortlist()
2272 while (*q && *q != ';' && !ISSPACE(*q)) in config_sortlist()
2276 while (ISSPACE(*str)) in config_sortlist()
2313 while (*q && !ISSPACE(*q)) in set_options()
[all …]
/external/curl/src/
Dtool_formparse.c426 if(c == EOF || (!pos && !ISSPACE(c))) { in read_field_headers()
428 while(hdrlen && ISSPACE(hdrbuf[hdrlen - 1])) in read_field_headers()
501 while(ISSPACE(*p)) in get_param_part()
507 while(endpos > *pdata && ISSPACE(endpos[-1])) in get_param_part()
512 while(ISSPACE(*++p)) in get_param_part()
516 for(p += 5; ISSPACE(*p); p++) in get_param_part()
531 if(!ISSPACE(*p)) in get_param_part()
540 for(p += 9; ISSPACE(*p); p++) in get_param_part()
546 while(endpos > filename && ISSPACE(endpos[-1])) in get_param_part()
564 } while(ISSPACE(*p)); in get_param_part()
[all …]
Dtool_parsecfg.c160 while(*line && ISSPACE(*line)) in parseconfig()
180 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()
192 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()
210 while(*line && !ISSPACE(*line)) in parseconfig()
219 while(*line && ISSPACE(*line)) in parseconfig()
Dtool_cb_hdr.c108 while(ISSPACE(*etag_h) && (etag_h < eot)) in tool_header_cb()
110 while(ISSPACE(*eot)) in tool_header_cb()
Dtool_msgs.c60 while(!ISSPACE(ptr[cut]) && cut) { in voutf()
/external/curl/lib/
Dcurl_ctype.h39 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
64 #define ISSPACE(x) (Curl_isspace((int) ((unsigned char)x))) macro
Dstrtoofft.c88 while(ISSPACE(end[0])) { in strtooff()
223 while(*str && ISSPACE(*str)) in curlx_strtoofft()
Dcurl_range.c49 while(*ptr && (ISSPACE(*ptr) || (*ptr == '-'))) in Curl_range()
Dhttp_digest.c65 while(*header && ISSPACE(*header)) in Curl_input_digest()
Dhttp_negotiate.c86 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
Dhttp_ntlm.c78 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
Dcurl_fnmatch.c320 found = ISSPACE(*s); in loop()
/external/curl/lib/vauth/
Ddigest_sspi.c284 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm()
317 while(*chlg && ISSPACE(*chlg)) in Curl_override_sspi_http_realm()
358 while(*p && ISSPACE(*p)) in Curl_auth_decode_digest_http_message()
370 while(*p && ISSPACE(*p)) in Curl_auth_decode_digest_http_message()
/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/harfbuzz_ng/src/
Dhb-number-parser.hh136 while (p < pe && ISSPACE (*p)) in strtod_rl()
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-number-parser.rl109 while (p < pe && ISSPACE (*p))
Dhb-buffer-deserialize-text.rl105 while (p < pe && ISSPACE (*p))
Dhb-buffer-deserialize-json.rl111 while (p < pe && ISSPACE (*p))
/external/python/cpython2/Include/
Dbytes_methods.h45 #define ISSPACE(c) Py_ISSPACE(c) macro
/external/skqp/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()

12