Searched defs:str_to_intmax (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ | ||
H A D | strnum.c | 303 if (str_to_intmax(str, &l) < 0) \ 341 int str_to_intmax(const char *str, intmax_t *num_r) function 440 if (str_to_intmax(str, &l) < 0) |
Completed in 40 milliseconds