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

  /external/toybox/toys/other/
flock.c 28 int fd = xstrtol(*toys.optargs, NULL, 10), op;
  /external/toybox/lib/
lib.h 203 long long xstrtol(char *str, char **end, int base);
lib.c 284 long long xstrtol(char *str, char **end, int base) function
300 val = xstrtol(numstr, &c, 0);
  /external/toybox/toys/posix/
ps.c     [all...]

Completed in 94 milliseconds