Home
last modified time | relevance | path

Searched refs:xcheckrange (Results 1 – 1 of 1) sorted by relevance

/external/toybox/toys/posix/
Dcal.c67 void xcheckrange(long val, long low, long high) in xcheckrange() function
89 xcheckrange(tm->tm_year = atol(toys.optargs[--toys.optc]),1,9999); in cal_main()
94 xcheckrange(tm->tm_mon = atol(toys.optargs[--toys.optc]),1,12); in cal_main()