Home
last modified time | relevance | path

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

12

/external/curl/src/
Dtool_formparse.c424 if(c == EOF || (!pos && !ISSPACE(c))) { in read_field_headers()
426 while(hdrlen && ISSPACE(hdrbuf[hdrlen - 1])) in read_field_headers()
499 while(ISSPACE(*p)) in get_param_part()
505 while(endpos > *pdata && ISSPACE(endpos[-1])) in get_param_part()
510 while(ISSPACE(*++p)) in get_param_part()
514 for(p += 5; ISSPACE(*p); p++) in get_param_part()
529 if(!ISSPACE(*p)) in get_param_part()
538 for(p += 9; ISSPACE(*p); p++) in get_param_part()
544 while(endpos > filename && ISSPACE(endpos[-1])) in get_param_part()
562 } while(ISSPACE(*p)); in get_param_part()
[all …]
Dtool_parsecfg.c133 while(*line && ISSPACE(*line)) in parseconfig()
153 while(*line && !ISSPACE(*line) && !ISSEP(*line, dashed_option)) in parseconfig()
165 while(*line && (ISSPACE(*line) || ISSEP(*line, dashed_option))) in parseconfig()
184 while(*line && !ISSPACE(*line)) in parseconfig()
193 while(*line && ISSPACE(*line)) in parseconfig()
Dtool_msgs.c59 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.c64 while(*header && ISSPACE(*header)) in Curl_input_digest()
Dhttp_negotiate.c79 while(*header && ISSPACE(*header)) in Curl_input_negotiate()
Dhttp_ntlm.c78 while(*header && ISSPACE(*header)) in Curl_input_ntlm()
Drtsp.c802 while(*start && ISSPACE(*start)) in Curl_rtsp_parseheader()
826 while(*end && *end != ';' && !ISSPACE(*end)) in Curl_rtsp_parseheader()
Dopenldap.c596 if(ISSPACE(bvals[i].bv_val[0]) || in ldap_recv()
597 ISSPACE(bvals[i].bv_val[bvals[i].bv_len-1])) in ldap_recv()
Dhttp.c231 while(*start && ISSPACE(*start)) in Curl_copy_header_value()
245 while((end > start) && ISSPACE(*end)) in Curl_copy_header_value()
899 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth()
903 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth()
976 while(*auth && ISSPACE(*auth)) in Curl_http_input_auth()
1406 while(*start && ISSPACE(*start)) in Curl_compareheader()
1778 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers()
1806 while(*ptr && ISSPACE(*ptr)) in Curl_add_custom_headers()
Dcurl_fnmatch.c329 found = ISSPACE(*s); in loop()
Dcontent_encoding.c950 while(ISSPACE(*enclist) || *enclist == ',') in Curl_build_unencoding_stack()
956 if(!ISSPACE(*enclist)) in Curl_build_unencoding_stack()
/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()
349 while(*p && ISSPACE(*p)) in Curl_auth_decode_digest_http_message()
361 while(*p && ISSPACE(*p)) in Curl_auth_decode_digest_http_message()
Ddigest.c542 while(*chlg && ISSPACE(*chlg)) in Curl_auth_decode_digest_http_message()
640 while(*chlg && ISSPACE(*chlg)) in Curl_auth_decode_digest_http_message()
/external/epid-sdk/ext/argtable3/
Dargtable3.c41 #define ISSPACE _istspace macro
43 #define ISSPACE isspace macro
1169 if (ISSPACE(c)) { in arg_strptime()
1170 while (ISSPACE(*bp)) in arg_strptime()
1444 while (ISSPACE(*bp)) in arg_strptime()
2133 while (ISSPACE(*ptr)) in strtol0X()
2208 while (ISSPACE(*str)) in detectsuffix()
3344 case 's': return ISSPACE(c)?TRex_True:TRex_False; in trex_matchcclass()
3345 case 'S': return !ISSPACE(c)?TRex_True:TRex_False; in trex_matchcclass()
3505 if((str == exp->_bol && !ISSPACE(*str)) in trex_matchnode()
[all …]
/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/python/cpython2/Include/
Dbytes_methods.h45 #define ISSPACE(c) Py_ISSPACE(c) 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))
/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