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

/dovecot/src/lib/
H A Dtest-strnum.c159 static int crappy_uintmax_to_str_oct(char *into, uintmax_t val) function
166 len = crappy_uintmax_to_str_oct(into, val/BIGBASE);
191 len = crappy_uintmax_to_str_oct(buff, value);
216 len = crappy_uintmax_to_str_oct(buff, value);

Completed in 10 milliseconds