Searched refs:validate_component (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/toybox/toys/pending/ |
H A D | crontab.c | 72 static int validate_component(int min, int max, char *src) in validate_component() function 178 if (validate_component(0, 60, tokens[0])) { in parse_crontab() 182 if (validate_component(0, 24, tokens[1])) { in parse_crontab() 186 if (validate_component(1, 31, tokens[2])) { in parse_crontab() 190 if (validate_component(1, 12, tokens[3])) { in parse_crontab() 194 if (validate_component(0, 7, tokens[4])) { in parse_crontab()
|