Searched refs:str_parse_uintmax_hex (Results 1 - 3 of 3) sorted by relevance
/dovecot/src/lib/ |
H A D | strnum.c | 134 if (str_parse_uintmax_hex(str, &l, endp_r) < 0 || l > (type)-1) \ 181 int str_parse_uintmax_hex(const char *str, uintmax_t *num_r, function 205 int ret = str_parse_uintmax_hex(str, &n, &endp);
|
H A D | strnum.h | 80 int str_parse_uintmax_hex(const char *str, uintmax_t *num_r,
|
H A D | test-strnum.c | 126 ret = str_parse_uintmax_hex(buff, &value_back, &endp);
|
Completed in 237 milliseconds