Searched refs:xstrtol (Results 1 – 4 of 4) sorted by relevance
/external/toybox/toys/other/ |
D | flock.c | 28 int fd = xstrtol(*toys.optargs, NULL, 10), op; in flock_main()
|
/external/toybox/lib/ |
D | lib.c | 283 long xstrtol(char *str, char **end, int base) in xstrtol() function 299 val = xstrtol(numstr, &c, 0); in atolx()
|
D | lib.h | 177 long xstrtol(char *str, char **end, int base);
|
/external/toybox/toys/posix/ |
D | ps.c | 862 ll[pl->len] = xstrtol(str, &end, 10); in parse_rest()
|