Searched refs:vsnprintf (Results 1 – 20 of 20) sorted by relevance
/picolibc-latest/newlib/libc/ssp/ |
D | vsnprintf_chk.c | 39 #undef vsnprintf 49 return vsnprintf(buf, len, fmt, ap); in __vsnprintf_chk()
|
D | vsprintf_chk.c | 41 #undef vsnprintf 54 if ((rv = vsnprintf(buf, slen, fmt, ap)) >= 0 && (size_t)rv >= slen) in __vsprintf_chk()
|
D | snprintf_chk.c | 39 #undef vsnprintf 54 rv = vsnprintf(buf, len, fmt, ap); in __snprintf_chk()
|
D | sprintf_chk.c | 40 #undef vsnprintf 56 if ((rv = vsnprintf(buf, slen, fmt, ap)) >= 0 && (size_t)rv >= slen) in __sprintf_chk()
|
D | ssp.tex | 47 fgets_unlocked gets vsnprintf
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | vsnprintf.c | 35 vsnprintf(char *s, size_t n, const char *fmt, va_list ap) in vsnprintf() function 63 __strong_reference(vsnprintf, __vsnprintfieee128);
|
D | sprintf_s.c | 120 rc = vsnprintf(s, bufsize, fmt, args); in sprintf_s()
|
D | CMakeLists.txt | 160 vsnprintf.c
|
D | meson.build | 163 'vsnprintf.c',
|
D | stdio.h | 231 int vsnprintf(char *__s, size_t __n, const char *__fmt, __gnuc_va_list ap) __PRINTF_ATTRIBUTE__(3, …
|
/picolibc-latest/newlib/libc/machine/spu/ |
D | vsnprintf.c | 39 # define vsnprintf vsniprintf macro 56 vsnprintf (char *__restrict str, in vsnprintf() function
|
/picolibc-latest/newlib/libc/stdio/ |
D | vsnprintf.c | 32 vsnprintf ( in vsnprintf() function 70 __strong_reference(vsnprintf, __vsnprintfieee128);
|
D | meson.build | 113 'vsnprintf.c',
|
D | stdio.h | 418 int vsnprintf (char *__restrict, size_t, const char *__restrict, va_list)
|
/picolibc-latest/newlib/libc/include/ssp/ |
D | stdio.h | 63 #define vsnprintf(str, len, fmt, ap) \ macro
|
/picolibc-latest/test/ |
D | printf-tests.c | 148 n = vsnprintf(buf, PRINTF_BUF_SIZE, fmt, ap); in test()
|
D | printf_scanf.c | 155 i = vsnprintf(str, size, format, ap); in check_vsnprintf()
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1745 * libc/stdio/vsnprintf.c (vsniprintf, _vsniprintf_r): Ditto. 2383 libc/machine/spu/vsnprintf.c, libc/machine/spu/vsprintf.c, 2395 libc/stdio/vscanf.c, libc/stdio/vsnprintf.c, 4049 * libc/stdio/vsnprintf.c: Include "local.h" for "_svfprintf_r" 8690 * libc/stdio/vsnprintf.c (_vsnprintf_r): Likewise. 10303 * libc/machine/spu/vsnprintf.c: Ditto. 10664 * libc/machine/spu/vsnprintf.c: Ditto. 10694 * libc/stdio/vsnprintf.c (vsnprintf): Reduce binary size. 10780 * libc/stdio/vsnprintf.c (vsnprintf, _vsnprintf_r): Likewise. 10840 * libc/machine/spu/vsnprintf.c: Ditto. [all …]
|
/picolibc-latest/ |
D | README.md | 850 1. Bugfix for snprintf(buf, 0) and vsnprintf(buf, 0) to avoid
|
D | COPYING.picolibc | 2060 Files: newlib/libc/tinystdio/vsnprintf.c 2164 newlib/libc/machine/spu/vsnprintf.c 4528 newlib/libc/stdio/vsnprintf.c
|