Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Duuencode.c226 const char *in_tail; in read_base64() local
254 in_tail = buf; in read_base64()
257 out_tail = decode_base32(buf, &in_tail); in read_base64()
260 out_tail = decode_base64(buf, &in_tail); in read_base64()
266 if (*in_tail == '\0') in read_base64()
273 in_count = strlen(in_tail); in read_base64()
274 memmove(buf, in_tail, in_count); in read_base64()