Home | History | Annotate | Download | only in ftp

Lines Matching refs:scheme

264 	const char	*cp, *ep, *scheme, *errormsg;
275 scheme = "Basic"; /* only support Basic authentication */
280 if (! match_token(&cp, scheme)) {
335 /* scheme + " " + enc + "\0" */
336 rlen = strlen(scheme) + 1 + (clen + 2) * 4 / 3 + 1;
338 (void)strlcpy(*response, scheme, rlen);
1202 "scheme `%s'\n", __func__, token);
1336 "%s: skipping unknown auth scheme `%s'\n",
2342 * part before the colon is a host name, not an URL scheme,
2346 errx(1, "Unsupported URL scheme `%.*s'", (int)(p - url), url);