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

  /external/toybox/toys/pending/
crontab.c 35 static char *omitspace(char *line) function
130 ptr = omitspace(ptr);
138 ptr = omitspace(ptr);
crond.c 201 static char *omitspace(char *line) function
214 line = omitspace(line);
236 line = omitspace(line);

Completed in 167 milliseconds