Home
last modified time | relevance | path

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

/busybox-1.35.0/libbb/
Dxatonum_template.c95 unsigned type FAST_FUNC xatou(_range_sfx)(const char *numstr, in xatou() function
103 unsigned type FAST_FUNC xatou(_range)(const char *numstr, in xatou() function
110 unsigned type FAST_FUNC xatou(_sfx)(const char *numstr, in xatou() function
116 unsigned type FAST_FUNC xatou()(const char *numstr) in xatou() function
Dxatonum.c14 #define xatou(rest) xatoull##rest macro
26 #define xatou(rest) xatoul##rest macro
49 #define xatou(rest) xatou##rest macro