Home
last modified time | relevance | path

Searched refs:auth_error (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c197 auth_error = radix_encode(send_tok.value, out_buf, in do_auth()
200 if (auth_error) { in do_auth()
202 radix_error(auth_error)); in do_auth()
238 } else if (auth_error = radix_encode((uchar_t *) in do_auth()
242 radix_error(auth_error)); in do_auth()
H A Dftp_var.h152 extern int auth_error; /* one error code for all auth types */
H A Dftp.c2340 if (auth_error = radix_encode(out, in, inlen, &length, 0)) { in secure_command()
2343 radix_error(auth_error)); in secure_command()
2451 auth_error = radix_encode(b64_buf, plain_buf, ilen, &len, 1); in decode_reply()
2453 if (auth_error) { in decode_reply()
2455 code, radix_error(auth_error), b64_buf); in decode_reply()
H A Dmain.c93 int auth_error; variable