Searched refs:llim (Results 1 – 3 of 3) sorted by relevance
736 conv_num(const unsigned char *buf, int *dest, uint llim, uint ulim) in conv_num() argument755 if (result < llim || result > ulim) in conv_num()
515 strtoi_lim(const char *str, const char **ep, int llim, int ulim) in strtoi_lim() argument530 } else if (res < llim || res > ulim) { in strtoi_lim()
1720 2005-08-24 Lawrence Lim <llim@redhat.com>