Searched refs:getval (Results 1 - 3 of 3) sorted by relevance
/third_party/toybox/toys/pending/ |
H A D | crontab.c | 63 static long getval(char *num, long low, long high) in getval() function 80 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) return 1; in validate_component() 97 if (getval(dtoken, min, (min ? max : max-1)) < 0) return 1; in validate_component() 106 if (getval(ctoken, min, (min ? max : max-1)) < 0) return 1; in validate_component()
|
H A D | crond.c | 140 static long getval(char *num, long low, long high) in getval() function 156 if ((skip = getval(ptr, min, (min ? max: max-1))) < 0) goto ERROR; in parse_and_fillarray() 173 if ((start = getval(dtoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray() 181 if ((end = getval(ctoken, min, (min ? max : max-1))) < 0) goto ERROR; in parse_and_fillarray()
|
/third_party/python/Lib/tkinter/test/test_ttk/ |
H A D | test_widgets.py | 487 def check_get_current(getval, currval): 488 self.assertEqual(self.combo.get(), getval)
|
Completed in 5 milliseconds