Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 – 25 of 60) sorted by relevance

123

/l4re-core-master/l4re/util/libs/
A Ddebug.cc50 n = vfprintf (out, fmt, args); in printf_impl()
63 n = vfprintf (out, fmt, args); in cprintf_impl()
83 n = vfprintf (out, fmt, args); in printf()
96 n = vfprintf (out, fmt, args); in cprintf()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/error/
A Derror.c51 vfprintf (stderr, message, args); in error()
91 vfprintf (stderr, message, args); in error_at_line()
A Derr.c42 vfprintf(stderr, format, args); in vwarn_work()
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdio/
A Dvsnprintf.c64 rv = vfprintf(&f, format, arg); in vsnprintf()
124 rv = vfprintf((FILE *) &f, format, arg);
212 #warning Skipping vsnprintf since no buffering, no custom streams, and not old vfprintf!
A Dvprintf.c14 return vfprintf(stdout, format, arg); in vprintf()
A Dprintf.c18 rv = vfprintf(stdout, format, arg); in printf()
A Dfprintf.c18 rv = vfprintf(stream, format, arg); in fprintf()
A Dvasprintf.c37 rv = vfprintf(f, format, arg); in vasprintf()
A Dvdprintf.c57 rv = vfprintf(&f, format, arg); in vdprintf()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/API/
A Dstdio.SUSv4.syms38 vfprintf
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/stdlib/malloc/
A Dmalloc_debug.c48 vfprintf (stderr, fmt, val); in __malloc_debug_printf()
/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dunifdef.h38 #define vwarnx(fmt, args) ({ fprintf(stderr, "unifdef: "); vfprintf(stderr, fmt, args); fprintf(s…
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_compatibility/
A Dstdio.h55 using std::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_compatibility/
A Dstdio.h55 using std::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_compatibility/
A Dstdio.h55 using std::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/include/c_compatibility/
A Dstdio.h55 using std::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/include/c_compatibility/
A Dstdio.h55 using std::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/include/c_compatibility/
A Dstdio.h55 using std::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/include/c_compatibility/
A Dstdio.h55 using std::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/include/c_compatibility/
A Dstdio.h55 using std::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_std/
A Dcstdio92 #undef vfprintf
142 using ::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/include/c_std/
A Dcstdio92 #undef vfprintf
142 using ::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_global/
A Dcstdio92 #undef vfprintf
144 using ::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/include/c_std/
A Dcstdio92 #undef vfprintf
142 using ::vfprintf;
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/include/c_global/
A Dcstdio92 #undef vfprintf
144 using ::vfprintf;

Completed in 43 milliseconds

123