Home
last modified time | relevance | path

Searched refs:wraputchar (Results 1 - 1 of 1) sorted by relevance

/third_party/toybox/toys/other/
H A Dbase64.c47 static void wraputchar(int c, int *x) in wraputchar() function
68 if (bits) wraputchar(toybuf[out<<(TT.n-bits)], &x); in do_base()
69 while (TT.total&TT.align) wraputchar('=', &x); in do_base()
98 wraputchar(toybuf[out >> (bits -= TT.n)], &x); in do_base()

Completed in 1 milliseconds