Home
last modified time | relevance | path

Searched refs:_itoa_word (Results 1 – 25 of 31) sorted by relevance

12

/glibc-2.36/sysdeps/generic/
D_itoa.h55 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/
Dprintf_fphex_macros.h40 numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, \
63 numstr = _itoa_word (num0, numstr, 16, info->spec == 'A'); \
/glibc-2.36/debug/
Dbacktracesymsfd.c92 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/
Dprintf_fphex.c72 numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, \
95 numstr = _itoa_word (num0, numstr, 16, info->spec == 'A'); \
/glibc-2.36/sysdeps/mach/hurd/
Dsethostid.c36 bp = _itoa_word (id, &buf[sizeof buf], 16, 1); in sethostid()
/glibc-2.36/sysdeps/unix/sysv/linux/
Dptsname.c64 p = _itoa_word (ptyno, &numbuf[sizeof (numbuf) - 1], 10, 0); in __ptsname_r()
/glibc-2.36/sysdeps/ia64/fpu/
Dprintf_fphex.c36 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
/glibc-2.36/stdio-common/
Dprintf_fphex.c258 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.c161 _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()
Dvfprintf-process-arg.c164 string = _itoa_word (number.word, workend, base,
Dvfprintf-internal.c184 # 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/
Ddl-machine.c38 _itoa_word ((unsigned long) reloc_addr, t, 16, 0); in _dl_reloc_overflow()
/glibc-2.36/sysdeps/x86_64/fpu/
Dprintf_fphex.c38 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dprintf_fphex.c40 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
/glibc-2.36/posix/
Dwordexp.c769 _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/
Dnscd_getpw_r.c59 char *cp = _itoa_word (uid, buf + sizeof (buf) - 1, 10, 0); in __nscd_getpwuid_r()
Dnscd_getgr_r.c60 char *cp = _itoa_word (gid, buf + sizeof (buf) - 1, 10, 0); in __nscd_getgrgid_r()
Dnscd_getserv_r.c54 char *cp = _itoa_word (port, portstr + sizeof (portstr) - 1, 10, 0); in __nscd_getservbyport_r()
/glibc-2.36/sysdeps/powerpc/powerpc32/
Ddl-machine.c390 _itoa_word ((unsigned) reloc_addr, t, 16, 0); in _dl_reloc_overflow()
/glibc-2.36/ChangeLog.old/
DChangeLog.137843 * 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
DChangeLog.53428 * stdio-common/_itoa.h (_itoa_word): Define as inline function.
3430 Don't declare static because used in _itoa_word inline function.
DChangeLog.109484 (_itoa, _itoa_word) [COMPILE_WRPINTF]: Don't cast second argument.
12341 _itoa_word decl.
DChangeLog.7512 * posix/wordexp.c: Using _itoa_word instead of sprintf.
939 * elf/dl-minimal.c: Use _itoa_word rather than _itoa. It seems that
DChangeLog.68359 * stdio-common/_itoa.h (_itoa_word): Declare unused to suppress
/glibc-2.36/manual/
Dstdio.texi2651 @c _itoa_word

12