Searched refs:asprintf (Results 1 – 11 of 11) sorted by relevance
/picolibc-latest/test/ |
D | printf-tests.c | 97 an = asprintf(&abuf, fmt, iv1, iv2, ldv); in test() 105 an = asprintf(&abuf, fmt, iv1, iv2, dv); in test() 115 an = asprintf(&abuf, fmt, iv, ldv); in test() 123 an = asprintf(&abuf, fmt, iv, dv); in test() 133 an = asprintf(&abuf, fmt, ldv); in test() 141 an = asprintf(&abuf, fmt, dv); in test()
|
D | try-ilp32.c | 45 asprintf(&a,"string %p", main); in main()
|
/picolibc-latest/newlib/libc/tinystdio/ |
D | asprintf.c | 39 asprintf(char **strp, const char *fmt, ...) in asprintf() function
|
D | CMakeLists.txt | 36 asprintf.c
|
D | meson.build | 36 'asprintf.c',
|
D | stdio.h | 232 int asprintf(char **strp, const char *fmt, ...) __PRINTF_ATTRIBUTE__(2,3);
|
/picolibc-latest/newlib/libc/stdio/ |
D | asprintf.c | 27 asprintf (char **__restrict strp, in asprintf() function
|
D | meson.build | 148 'asprintf.c',
|
D | stdio.h | 428 int asprintf (char **__restrict, const char *__restrict, ...)
|
/picolibc-latest/newlib/ |
D | ChangeLog-2015 | 1731 * libc/stdio/asprintf.c (_asiprintf_r, asiprintf): Ditto. 2385 libc/stdio/asprintf.c, libc/stdio/dprintf.c, 3635 * libc/stdio/asprintf.c (_asprintf_r): Ditto. 3636 (asprintf): Ditto. 8684 Fix 2008-04-14 regression in asprintf(ptr,""). 8692 an initial buffer for asprintf. 8783 * libc/stdio/asprintf.c: Call _svfprintf_r instead of _vfprintf_r. 10424 * libc/stdio/asprintf.c: Likewise. 10676 * libc/stdio/asprintf.c (_asprintf_r): Fix reentrancy. 10677 (asprintf): Avoid overhead. [all …]
|
/picolibc-latest/ |
D | COPYING.picolibc | 732 newlib/libc/tinystdio/asprintf.c 4553 Files: newlib/libc/stdio/asprintf.c
|