Home
last modified time | relevance | path

Searched refs:__f_vfprintf (Results 1 – 7 of 7) sorted by relevance

/picolibc-latest/newlib/libc/tinystdio/
Dvffprintf.c38 #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
Dsnprintff.c33 #define vfprintf __f_vfprintf
Dsprintff.c33 #define vfprintf __f_vfprintf
Dstdio_private.h227 int __f_vfprintf(FILE *__stream, const char *__fmt, va_list __ap) __FORMAT_ATTRIBUTE__(printf, 2, 0…
/picolibc-latest/doc/
Dprintf.md75 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/
DCMakeLists.txt528 string(APPEND SPECS_PRINTF "%{DPICOLIBC_FLOAT_PRINTF_SCANF:--defsym=vfprintf=__f_vfprintf}"
Dmeson.build342 __f_vfprintf_symbol = global_prefix + '__f_vfprintf'