fetch.c | 453 * leading `/' unless it's an ftp:// URL, as this makes things easier 455 * host and the URL-path removed, but any additional leading slashes 867 const char *leading = hasleading ? ", " : " ("; local in function:print_get 872 fprintf(ttyout, "%svia %s:%u", leading, 874 leading = ", "; 891 fputs(leading, ttyout); 928 const char *leading = hasleading ? ", " : " ("; local in function:print_proxy 932 fprintf(ttyout, "%swith authorization", leading); 939 fprintf(ttyout, "%swith proxy authorization", leading);
|