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 177 long xstrtol(char *str, char **end, int base);
lib.c 283 long xstrtol(char *str, char **end, int base) function
299 val = xstrtol(numstr, &c, 0);
  /external/toybox/toys/posix/
ps.c 862 ll[pl->len] = xstrtol(str, &end, 10);
    [all...]

Completed in 201 milliseconds