Home
last modified time | relevance | path

Searched refs:UT (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/include/
Dxatonum.h13 #define DECLARE_STR_CONV(type, T, UT) \ argument
15 unsigned type xstrto##UT##_range_sfx(const char *str, int b, unsigned type l, unsigned type u, cons…
16 unsigned type xstrto##UT##_range(const char *str, int b, unsigned type l, unsigned type u) FAST_FUN…
17 unsigned type xstrto##UT##_sfx(const char *str, int b, const struct suffix_mult *sfx) FAST_FUNC; \
18 unsigned type xstrto##UT(const char *str, int b) FAST_FUNC; \
19 unsigned type xato##UT##_range_sfx(const char *str, unsigned type l, unsigned type u, const struct …
20 unsigned type xato##UT##_range(const char *str, unsigned type l, unsigned type u) FAST_FUNC; \
21 unsigned type xato##UT##_sfx(const char *str, const struct suffix_mult *sfx) FAST_FUNC; \
22 unsigned type xato##UT(const char *str) FAST_FUNC; \