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

/bionic/libc/tzcode/
H A Dstrptime.c433 _conv_num(const unsigned char **buf, int *dest, int llim, int ulim) argument
436 int rulim = ulim;
446 } while ((result * 10 <= ulim) && rulim && **buf >= '0' && **buf <= '9');
448 if (result < llim || result > ulim)

Completed in 122 milliseconds