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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dxatonum_template.c15 unsigned type xstrtou(_range_sfx)(const char *numstr, int base, function
79 return xstrtou(_range_sfx)(numstr, base, lower, upper, NULL);
85 return xstrtou(_range_sfx)(numstr, base, 0, XSTR_UTYPE_MAX, suffixes);
90 return xstrtou(_range_sfx)(numstr, base, 0, XSTR_UTYPE_MAX, NULL);
93 unsigned type xatou(_range_sfx)(const char *numstr, function
98 return xstrtou(_range_sfx)(numstr, 10, lower, upper, suffixes);
105 return xstrtou(_range_sfx)(numstr, 10, lower, upper, NULL);
111 return xstrtou(_range_sfx)(numstr, 10, 0, XSTR_UTYPE_MAX, suffixes);
121 type xstrto(_range_sfx)(const char *numstr, int base, function
135 r = xstrtou(_range_sfx)(
154 type xato(_range_sfx)(const char *numstr, function
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dxatonum.h13 unsigned type xstrto##UT##_range_sfx(const char *str, int b, unsigned type l, unsigned type u, const struct suffix_mult *sfx); \
17 unsigned type xato##UT##_range_sfx(const char *str, unsigned type l, unsigned type u, const struct suffix_mult *sfx); \
21 type xstrto##T##_range_sfx(const char *str, int b, type l, type u, const struct suffix_mult *sfx); \
23 type xato##T##_range_sfx(const char *str, type l, type u, const struct suffix_mult *sfx); \
37 unsigned narrow xstrto##UN##_range_sfx(const char *str, int b, unsigned narrow l, unsigned narrow u, const struct suffix_mult *sfx) \
38 { return xstrto##UW##_range_sfx(str, b, l, u, sfx); } \
49 unsigned narrow xato##UN##_range_sfx(const char *str, unsigned narrow l, unsigned narrow u, const struct suffix_mult *sfx) \
50 { return xato##UW##_range_sfx(str, l, u, sfx); } \
61 narrow xstrto##N##_range_sfx(const char *str, int b, narrow l, narrow u, const struct suffix_mult *sfx) \
62 { return xstrto##W##_range_sfx(st
[all...]

Completed in 95 milliseconds