/third_party/curl/lib/ |
H A D | curl_printf.h | 42 # undef vfprintf macro 51 # define vfprintf curl_mvfprintf macro
|
H A D | curlx.h | 101 # undef vfprintf macro 112 # define vfprintf curlx_mvfprintf macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | debug.cpp | 30 vfprintf(stderr, msg, vararg); in fatal() 38 vfprintf(stdout, msg, vararg); in warn()
|
/third_party/ninja/src/ |
H A D | util.cc | 69 vfprintf(stderr, msg, ap);
in Fatal() 85 vfprintf(stderr, msg, ap);
in Warning() 98 vfprintf(stderr, msg, ap);
in Error() 111 vfprintf(stdout, msg, ap);
in Info()
|
/third_party/openssl/test/ |
H A D | bioprinttest.c | 325 return fprintf(stdout, "%*s# ", tap_level, "") + vfprintf(stdout, fmt, ap); in test_vprintf_stdout() 330 return fprintf(stderr, "%*s# ", tap_level, "") + vfprintf(stderr, fmt, ap); in test_vprintf_stderr() 345 return fprintf(stdout, "%*s", tap_level, "") + vfprintf(stdout, fmt, ap); in test_vprintf_tapout() 350 return fprintf(stderr, "%*s", tap_level, "") + vfprintf(stderr, fmt, ap); in test_vprintf_taperr()
|
/third_party/jerryscript/jerry-port/default/ |
H A D | default-io.c | 67 * error with 'vfprintf' if message log level is less than or equal to the 102 vfprintf (stderr, format, args); in jerry_port_log() 105 vfprintf (stderr, format, args); in jerry_port_log()
|
/third_party/node/deps/icu-small/source/tools/genrb/ |
H A D | errmsg.c | 33 vfprintf(stderr, msg, va); in error() 71 vfprintf(stderr, msg, va); in warning()
|
/third_party/icu/icu4c/source/tools/genrb/ |
H A D | errmsg.c | 33 vfprintf(stderr, msg, va); in error() 71 vfprintf(stderr, msg, va); in warning()
|
/third_party/skia/third_party/externals/icu/source/tools/genrb/ |
H A D | errmsg.c | 32 vfprintf(stderr, msg, va); in error() 70 vfprintf(stderr, msg, va); in warning()
|
/third_party/musl/src/legacy/ |
H A D | err.c | 12 vfprintf(stderr, fmt, ap); in vwarn() 21 if (fmt) vfprintf(stderr, fmt, ap); in vwarnx()
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
H A D | vfprintf.c | 53 int result = vfprintf(file, format, ap); in vfprintf_test() 57 t_error("%s vfprintf get result is %d not less 0", func_name, result); in vfprintf_test() 61 t_error("%s vfprintf get is '%s' not '%s'", func_name, buffer, want_reuslt); in vfprintf_test() 74 int result = vfprintf(file, format, ap); in vfprintf_n_test() 78 t_error("%s vfprintf get result is %d not less 0", func_name, result); in vfprintf_n_test() 82 t_error("%s vfprintf get is '%s'", func_name, buffer); in vfprintf_n_test() 91 * @tc.desc : Format the output string through vfprintf, the formatted part is a number in main() 94 vfprintf_test("/data/vfprintf.txt", "value is %s and %s", "vfprintf_0100", "value is qwe and 1", "qwe", "1"); in main() 97 * @tc.desc : Format the output string through vfprintf, the formatted part is a string in main() 100 vfprintf_test("/data/vfprintf in main() [all...] |
/third_party/alsa-utils/alsactl/ |
H A D | utils.c | 125 vfprintf(stdout, fmt, ap); in info_() 140 vfprintf(stderr, fmt, ap); in error_() 157 vfprintf(stderr, fmt, ap); in cerror_() 174 vfprintf(stderr, fmt, ap); in dbg_()
|
/third_party/ltp/testcases/kernel/hotplug/memory_hotplug/ |
H A D | memtoy.c | 90 (void)vfprintf(stderr, format, ap); in die() 121 retval = vfprintf(stderr, format, ap); in _dvprintf() 140 (void)vfprintf(stderr, format, ap); in vprint()
|
/third_party/alsa-lib/src/ |
H A D | error.c | 108 vfprintf(stderr, fmt, arg); in snd_lib_error_default() 162 vfprintf(stderr, fmt, arg); in snd_err_msg_default()
|
/third_party/ntfs-3g/ntfsprogs/ |
H A D | utils.h | 120 #define vfprintf(file, fmt, args) \ macro 121 do { char _b[MAX_FMT]; vfprintf(file, \
|
/third_party/musl/src/stdio/ |
H A D | vprintf.c | 5 return vfprintf(stdout, fmt, ap); in vprintf()
|
H A D | printf.c | 9 ret = vfprintf(stdout, fmt, ap); in printf()
|
H A D | fprintf.c | 16 ret = vfprintf(f, fmt, ap); in fprintf()
|
/third_party/musl/porting/liteos_a/kernel/src/stdio/ |
H A D | vprintf.c | 5 return vfprintf(stdout, fmt, ap); in vprintf()
|
H A D | printf.c | 9 ret = vfprintf(stdout, fmt, ap); in printf()
|
H A D | fprintf.c | 9 ret = vfprintf(f, fmt, ap); in fprintf()
|
/third_party/musl/porting/liteos_m/kernel/src/stdio/ |
H A D | vprintf.c | 5 return vfprintf(stdout, fmt, ap); in vprintf()
|
/third_party/musl/porting/uniproton/kernel/src/stdio/ |
H A D | vprintf.c | 5 return vfprintf(stdout, fmt, ap); in vprintf()
|
/third_party/skia/src/ports/ |
H A D | SkDebug_stdio.cpp | 17 vfprintf(stderr, format, args); in SkDebugf()
|
/third_party/alsa-lib/src/topology/ |
H A D | log.c | 30 vfprintf(stdout, fmt, va); in tplg_log_()
|