Searched refs:b64_buf (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/ftp/ |
H A D | ftp.c | 2414 uchar_t *b64_buf, in decode_reply() argument 2423 if (!b64_buf[0]) /* if there is no string, no problem */ in decode_reply() 2427 (void) printf("Cannot decode reply:\n%d %s\n", code, b64_buf); in decode_reply() 2444 (void) printf("Unknown reply: %d %s\n", code, b64_buf); in decode_reply() 2449 auth_error = radix_encode(b64_buf, plain_buf, ilen, &len, 1); in decode_reply() 2453 code, radix_error(auth_error), b64_buf); in decode_reply()
|