Home
last modified time | relevance | path

Searched refs:numbuf (Results 1 – 10 of 10) sorted by relevance

/glibc-2.36/sysdeps/unix/sysv/linux/
Dptsname.c58 char numbuf[21]; in __ptsname_r() local
63 numbuf[sizeof (numbuf) - 1] = '\0'; in __ptsname_r()
64 p = _itoa_word (ptyno, &numbuf[sizeof (numbuf) - 1], 10, 0); in __ptsname_r()
66 if (buflen < devptslen + (&numbuf[sizeof (numbuf)] - p)) in __ptsname_r()
72 memcpy (__stpcpy (buf, devpts), p, &numbuf[sizeof (numbuf)] - p); in __ptsname_r()
/glibc-2.36/sysdeps/ieee754/ldbl-128/
Dprintf_fphex_macros.h40 numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, \
48 numstr = _itoa (num1, numbuf + sizeof numbuf, 16, \
55 while (numstr > numbuf + (sizeof numbuf - 64 / 4)) \
73 while (numstr > numbuf + (sizeof numbuf - 112 / 4)) \
/glibc-2.36/sysdeps/ieee754/ldbl-128ibm/
Dprintf_fphex.c72 numstr = _itoa_word (num1, numbuf + sizeof numbuf, 16, \
80 numstr = _itoa (num1, numbuf + sizeof numbuf, 16, \
87 while (numstr > numbuf + (sizeof numbuf - 64 / 4)) \
105 while (numstr > numbuf + (sizeof numbuf - 112 / 4)) \
/glibc-2.36/sysdeps/x86_64/fpu/
Dprintf_fphex.c38 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
46 numstr = _itoa (num, numbuf + sizeof numbuf, 16, info->spec == 'A');\
53 while (numstr > numbuf + (sizeof numbuf - 64 / 4)) \
/glibc-2.36/sysdeps/ieee754/ldbl-96/
Dprintf_fphex.c40 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
48 numstr = _itoa (num, numbuf + sizeof numbuf, 16, info->spec == 'A');\
55 while (numstr > numbuf + (sizeof numbuf - 64 / 4)) \
/glibc-2.36/sysdeps/ia64/fpu/
Dprintf_fphex.c36 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, \
43 while (numstr > numbuf + (sizeof numbuf - 64 / 4)) \
/glibc-2.36/stdio-common/
Dprintf_fphex.c124 char numbuf[32]; in __printf_fphex() local
258 numstr = _itoa_word (num, numbuf + sizeof numbuf, 16, in __printf_fphex()
265 numstr = _itoa (num, numbuf + sizeof numbuf, 16, in __printf_fphex()
311 numend = array_end (numbuf); in __printf_fphex()
/glibc-2.36/posix/
Dtst-fnmatch.c69 char numbuf[24]; in do_test() local
141 : (sprintf (numbuf, "%d", fnmres), numbuf))), in do_test()
150 : (sprintf (numbuf, "%d", result), numbuf))); in do_test()
/glibc-2.36/locale/programs/
Dld-address.c483 char *numbuf = (char *) xmalloc (21); \ in address_read()
484 snprintf (numbuf, 21, "%ld", arg->val.num); \ in address_read()
485 address->cat = numbuf; \ in address_read()
/glibc-2.36/ChangeLog.old/
DChangeLog.113689 buffer after copying numbuf into it.