Home
last modified time | relevance | path

Searched defs:xato (Results 1 – 2 of 2) sorted by relevance

/busybox-1.35.0/libbb/
Dxatonum_template.c164 type FAST_FUNC xato(_range_sfx)(const char *numstr, in xato() function
172 type FAST_FUNC xato(_range)(const char *numstr, type lower, type upper) in xato() function
177 type FAST_FUNC xato(_sfx)(const char *numstr, const struct suffix_mult *suffixes) in xato() function
182 type FAST_FUNC xato()(const char *numstr) in xato() function
Dxatonum.c15 #define xato(rest) xatoll##rest macro
27 #define xato(rest) xatol##rest macro
50 #define xato(rest) xatoi##rest macro