Searched refs:aprintf (Results 1 - 22 of 22) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dcurlx.h103 # undef aprintf macro
114 # define aprintf curlx_maprintf macro
H A Dhttp_digest.c367 aprintf("%s:%s:%s", userp, d->realm, passwdp);
383 tmp = aprintf("%s:%s:%s", ha1, d->nonce, d->cnonce);
418 md5this = (unsigned char *)aprintf("%s:%.*s", request,
422 md5this = (unsigned char *)aprintf("%s:%s", request, uripath);
440 md5this = (unsigned char *)aprintf("%s:%s:%08x:%s:%s:%s",
449 md5this = (unsigned char *)aprintf("%s:%s:%s",
471 aprintf( "%sAuthorization: Digest "
497 aprintf( "%sAuthorization: Digest "
516 tmp = aprintf("%s, opaque=\"%s\"", *allocuserpwd, d->opaque);
525 tmp = aprintf("
[all...]
H A Dcurl_ntlm_wb.c284 conn->response_header = aprintf("NTLM %.*s", size - 4, buf + 3);
354 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
362 input = aprintf("TT %s", conn->challenge_header);
372 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
H A Dcurl_ntlm.c184 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
201 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
H A Drtsp.c350 aprintf("Transport: %s\r\n",
375 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]);
400 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer);
418 conn->allocptr.rangeline = aprintf("Range: %s\r\n", data->state.range);
H A Dhttp_proxy.c110 host_port = aprintf("%s:%hu", hostname, remote_port);
127 host = aprintf("Host: %s\r\n", host_port);
H A Dhttp_negotiate_sspi.c257 userp = aprintf("%sAuthorization: %s %s\r\n", proxy ? "Proxy-" : "",
H A Dhttp.c268 *userp = aprintf("%sAuthorization: Basic %s\r\n",
1772 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer);
1783 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]);
1803 conn->allocptr.te = cptr? aprintf("%s, TE\r\n" TE_HEADER, cptr):
1880 conn->allocptr.host = aprintf("Host: %s%s%s\r\n",
1885 conn->allocptr.host = aprintf("Host: %s%s%s:%hu\r\n",
2066 conn->allocptr.rangeline = aprintf("Range: bytes=%s\r\n",
2081 aprintf("Content-Range: bytes 0-%" FORMAT_OFF_T
2091 aprintf("Content-Range: bytes %s%" FORMAT_OFF_T
2100 aprintf("Conten
[all...]
H A Dnss.c327 char *slot_name = aprintf("PEM Token #%d", slot_id);
399 nickname = aprintf("PEM Token #1:%s", n);
887 char *certpath = aprintf("%s%s", use_sql ? "sql:" : "", cert_dir);
1126 char *fullpath = aprintf("%s/%s", capath, entry->name);
1194 char *configstring = aprintf("library=%s name=PEM", pem_library);
H A Dhostip.c211 return aprintf("%s:%d", server, port);
H A Dhttp_negotiate.c340 userp = aprintf("%sAuthorization: %s %s\r\n", proxy ? "Proxy-" : "",
H A Dssh.c783 sshc->rsa_pub = aprintf("%s", data->set.str[STRING_SSH_PUBLIC_KEY]);
785 sshc->rsa_pub = aprintf("%s/.ssh/id_dsa.pub", home);
799 sshc->rsa = aprintf("%s", data->set.str[STRING_SSH_PRIVATE_KEY]);
801 sshc->rsa = aprintf("%s/.ssh/id_dsa", home);
1068 char *tmp = aprintf("257 \"%s\" is current directory.\n",
1765 tmpLine = aprintf("%s\n", sshc->readdir_filename);
H A Dsmtp.c904 from = aprintf("%s", data->set.str[STRING_MAIL_FROM]);
906 from = aprintf("<%s>", data->set.str[STRING_MAIL_FROM]);
913 size = aprintf("%" FORMAT_OFF_T, data->set.infilesize);
H A Dpingpong.c202 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */
H A Dcookie.c1016 return aprintf(
H A Durl.c3897 s->range = aprintf("%" FORMAT_OFF_TU "-", s->resume_from);
4433 url = aprintf("%s://%s%s%s:%hu%s%s%s", conn->given->scheme,
4802 reurl = aprintf("%s://%s", conn->handler->scheme, data->change.url);
5107 aprintf("User-Agent: %s\r\n", data->set.str[STRING_USERAGENT]);
H A Dftp.c1273 cmd = aprintf( "%s%s%s",
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/include/curl/
H A Dmprintf.h56 # undef aprintf macro
73 # define aprintf curl_maprintf macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tmp.bak/include/curl/
H A Dmprintf.h56 # undef aprintf macro
73 # define aprintf curl_maprintf macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1305.c107 data_key = aprintf("%s:%d", "dummy", 0);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtrio.h202 #define aprintf trio_aprintf macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/src/
H A Dtool_operate.c965 file = aprintf("%s/%sssh/known_hosts", home, DOT_CHAR);

Completed in 130 milliseconds