Searched refs:octal (Results 1 - 1 of 1) sorted by relevance
/dovecot/src/lib-settings/ | ||
H A D | settings-parser.c | 337 unsigned long long octal; local 342 if (str_to_ullong_oct(value, &octal) < 0) { 347 *result_r = (unsigned int)octal; |
Completed in 10 milliseconds