Searched refs:auth_error (Results 1 – 3 of 3) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | auth.c | 199 auth_error = radix_encode(send_tok.value, out_buf, in do_auth() 202 if (auth_error) { in do_auth() 204 radix_error(auth_error)); in do_auth() 240 } else if (auth_error = radix_encode((uchar_t *) in do_auth() 244 radix_error(auth_error)); in do_auth()
|
H A D | ftp_var.h | 157 EXTERN int auth_error; /* one error code for all auth types */ variable
|
H A D | ftp.c | 2335 if (auth_error = radix_encode(out, in, inlen, &length, 0)) { in secure_command() 2338 radix_error(auth_error)); in secure_command() 2449 auth_error = radix_encode(b64_buf, plain_buf, ilen, &len, 1); in decode_reply() 2451 if (auth_error) { in decode_reply() 2453 code, radix_error(auth_error), b64_buf); in decode_reply()
|