Searched refs:str_to_uintmax_oct (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib/
H A Dtest-strnum.c183 test_begin("str_to_uintmax_oct in range");
192 ret = str_to_uintmax_oct(buff, &value_back);
199 ret = str_to_uintmax_oct(buff, &value_back);
214 test_begin("str_to_uintmax_oct overflow corner case");
225 ret = str_to_uintmax_oct(buff, &value);
H A Dstrnum.h112 int str_to_uintmax_oct(const char *str, uintmax_t *num_r)
H A Dstrnum.c236 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 9 milliseconds