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

/macosx-10.9.5/curl-78.94.1/curl/lib/
H A Dcurlx.h103 # undef aprintf macro
114 # define aprintf curlx_maprintf macro
H A Dhttp_digest.c370 aprintf("%s:%s:%s", userp, d->realm, passwdp);
386 tmp = aprintf("%s:%s:%s", ha1, d->nonce, d->cnonce);
421 md5this = (unsigned char *)aprintf("%s:%.*s", request,
426 md5this = (unsigned char *)aprintf("%s:%s", request, uripath);
444 md5this = (unsigned char *)aprintf("%s:%s:%08x:%s:%s:%s",
453 md5this = (unsigned char *)aprintf("%s:%s:%s",
475 aprintf( "%sAuthorization: Digest "
501 aprintf( "%sAuthorization: Digest "
520 tmp = aprintf("%s, opaque=\"%s\"", *allocuserpwd, d->opaque);
529 tmp = aprintf("
[all...]
H A Dcurl_ntlm_wb.c281 conn->response_header = aprintf("NTLM %.*s", size - 4, buf + 3);
351 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
359 input = aprintf("TT %s", conn->challenge_header);
369 *allocuserpwd = aprintf("%sAuthorization: %s\r\n",
H A Dcurl_ntlm.c189 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
208 *allocuserpwd = aprintf("%sAuthorization: NTLM %s\r\n",
H A Dhttp_proxy.c142 host_port = aprintf("%s:%hu", hostname, remote_port);
160 aprintf("%s%s%s:%hu", conn->bits.ipv6_ip?"[":"",
169 host = aprintf("Host: %s\r\n", hostheader);
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_negotiate_sspi.c266 userp = aprintf("%sAuthorization: %s %s\r\n", proxy ? "Proxy-" : "",
H A Dhttp.c264 *userp = aprintf("%sAuthorization: Basic %s\r\n",
1743 conn->allocptr.ref = aprintf("Referer: %s\r\n", data->change.referer);
1757 aprintf("Accept-Encoding: %s\r\n", data->set.str[STRING_ENCODING]);
1777 conn->allocptr.te = cptr? aprintf("%s, TE\r\n" TE_HEADER, cptr):
1868 conn->allocptr.host = aprintf("Host: %s%s%s\r\n",
1873 conn->allocptr.host = aprintf("Host: %s%s%s:%hu\r\n",
2054 conn->allocptr.rangeline = aprintf("Range: bytes=%s\r\n",
2069 aprintf("Content-Range: bytes 0-%" FORMAT_OFF_T
2079 aprintf("Content-Range: bytes %s%" FORMAT_OFF_T
2088 aprintf("Conten
[all...]
H A Dnss.c336 char *slot_name = aprintf("PEM Token #%d", slot_id);
406 nickname = aprintf("PEM Token #1:%s", n);
874 char *certpath = aprintf("%s%s", use_sql ? "sql:" : "", cert_dir);
1148 char *fullpath = aprintf("%s/%s", capath, entry->name);
1214 char *configstring = aprintf("library=%s name=PEM", pem_library);
H A Dhttp_negotiate.c348 userp = aprintf("%sAuthorization: %s %s\r\n", proxy ? "Proxy-" : "",
H A Dsmtp.c943 from = aprintf("%s", data->set.str[STRING_MAIL_FROM]);
945 from = aprintf("<%s>", data->set.str[STRING_MAIL_FROM]);
953 auth = aprintf("%s", data->set.str[STRING_MAIL_AUTH]);
967 size = aprintf("%" FORMAT_OFF_T, data->set.infilesize);
H A Dssh.c795 sshc->rsa_pub = aprintf("%s", data->set.str[STRING_SSH_PUBLIC_KEY]);
797 sshc->rsa_pub = aprintf("%s/.ssh/id_dsa.pub", home);
810 sshc->rsa = aprintf("%s", data->set.str[STRING_SSH_PRIVATE_KEY]);
812 sshc->rsa = aprintf("%s/.ssh/id_dsa", home);
1176 char *tmp = aprintf("257 \"%s\" is current directory.\n",
1860 tmpLine = aprintf("%s\n", sshc->readdir_filename);
H A Dhostip.c205 char *id = aprintf("%s:%d", name, port);
H A Dpingpong.c176 fmt_crlf = aprintf("%s\r\n", fmt); /* append a trailing CRLF */
H A Dcookie.c1047 return aprintf(
H A Durl.c3940 s->range = aprintf("%" FORMAT_OFF_TU "-", s->resume_from);
4488 url = aprintf("%s://%s%s%s:%hu%s%s%s", conn->given->scheme,
4853 reurl = aprintf("%s://%s", conn->handler->scheme, data->change.url);
5247 aprintf("User-Agent: %s\r\n", data->set.str[STRING_USERAGENT]);
H A Dimap.c240 taggedfmt = aprintf("%s %s", imapc->resptag, fmt);
H A Dftp.c1504 cmd = aprintf( "%s%s%s",
3994 char *tmp_path = aprintf("%s%s", wildcard->path, finfo->filename);
/macosx-10.9.5/curl-78.94.1/curl/include/curl/
H A Dmprintf.h56 # undef aprintf macro
73 # define aprintf curl_maprintf macro
/macosx-10.9.5/curl-78.94.1/curl/src/
H A Dtool_operhlp.c129 urlbuffer = aprintf("%s%s", url, encfile);
132 urlbuffer = aprintf("%s/%s", url, encfile);
H A Dtool_operate.c809 urlbuffer = aprintf("%s%c%s", this_url, sep, httpgetfields);
814 urlbuffer = aprintf("%s/?%s", this_url, httpgetfields);
1067 file = aprintf("%s/%sssh/known_hosts", home, DOT_CHAR);
/macosx-10.9.5/curl-78.94.1/curl/tests/unit/
H A Dunit1305.c107 data_key = aprintf("%s:%d", "dummy", 0);
/macosx-10.9.5/libxml2-26/libxml2/
H A Dtrio.h202 #define aprintf trio_aprintf macro
/macosx-10.9.5/libxslt-13/libxslt/libxslt/
H A Dtrio.h202 #define aprintf trio_aprintf macro
/macosx-10.9.5/pyobjc-42/pyobjc/pyobjc-core/libxml2-src/
H A Dtrio.h202 #define aprintf trio_aprintf macro

Completed in 235 milliseconds