Home
last modified time | relevance | path

Searched refs:ISSPACE (Results 1 – 25 of 36) 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()
Dsetup_once.h245 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
/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.c60 while(!ISSPACE(ptr[cut]) && cut) { in warnf()
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_digest.c65 while(*header && ISSPACE(*header)) in Curl_input_digest()
Dcurl_ntlm.c76 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
Dhttp.c257 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()
Dhttp_negotiate.c92 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
Dhttp_negotiate_sspi.c122 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
Dopenldap.c532 if(ISSPACE(bvals[i].bv_val[0]) || in ldap_recv()
533 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1])) in ldap_recv()
Dcurl_setup_once.h282 #define ISSPACE(x) (isspace((int) ((unsigned char)x))) macro
Dcurl_fnmatch.c370 found = ISSPACE(*s); in loop()
Dcurl_sasl_sspi.c303 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/
Dsafe-ctype.h98 #define ISSPACE(c) _sch_test(c, _sch_isspace) macro
/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))
Dhb-shape.cc51 while (*pp < end && ISSPACE (**pp)) in parse_space()

12