Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
H A Dcrontab.c63 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 Dcrond.c140 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 Dtest_widgets.py487 def check_get_current(getval, currval):
488 self.assertEqual(self.combo.get(), getval)

Completed in 5 milliseconds