Searched defs:Base (Results 1 – 3 of 3) sorted by relevance
/glibc-2.36/stdio-common/ |
D | _itowa.h | 46 #define SPECIAL(Base) \ in _itowa_word() argument
|
D | _itoa.c | 170 #define SPECIAL(Base) \ in _itoa_word() argument
|
D | vfprintf-internal.c | 183 # define _itoa(Val, Buf, Base, Case) _itowa (Val, Buf, Base, Case) argument 184 # define _itoa_word(Val, Buf, Base, Case) _itowa_word (Val, Buf, Base, Case) argument
|