/glibc-2.36/sysdeps/generic/ |
D | _itoa.h | 55 extern char *_itoa_word (_ITOA_WORD_TYPE value, char *buflim, 60 _itoa_word (_ITOA_WORD_TYPE value, char *buflim, 100 _itoa_word (value, buf, base, upper_case)
|
/glibc-2.36/sysdeps/ieee754/ldbl-128/ |
D | printf_fphex_macros.h | 40 numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, \ 63 numstr = _itoa_word (num0, numstr, 16, info->spec == 'A'); \
|
/glibc-2.36/debug/ |
D | backtracesymsfd.c | 92 iov[last].iov_base = _itoa_word ((unsigned long int) diff, in __backtrace_symbols_fd() 108 iov[last].iov_base = _itoa_word ((unsigned long int) array[cnt], in __backtrace_symbols_fd()
|
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/ |
D | printf_fphex.c | 72 numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, \ 95 numstr = _itoa_word (num0, numstr, 16, info->spec == 'A'); \
|
/glibc-2.36/sysdeps/mach/hurd/ |
D | sethostid.c | 36 bp = _itoa_word (id, &buf[sizeof buf], 16, 1); in sethostid()
|
/glibc-2.36/sysdeps/unix/sysv/linux/ |
D | ptsname.c | 64 p = _itoa_word (ptyno, &numbuf[sizeof (numbuf) - 1], 10, 0); in __ptsname_r()
|
/glibc-2.36/sysdeps/ia64/fpu/ |
D | printf_fphex.c | 36 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
|
/glibc-2.36/stdio-common/ |
D | printf_fphex.c | 258 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, in __printf_fphex() 408 expstr = _itoa_word (exponent, expbuf + sizeof expbuf, 10, 0); in __printf_fphex()
|
D | _itoa.c | 161 _itoa_word (_ITOA_WORD_TYPE value, char *buflim, in _itoa_word() function 461 char *cp = _itoa_word (value, tmpbuf + sizeof (value) * 4, base, upper_case); in _fitoa_word()
|
D | vfprintf-process-arg.c | 164 string = _itoa_word (number.word, workend, base,
|
D | vfprintf-internal.c | 184 # define _itoa_word(Val, Buf, Base, Case) _itowa_word (Val, Buf, Base, Case) macro 1524 w = _itoa_word (info->width, workend, 10, 0); in printf_unknown() 1532 w = _itoa_word (info->prec, workend, 10, 0); in printf_unknown()
|
/glibc-2.36/sysdeps/powerpc/powerpc64/ |
D | dl-machine.c | 38 _itoa_word ((unsigned long) reloc_addr, t, 16, 0); in _dl_reloc_overflow()
|
/glibc-2.36/sysdeps/x86_64/fpu/ |
D | printf_fphex.c | 38 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
|
/glibc-2.36/sysdeps/ieee754/ldbl-96/ |
D | printf_fphex.c | 40 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
|
/glibc-2.36/posix/ |
D | wordexp.c | 769 _itoa_word (numresult, &result[20], 10, 0)); in parse_arith() 1387 value = _itoa_word (__libc_argc - 1, &buffer[20], 10, 0); in parse_param() 1417 value = _itoa_word (__getpid (), &buffer[20], 10, 0); in parse_param() 1423 value = _itoa_word (__libc_argc > 0 ? __libc_argc - 1 : 0, in parse_param() 1883 _itoa_word (value ? strlen (value) : 0, in parse_param()
|
/glibc-2.36/nscd/ |
D | nscd_getpw_r.c | 59 char *cp = _itoa_word (uid, buf + sizeof (buf) - 1, 10, 0); in __nscd_getpwuid_r()
|
D | nscd_getgr_r.c | 60 char *cp = _itoa_word (gid, buf + sizeof (buf) - 1, 10, 0); in __nscd_getgrgid_r()
|
D | nscd_getserv_r.c | 54 char *cp = _itoa_word (port, portstr + sizeof (portstr) - 1, 10, 0); in __nscd_getservbyport_r()
|
/glibc-2.36/sysdeps/powerpc/powerpc32/ |
D | dl-machine.c | 390 _itoa_word ((unsigned) reloc_addr, t, 16, 0); in _dl_reloc_overflow()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.13 | 7843 * stdio-common/_itoa.h (_itoa_word): Only use internal digit arrays 8809 (_itoa_word): Use INTUSE to acces _itoa_upper_digits and 10266 * elf/dl-minimal.c (_strerror_r): Use _itoa instead of _itoa_word since
|
D | ChangeLog.5 | 3428 * stdio-common/_itoa.h (_itoa_word): Define as inline function. 3430 Don't declare static because used in _itoa_word inline function.
|
D | ChangeLog.10 | 9484 (_itoa, _itoa_word) [COMPILE_WRPINTF]: Don't cast second argument. 12341 _itoa_word decl.
|
D | ChangeLog.7 | 512 * posix/wordexp.c: Using _itoa_word instead of sprintf. 939 * elf/dl-minimal.c: Use _itoa_word rather than _itoa. It seems that
|
D | ChangeLog.6 | 8359 * stdio-common/_itoa.h (_itoa_word): Declare unused to suppress
|
/glibc-2.36/manual/ |
D | stdio.texi | 2651 @c _itoa_word
|