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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/include/
H A Dxatonum.h15 unsigned type xstrto##UT##_sfx(const char *str, int b, const struct suffix_mult *sfx); \
19 unsigned type xato##UT##_sfx(const char *str, const struct suffix_mult *sfx); \
25 type xato##T##_sfx(const char *str, const struct suffix_mult *sfx); \
43 unsigned narrow xstrto##UN##_sfx(const char *str, int b, const struct suffix_mult *sfx) \
44 { return xstrto##UW##_sfx(str, b, sfx); } \
55 unsigned narrow xato##UN##_sfx(const char *str, const struct suffix_mult *sfx) \
56 { return xato##UW##_sfx(str, sfx); } \
73 narrow xato##N##_sfx(const char *str, const struct suffix_mult *sfx) \
74 { return xato##W##_sfx(str, sfx); } \
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/router/busybox-1.x/libbb/
H A Dxatonum_template.c82 unsigned type xstrtou(_sfx)(const char *numstr, int base, function
108 unsigned type xatou(_sfx)(const char *numstr, function
116 return xatou(_sfx)(numstr, NULL);
167 type xato(_sfx)(const char *numstr, const struct suffix_mult *suffixes) function

Completed in 94 milliseconds