Home
last modified time | relevance | path

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

/ndk/sources/host-tools/sed-4.2.1/lib/
Dstdio-write.c73 retval = vfprintf (stdout, format, args); in printf()
88 retval = vfprintf (stream, format, args); in fprintf()
99 return vfprintf (stdout, format, args); in vprintf()
105 vfprintf (FILE *stream, const char *format, va_list args) in vfprintf() function
106 #undef vfprintf in vfprintf()
108 CALL_WITH_SIGPIPE_EMULATION (int, vfprintf (stream, format, args), ret == EOF) in vfprintf()
Dstdio.in.h95 # define vfprintf rpl_vfprintf
96 extern int vfprintf (FILE *fp, const char *format, va_list args)
100 # define vfprintf rpl_vfprintf
101 extern int vfprintf (FILE *fp, const char *format, va_list args)
104 # undef vfprintf
105 # define vfprintf(s,f,a) \
109 vfprintf (s, f, a))
Derror.c205 vfprintf (stderr, message, args); in error_tail()
/ndk/sources/cxx-stl/stlport/stlport/stl/
D_cstdio.h116 using _STLP_VENDOR_CSTD::vfprintf;
/ndk/sources/host-tools/nawk-20071023/
Dlib.c507 vfprintf(stderr, fmt, varg); in SYNTAX()
560 vfprintf(stderr, fmt, varg); in FATAL()
576 vfprintf(stderr, fmt, varg); in WARNING()
/ndk/sources/cxx-stl/gabi++/include/
Dcstdio83 using ::vfprintf;
/ndk/sources/cxx-stl/system/include/
Dcstdio83 using ::vfprintf;
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/
D_debug.c362 STLPORT_CSTD::vfprintf(stderr, __format_str, (char *)__args); in _Message()
364 STLPORT_CSTD::vfprintf(stderr, __format_str, __args); in _Message()
/ndk/sources/host-tools/sed-4.2.1/sed/
Dutils.c79 vfprintf(stderr, str, ap); in panic()
/ndk/sources/host-tools/make-3.81/
Dmisc.c40 # define VA_PRINTF(fp, lastarg, args) vfprintf((fp), (lastarg), (args))