Searched refs:xstrtou (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxatonum_template.c5 #define xstrtou(rest) xstrtoul##rest
15 unsigned type xstrtou(_range_sfx)(const char *numstr, int base,
75 unsigned type xstrtou(_range)(const char *numstr, int base,
79 return xstrtou(_range_sfx)(numstr, base, lower, upper, NULL);
82 unsigned type xstrtou(_sfx)(const char *numstr, int base,
85 return xstrtou(_range_sfx)(numstr, base, 0, XSTR_UTYPE_MAX, suffixes);
88 unsigned type xstrtou()(const char *numstr, int base) function
90 return xstrtou(_range_sfx)(numstr, base, 0, XSTR_UTYPE_MAX, NULL);
98 return xstrtou(_range_sfx)(numstr, 10, lower, upper, suffixes);
105 return xstrtou(_range_sf
178 #undef xstrtou macro
[all...]
H A Dxatonum.c13 #define xstrtou(rest) xstrtoull##rest macro
25 #define xstrtou(rest) xstrtoul##rest macro
48 #define xstrtou(rest) xstrtou##rest macro

Completed in 140 milliseconds