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

/dovecot/src/lib/
H A Dstrnum.c70 if (str_to_uintmax(str, &l) < 0 || l > (type)-1) \
106 int str_to_uintmax(const char *str, uintmax_t *num_r) function
121 if (str_to_uintmax(str, &l) < 0)
372 if (str_to_uintmax(str, &l) < 0)
385 if (str_to_uintmax(str, &l) < 0)
401 if (str_to_uintmax(str, &l) < 0)
414 if (str_to_uintmax(str, &l) < 0)
427 if (str_to_uintmax(str, &l) < 0)

Completed in 10 milliseconds