Searched refs:base64_append_width (Results 1 – 1 of 1) sorted by relevance
/systemd-251/src/basic/ |
D | hexdecoct.c | 652 static int base64_append_width( in base64_append_width() function 703 return base64_append_width(prefix, plen, '\n', indent, p, l, width - indent - 1); in base64_append() 706 return base64_append_width(prefix, plen, ' ', plen + 1, p, l, width - plen - 1); in base64_append()
|