Searched refs:_itoa (Results 1 – 9 of 9) sorted by relevance
/sysdeps/x86_64/x32/ |
A D | _itoa.h | 4 #include_next <_itoa.h>
|
/sysdeps/mips/mips64/n32/ |
A D | _itoa.h | 4 #include_next <_itoa.h>
|
/sysdeps/generic/ |
A D | _itoa.h | 44 extern char *_itoa (unsigned long long int value, char *buflim, 99 # define _itoa(value, buf, base, upper_case) \ macro
|
A D | hp-timing-common.h | 55 char *__cp = _itoa ((Val), __buf + sizeof (__buf), 10, 0); \
|
/sysdeps/mach/hurd/ |
A D | mknodat.c | 82 bp = _itoa (__gnu_dev_minor (dev), bp, 10, 0); in __mknodat() 84 bp = _itoa (__gnu_dev_major (dev), bp, 10, 0); in __mknodat()
|
/sysdeps/ieee754/ldbl-128/ |
A D | printf_fphex_macros.h | 48 numstr = _itoa (num1, numbuf + sizeof numbuf, 16, \ 68 numstr = _itoa (num0, numstr, 16, info->spec == 'A'); \
|
/sysdeps/ieee754/ldbl-128ibm/ |
A D | printf_fphex.c | 80 numstr = _itoa (num1, numbuf + sizeof numbuf, 16, \ 100 numstr = _itoa (num0, numstr, 16, info->spec == 'A'); \
|
/sysdeps/x86_64/fpu/ |
A D | printf_fphex.c | 46 numstr = _itoa (num, numbuf + sizeof numbuf, 16, info->spec == 'A');\
|
/sysdeps/ieee754/ldbl-96/ |
A D | printf_fphex.c | 48 numstr = _itoa (num, numbuf + sizeof numbuf, 16, info->spec == 'A');\
|
Completed in 11 milliseconds