Searched refs:xstrtol (Results 1 – 6 of 6) sorted by relevance
/third_party/toybox/toys/other/ |
D | flock.c | 28 int fd = xstrtol(*toys.optargs, NULL, 10), op; in flock_main()
|
/third_party/toybox/lib/ |
D | lib.c | 293 long long xstrtol(char *str, char **end, int base) in xstrtol() function 309 val = xstrtol(numstr, &c, 0); in atolx()
|
D | lib.h | 233 long long xstrtol(char *str, char **end, int base);
|
/third_party/toybox/porting/liteos_a/lib/ |
D | lib.h | 226 long long xstrtol(char *str, char **end, int base);
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | ps.c | 1108 ll[pl->len] = xstrtol(str, &end, 10); in parse_rest()
|
/third_party/toybox/toys/posix/ |
D | ps.c | 1151 ll[pl->len] = xstrtol(str, &end, 10); in parse_rest()
|