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

  /src/usr.bin/ftp/
ssl.h 32 int fetch_printf(struct fetch_connect *, const char *fmt, ...)
fetch.c 823 fetch_printf(fin, "Host: %s", ui->host);
833 fetch_printf(fin, "Host: [%s]", h);
839 fetch_printf(fin, ":%u", ui->portnum);
840 fetch_printf(fin, "\r\n");
848 fetch_printf(fin, "User-Agent: %s\r\n", useragent);
850 fetch_printf(fin, "User-Agent: %s/%s\r\n",
858 fetch_printf(fin, isproxy ?
877 fetch_printf(fin, "GET %s HTTP/1.0\r\n", ui->path);
882 fetch_printf(fin, "GET %s HTTP/1.1\r\n", ui->path);
884 fetch_printf(fin, "Accept: */*\r\n")
    [all...]
ssl.c 176 fetch_printf(struct fetch_connect *conn, const char *fmt, ...) function in typeref:typename:int

Completed in 53 milliseconds