Searched refs:__f_vfprintf (Results 1 – 7 of 7) sorted by relevance
/picolibc-latest/newlib/libc/tinystdio/ |
D | vffprintf.c | 38 #define vfprintf __f_vfprintf 45 __strong_reference(vfprintf, __f_vfprintf); 47 int __f_vfprintf (FILE * stream, const char *fmt, va_list ap) { return vfprintf(stream, fmt, ap); } in __f_vfprintf() function
|
D | snprintff.c | 33 #define vfprintf __f_vfprintf
|
D | sprintff.c | 33 #define vfprintf __f_vfprintf
|
D | stdio_private.h | 227 int __f_vfprintf(FILE *__stream, const char *__fmt, va_list __ap) __FORMAT_ATTRIBUTE__(printf, 2, 0…
|
/picolibc-latest/doc/ |
D | printf.md | 75 it maps __f_vfprintf to vfprintf and __f_vfscanf to vfscanf. This 78 cc -Wl,--defsym=vfprintf=__f_vfprintf -Wl,--defsym=vfscanf=__f_vfscanf
|
/picolibc-latest/ |
D | CMakeLists.txt | 528 string(APPEND SPECS_PRINTF "%{DPICOLIBC_FLOAT_PRINTF_SCANF:--defsym=vfprintf=__f_vfprintf}"
|
D | meson.build | 342 __f_vfprintf_symbol = global_prefix + '__f_vfprintf'
|