Searched defs:str_to_uintmax_oct (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib/ | ||
H A D | strnum.c | 236 if (str_to_uintmax_oct(str, &l) < 0 || l > (type)-1) \ 266 int str_to_uintmax_oct(const char *str, uintmax_t *num_r) function |
Completed in 10 milliseconds