DEBUGF
DEBUGF("<<< %s", conn->buf);
DEBUGF(">>> %s\n", str);
DEBUGF("NETRC=%s\n", p);
DEBUGF("%s: %s\n", fn, strerror(serrno));
DEBUGF("fdopen(netrcfd): %s", strerror(errno));
DEBUGF("searching netrc for %s\n", url->host);
DEBUGF("using default netrc settings\n");
DEBUGF("using netrc settings for %s\n", word);
DEBUGF("---> %s:%d\n", host, port);
DEBUGF("scheme: \"%s\"\n"
DEBUGF("pwd: [%s]\n", pwd);
DEBUGF("have: [%.*s|%s]\n", i, pwd, pwd + i);
DEBUGF("want: [%.*s|%s]\n", i, file, file + i);
DEBUGF("size: [%lld]\n", (long long)us->size);
DEBUGF("last modified: [%04d-%02d-%02d %02d:%02d:%02d]\n",
DEBUGF("Waiting for final status\n");
DEBUGF("FTP_LOGIN=%s\n", user);
DEBUGF("FTP_PASSWORD=%s\n", pwd);
DEBUGF("Calc: HA1[%s] Nonce[%s] qop[%s] method[%s] URI[%s]\n",
DEBUGF("realm/nonce not set in challenge\n");
DEBUGF("HA1: [%s]\n", HA1);
DEBUGF("basic: usr: [%s]\n", usr);
DEBUGF("basic: pwd: [%s]\n", pwd);
DEBUGF("NULL usr or pass\n");
DEBUGF("Digest auth in env, not supported by peer\n");
DEBUGF("failed to parse new URL\n");
DEBUGF("%03d without auth header\n", conn->err);
DEBUGF("redirect with no new location\n");
DEBUGF("offset %lld, length %lld, size %lld, clength %lld\n",
DEBUGF("last modified: [%04d-%02d-%02d %02d:%02d:%02d]\n",
DEBUGF("content length: [%lld]\n", (long long)len);
DEBUGF("content range: [*/%lld]\n", (long long)len);
DEBUGF("content range: [%lld-%lld/%lld]\n",
DEBUGF(sc, 1, "0x%02x ", *sc->sc_data);
DEBUGF(sc, 1, "0x%02x ", *sc->sc_data);
DEBUGF(sc, 1, " err=0\n");
DEBUGF(sc, 4, " <intrstatus=0x%08x> ", status);
DEBUGF(sc, 1, " err=%d\n", err);
DEBUGF(sc, 1, "0x%02x ", reg);
DEBUGF(sc, 1, "\n");
DEBUGF(sc, 1, "0x%02x ", *buf);
DEBUGF(sc, 1, "\n");