Home
last modified time | relevance | path

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

/busybox-1.35.0/include/
Dxatonum.h37 #define DEFINE_EQUIV_STR_CONV(narrow, N, W, UN, UW) \ argument
40 unsigned narrow xstrto##UN##_range_sfx(const char *str, int b, unsigned narrow l, unsigned narrow u…
43 unsigned narrow xstrto##UN##_range(const char *str, int b, unsigned narrow l, unsigned narrow u) \
46 unsigned narrow xstrto##UN##_sfx(const char *str, int b, const struct suffix_mult *sfx) \
49 unsigned narrow xstrto##UN(const char *str, int b) \
52 unsigned narrow xato##UN##_range_sfx(const char *str, unsigned narrow l, unsigned narrow u, const s…
55 unsigned narrow xato##UN##_range(const char *str, unsigned narrow l, unsigned narrow u) \
58 unsigned narrow xato##UN##_sfx(const char *str, const struct suffix_mult *sfx) \
61 unsigned narrow xato##UN(const char *str) \
64 narrow xstrto##N##_range_sfx(const char *str, int b, narrow l, narrow u, const struct suffix_mult *…
[all …]