Searched refs:__i_vfprintf (Results 1 – 4 of 4) sorted by relevance
36 #define vfprintf __i_vfprintf43 __strong_reference(vfprintf, __i_vfprintf);45 int __i_vfprintf (FILE * stream, const char *fmt, va_list ap) { return vfprintf(stream, fmt, ap); } in __i_vfprintf() function
104 picolibc.specs stanza that matches this option maps __i_vfprintf to108 cc -Wl,--defsym=vfprintf=__i_vfprintf -Wl,--defsym=vfscanf=__i_vfscanf
506 " %{DPICOLIBC_INTEGER_PRINTF_SCANF:--defsym=vfprintf=__i_vfprintf}"
311 __i_vfprintf_symbol = global_prefix + '__i_vfprintf'