Searched refs:xato (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dxatonum.h17 unsigned type xato##UT##_range_sfx(const char *str, unsigned type l, unsigned type u, const struct suffix_mult *sfx); \
18 unsigned type xato##UT##_range(const char *str, unsigned type l, unsigned type u); \
19 unsigned type xato##UT##_sfx(const char *str, const struct suffix_mult *sfx); \
20 unsigned type xato##UT(const char *str); \
23 type xato##T##_range_sfx(const char *str, type l, type u, const struct suffix_mult *sfx); \
24 type xato##T##_range(const char *str, type l, type u); \
25 type xato##T##_sfx(const char *str, const struct suffix_mult *sfx); \
26 type xato##T(const char *str); \
49 unsigned narrow xato##UN##_range_sfx(const char *str, unsigned narrow l, unsigned narrow u, const struct suffix_mult *sfx) \
50 { return xato##U
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxatonum.c16 #define xato(rest) xatoll##rest macro
28 #define xato(rest) xatol##rest macro
51 #define xato(rest) xatoi##rest macro
H A Dxatonum_template.c8 #define xato(rest) xatol##rest
154 type xato(_range_sfx)(const char *numstr,
162 type xato(_range)(const char *numstr, type lower, type upper)
167 type xato(_sfx)(const char *numstr, const struct suffix_mult *suffixes)
172 type xato()(const char *numstr) function
181 #undef xato macro

Completed in 51 milliseconds