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

  /src/share/examples/refuse/ian/libfetch/
common.c 160 _fetch_info(const char *fmt, ...) function in typeref:typename:void
269 _fetch_info("looking up %s", host);
284 _fetch_info("connecting to %s:%d", host, port);
293 _fetch_info("failed to bind to '%s'", bindaddr);
677 _fetch_info("$NETRC specifies a file name "
697 DEBUG(_fetch_info("Using default .netrc settings"));
703 DEBUG(_fetch_info("Using .netrc settings for %s", word));
715 _fetch_info("login name in .netrc is too long");
723 _fetch_info("password in .netrc is too long");
common.h 76 void _fetch_info(const char *, ...);
ftp.c 675 _fetch_info("setting passive mode");
772 _fetch_info("opening data connection");
782 _fetch_info("initiating transfer");
813 _fetch_info("binding data socket");
874 _fetch_info("initiating transfer");
http.c 878 _fetch_info("requesting %s://%s%s",
972 _fetch_info("server requires authorization");
1025 _fetch_info("%d redirect to %s", conn->err, p);

Completed in 14 milliseconds