Home
last modified time | relevance | path

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

/external/toybox/toys/pending/
Dcrontab.c45 static int getindex(char *src, int size) in getindex() function
98 } else if (getindex(dtoken, max) < 0) return 1; in validate_component()
107 } else if (getindex(ctoken, max) < 0) return 1; in validate_component()
Dcrond.c107 static int getindex(char *src, int size) in getindex() function
175 } else if ((start = getindex(dtoken, max)) < 0) goto ERROR; in parse_and_fillarray()
183 } else if ((end = getindex(ctoken, max)) < 0) goto ERROR; in parse_and_fillarray()