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

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/LibC/Time/
H A Dstrptime.c354 conv_num(const unsigned char *buf, int *dest, unsigned int llim, unsigned int ulim) argument
360 unsigned int rulim = ulim;
371 } while ((result * 10 <= ulim) && rulim && ch >= '0' && ch <= '9');
373 if (result < llim || result > ulim)

Completed in 47 milliseconds