Searched refs:vfprintf (Results 1 – 10 of 10) sorted by relevance
/ndk/sources/host-tools/sed-4.2.1/lib/ |
D | stdio-write.c | 73 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()
|
D | stdio.in.h | 95 # 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))
|
D | error.c | 205 vfprintf (stderr, message, args); in error_tail()
|
/ndk/sources/cxx-stl/stlport/stlport/stl/ |
D | _cstdio.h | 116 using _STLP_VENDOR_CSTD::vfprintf;
|
/ndk/sources/host-tools/nawk-20071023/ |
D | lib.c | 507 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/ |
D | cstdio | 83 using ::vfprintf;
|
/ndk/sources/cxx-stl/system/include/ |
D | cstdio | 83 using ::vfprintf;
|
/ndk/sources/cxx-stl/stlport/stlport/stl/debug/ |
D | _debug.c | 362 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/ |
D | utils.c | 79 vfprintf(stderr, str, ap); in panic()
|
/ndk/sources/host-tools/make-3.81/ |
D | misc.c | 40 # define VA_PRINTF(fp, lastarg, args) vfprintf((fp), (lastarg), (args))
|