Searched refs:_uintmaxtostr (Results 1 – 7 of 7) sorted by relevance
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/ |
A D | uClibc_uintmaxtostr.h | 91 extern char *_uintmaxtostr(char * __restrict bufend, uintmax_t uval, 97 _uintmaxtostr((bufend), (intval), -10, __UIM_DECIMAL) 100 _uintmaxtostr((bufend), (uintmax_t)(intval), -10, __UIM_DECIMAL)
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/ |
A D | _uintmaxtostr.c | 20 char attribute_hidden *_uintmaxtostr(register char * __restrict bufend, uintmax_t uval, in _uintmaxtostr() function
|
A D | old_vfprintf.c | 485 p = _uintmaxtostr(tmp + sizeof(tmp) - 1, in vfprintf() 510 p = _uintmaxtostr(tmp + sizeof(tmp) - 1, in vfprintf()
|
A D | Makefile.in | 30 _cs_funcs.c _load_inttype.c _store_inttype.c _uintmaxtostr.c
|
A D | _vfprintf.c | 1520 s = _uintmaxtostr(buf + sizeof(buf) - 1, in _do_one_spec()
|
/l4re-core-master/uclibc/lib/uclibc/ |
A D | contrib_files.mk | 414 _uintmaxtostr
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/time/ |
A D | time.c | 1104 o = _uintmaxtostr(buf + sizeof(buf) - 1, in __XL_NPP() 1108 o = _uintmaxtostr(buf + sizeof(buf) - 1, in __XL_NPP()
|
Completed in 11 milliseconds