/external/curl/lib/vauth/ |
D | vauth.c | 64 spn = aprintf("%s/%s@%s", service, host, realm); in Curl_auth_build_spn() 66 spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn() 68 spn = aprintf("%s@%s", service, realm); in Curl_auth_build_spn() 91 utf8_spn = aprintf("%s/%s", service, host); in Curl_auth_build_spn()
|
D | oauth2.c | 70 oauth = aprintf("n,a=%s,\1host=%s\1auth=Bearer %s\1\1", user, host, in Curl_auth_create_oauth_bearer_message() 73 oauth = aprintf("n,a=%s,\1host=%s\1port=%ld\1auth=Bearer %s\1\1", user, in Curl_auth_create_oauth_bearer_message() 101 char *xoauth = aprintf("user=%s\1auth=Bearer %s\1\1", user, bearer); in Curl_auth_create_xoauth_bearer_message()
|
D | digest.c | 476 response = aprintf("username=\"%s\",realm=\"%s\",nonce=\"%s\"," in Curl_auth_create_digest_md5_message() 731 hashthis = aprintf("%s:%s", userp, digest->realm ? digest->realm : ""); in auth_create_digest_http_message() 753 hashthis = aprintf("%s:%s:%s", userp, digest->realm ? digest->realm : "", in auth_create_digest_http_message() 766 tmp = aprintf("%s:%s:%s", ha1, digest->nonce, digest->cnonce); in auth_create_digest_http_message() 790 hashthis = aprintf("%s:%s", request, uripath); in auth_create_digest_http_message() 806 hashthis2 = aprintf("%s:%s", hashthis, hashed); in auth_create_digest_http_message() 821 hashthis = aprintf("%s:%s:%08x:%s:%s:%s", ha1, digest->nonce, digest->nc, in auth_create_digest_http_message() 825 hashthis = aprintf("%s:%s:%s", ha1, digest->nonce, ha2); in auth_create_digest_http_message() 872 response = aprintf("username=\"%s\", " in auth_create_digest_http_message() 893 response = aprintf("username=\"%s\", " in auth_create_digest_http_message() [all …]
|
D | cram.c | 85 response = aprintf( in Curl_auth_create_cram_md5_message()
|
/external/curl/tests/libtest/ |
D | lib661.c | 48 newURL = aprintf("%s/folderA/661", URL); in test() 58 newURL = aprintf("%s/folderB/661", URL); in test() 75 newURL = aprintf("%s/folderA/661", URL); in test() 86 newURL = aprintf("%s/folderB/661", URL); in test() 94 newURL = aprintf("%s/folderA/661", URL); in test()
|
/external/curl/src/ |
D | tool_findfile.c | 76 c = aprintf("%s" DIR_CHAR "%c%s", home, pref[i], &fname[1]); in checkhome() 78 c = aprintf("%s" DIR_CHAR "%s", home, fname); in checkhome() 122 char *c = aprintf("%s%s", home, conf_list[i].append); in findfile()
|
D | tool_ipfs.c | 82 ipfs_path = aprintf("%s/.ipfs/", home); in ipfs_gateway() 89 gateway_composed_file_path = aprintf("%sgateway", ipfs_path); in ipfs_gateway() 239 pathbuffer = aprintf("%s%s/%s%s", gwpath, protocol, cid, in ipfs_url_rewrite()
|
D | tool_operhlp.c | 142 newpath = aprintf("%s%s", path, encfile); in add_file_name_to_url() 145 newpath = aprintf("%s/%s", path, encfile); in add_file_name_to_url()
|
D | tool_cb_hdr.c | 222 outs->filename = aprintf("%s/%s", per->config->output_dir, in tool_header_cb() 253 char *clone = aprintf("%.*s", (int)cb, (char *)str); in tool_header_cb()
|
/external/curl/lib/ |
D | curl_printf.h | 48 # undef aprintf 56 # define aprintf curl_maprintf macro
|
D | http_aws_sigv4.c | 197 fullhost = aprintf("host:%s", hostname); in make_headers() 261 *date_header = aprintf("%s: %s\r\n", date_hdr_key, timestamp); in make_headers() 770 aprintf("%s\n" /* HTTPRequestMethod */ in Curl_output_aws_sigv4() 788 request_type = aprintf("%.*s4_request", (int)provider0.len, provider0.str); in Curl_output_aws_sigv4() 796 credential_scope = aprintf("%s/%.*s/%.*s/%s", in Curl_output_aws_sigv4() 813 str_to_sign = aprintf("%.*s4-HMAC-SHA256\n" /* Algorithm */ in Curl_output_aws_sigv4() 827 secret = aprintf("%.*s4%s", (int)provider0.len, provider0.str, in Curl_output_aws_sigv4() 843 auth_headers = aprintf("Authorization: %.*s4-HMAC-SHA256 " in Curl_output_aws_sigv4()
|
D | http_digest.c | 152 path = (unsigned char *) aprintf("%.*s", (int)urilen, uripath); in Curl_output_digest() 167 *allocuserpwd = aprintf("%sAuthorization: Digest %s\r\n", in Curl_output_digest()
|
D | http_ntlm.c | 221 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm() 240 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n", in Curl_output_ntlm()
|
D | netrc.c | 397 filealloc = aprintf("%s%s.netrc", home, DIR_CHAR); in Curl_parsenetrc() 407 filealloc = aprintf("%s%s_netrc", home, DIR_CHAR); in Curl_parsenetrc()
|
D | fopen.c | 122 tempstore = aprintf("%s%s.tmp", dir, randbuf); in Curl_fopen()
|
D | rtsp.c | 351 aprintf("Transport: %s\r\n", in rtsp_do() 377 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]); in rtsp_do() 414 data->state.aptr.ref = aprintf("Referer: %s\r\n", data->state.referer); in rtsp_do() 430 data->state.aptr.rangeline = aprintf("Range: %s\r\n", data->state.range); in rtsp_do()
|
D | gopher.c | 156 gopherpath = aprintf("%s?%s", path, query); in gopher_do()
|
D | http.c | 316 out = aprintf("%s:%s", user ? user : "", pwd ? pwd : ""); in http_output_basic() 330 *userp = aprintf("%sAuthorization: Basic %s\r\n", in http_output_basic() 360 *userp = aprintf("Authorization: Bearer %s\r\n", in http_output_bearer() 1875 aptr->host = aprintf("Host:%s\r\n", &ptr[5]); in http_host() 1891 aptr->host = aprintf("Host: %s%s%s\r\n", conn->bits.ipv6_ip ? "[" : "", in http_host() 1894 aptr->host = aprintf("Host: %s%s%s:%d\r\n", in http_host() 2460 data->state.aptr.rangeline = aprintf("Range: bytes=%s\r\n", in http_range() 2474 aprintf("Content-Range: bytes 0-%" FMT_OFF_T "/%" FMT_OFF_T "\r\n", in http_range() 2487 aprintf("Content-Range: bytes %s%" FMT_OFF_T "/%" FMT_OFF_T "\r\n", in http_range() 2494 aprintf("Content-Range: bytes %s/%" FMT_OFF_T "\r\n", in http_range() [all …]
|
D | smtp.c | 635 from = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail() 642 from = aprintf("<%s>", address); in smtp_perform_mail() 676 auth = aprintf("<%s@%s>", address, host.name); in smtp_perform_mail() 683 auth = aprintf("<%s>", address); in smtp_perform_mail() 728 size = aprintf("%" FMT_OFF_T, data->state.infilesize); in smtp_perform_mail()
|
D | http_negotiate.c | 201 userp = aprintf("%sAuthorization: Negotiate %s\r\n", proxy ? "Proxy-" : "", in Curl_output_negotiate()
|
/external/google-breakpad/src/third_party/curl/ |
D | mprintf.h | 57 # undef aprintf 74 # define aprintf curl_maprintf macro
|
/external/curl/tests/unit/ |
D | unit1305.c | 97 data_key = aprintf("%s:%d", "dummy", 0); in create_node()
|
D | unit1609.c | 141 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
|
D | unit1607.c | 140 entry_id = (void *)aprintf("%s:%d", tests[i].host, tests[i].port);
|
/external/ltp/doc/ |
D | spelling_wordlist | 138 aprintf
|