HomeSort by: relevance | last modified time | path
    Searched refs:fetch_info (Results 1 - 4 of 4) sorted by relevancy

  /src/external/bsd/fetch/dist/libfetch/
common.h 102 void fetch_info(const char *, ...) LIBFETCH_PRINTFLIKE(1, 2);
common.c 183 fetch_info(const char *fmt, ...) function
283 fetch_info("looking up %s", url->host);
298 fetch_info("connecting to %s:%d", url->host, url->port);
307 fetch_info("failed to bind to '%s'", bindaddr);
957 fetch_info("$NETRC specifies a file name "
992 fetch_info("login name in .netrc is too long");
1000 fetch_info("password in .netrc is too long");
ftp.c 740 fetch_info("setting passive mode");
800 fetch_info("passive mode failed");
843 fetch_info("opening data connection");
853 fetch_info("initiating transfer");
893 fetch_info("binding data socket");
951 fetch_info("initiating transfer");
http.c 964 fetch_info("requesting %s://%s%s",
1061 fetch_info("server requires authorization");
1121 fetch_info("%d redirect to %s", conn->err, p);

Completed in 57 milliseconds