Home
last modified time | relevance | path

Searched defs:xstrtou (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/libbb/
Dxatonum_template.c19 unsigned type FAST_FUNC xstrtou(_range_sfx)(const char *numstr, int base, in xstrtou() function
77 unsigned type FAST_FUNC xstrtou(_range)(const char *numstr, int base, in xstrtou() function
84 unsigned type FAST_FUNC xstrtou(_sfx)(const char *numstr, int base, in xstrtou() function
90 unsigned type FAST_FUNC xstrtou()(const char *numstr, int base) in xstrtou() function
Dxatonum.c12 #define xstrtou(rest) xstrtoull##rest macro
24 #define xstrtou(rest) xstrtoul##rest macro
47 #define xstrtou(rest) xstrtou##rest macro