Searched refs:xstrtol (Results 1 – 5 of 5) sorted by relevance
/external/u-boot/tools/ |
D | mkenvimage.c | 51 long int xstrtol(const char *s) in xstrtol() function 99 datasize = xstrtol(optarg); in main() 115 padbyte = xstrtol(optarg); in main()
|
/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 | 295 long long xstrtol(char *str, char **end, int base) in xstrtol() function 311 val = xstrtol(numstr, &c, 0); in atolx()
|
D | lib.h | 227 long long xstrtol(char *str, char **end, int base);
|
/external/toybox/toys/posix/ |
D | ps.c | 1152 ll[pl->len] = xstrtol(str, &end, 10); in parse_rest()
|