Searched refs:base64_append_width (Results 1 - 1 of 1) sorted by relevance
/systemd/src/basic/ |
H A D | hexdecoct.c | 554 static int base64_append_width(char **prefix, int plen, function 601 return base64_append_width(prefix, plen, "\n", indent, p, l, width - indent - 1); 604 return base64_append_width(prefix, plen, NULL, plen, p, l, width - plen - 1);
|
Completed in 2414 milliseconds