Home
last modified time | relevance | path

Searched refs:xstrtol (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/tools/
Dmkenvimage.c50 long int xstrtol(const char *s) in xstrtol() function
97 datasize = xstrtol(optarg); in main()
113 padbyte = xstrtol(optarg); in main()
/external/toybox/toys/other/
Dflock.c28 int fd = xstrtol(*toys.optargs, NULL, 10), op; in flock_main()
/external/toybox/lib/
Dlib.c293 long long xstrtol(char *str, char **end, int base) in xstrtol() function
309 val = xstrtol(numstr, &c, 0); in atolx()
Dlib.h221 long long xstrtol(char *str, char **end, int base);
/external/toybox/toys/posix/
Dps.c1143 ll[pl->len] = xstrtol(str, &end, 10); in parse_rest()