Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c2417 decode_reply(uchar_t *plain_buf, int ilen, uchar_t *b64_buf, int retval, in decode_reply() argument
2425 if (!b64_buf[0]) /* if there is no string, no problem */ in decode_reply()
2429 (void) printf("Cannot decode reply:\n%d %s\n", code, b64_buf); in decode_reply()
2446 (void) printf("Unknown reply: %d %s\n", code, b64_buf); in decode_reply()
2451 auth_error = radix_encode(b64_buf, plain_buf, ilen, &len, 1); in decode_reply()
2455 code, radix_error(auth_error), b64_buf); in decode_reply()