HomeSort by relevance Sort by last modified time
    Searched refs:getindex (Results 1 - 2 of 2) sorted by null

  /external/toybox/toys/pending/
crontab.c 44 static int getindex(char *src, int size) function
97 } else if (getindex(dtoken, max) < 0) return 1;
106 } else if (getindex(ctoken, max) < 0) return 1;
crond.c 106 static int getindex(char *src, int size) function
174 } else if ((start = getindex(dtoken, max)) < 0) goto ERROR;
182 } else if ((end = getindex(ctoken, max)) < 0) goto ERROR;

Completed in 49 milliseconds