Searched defs:crappy_uintmax_to_str_hex (Results 1 - 1 of 1) sorted by relevance

/dovecot/src/lib/
H A Dtest-strnum.c83 static int crappy_uintmax_to_str_hex(char *into, uintmax_t val) function
90 len = crappy_uintmax_to_str_hex(into, val/BIGBASE);
115 len = crappy_uintmax_to_str_hex(buff, value);
140 len = crappy_uintmax_to_str_hex(buff, value);

Completed in 13 milliseconds