Home
last modified time | relevance | path

Searched refs:vfprintf (Results 1 - 25 of 241) sorted by relevance

12345678910

/third_party/curl/lib/
H A Dcurl_printf.h42 # undef vfprintf macro
51 # define vfprintf curl_mvfprintf macro
H A Dcurlx.h101 # undef vfprintf macro
112 # define vfprintf curlx_mvfprintf macro
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/
H A Ddebug.cpp30 vfprintf(stderr, msg, vararg); in fatal()
38 vfprintf(stdout, msg, vararg); in warn()
/third_party/ninja/src/
H A Dutil.cc69 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 Dbioprinttest.c325 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 Ddefault-io.c67 * 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 Derrmsg.c33 vfprintf(stderr, msg, va); in error()
71 vfprintf(stderr, msg, va); in warning()
/third_party/icu/icu4c/source/tools/genrb/
H A Derrmsg.c33 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 Derrmsg.c32 vfprintf(stderr, msg, va); in error()
70 vfprintf(stderr, msg, va); in warning()
/third_party/musl/src/legacy/
H A Derr.c12 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 Dvfprintf.c53 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 Dutils.c125 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 Dmemtoy.c90 (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 Derror.c108 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 Dutils.h120 #define vfprintf(file, fmt, args) \ macro
121 do { char _b[MAX_FMT]; vfprintf(file, \
/third_party/musl/src/stdio/
H A Dvprintf.c5 return vfprintf(stdout, fmt, ap); in vprintf()
H A Dprintf.c9 ret = vfprintf(stdout, fmt, ap); in printf()
H A Dfprintf.c16 ret = vfprintf(f, fmt, ap); in fprintf()
/third_party/musl/porting/liteos_a/kernel/src/stdio/
H A Dvprintf.c5 return vfprintf(stdout, fmt, ap); in vprintf()
H A Dprintf.c9 ret = vfprintf(stdout, fmt, ap); in printf()
H A Dfprintf.c9 ret = vfprintf(f, fmt, ap); in fprintf()
/third_party/musl/porting/liteos_m/kernel/src/stdio/
H A Dvprintf.c5 return vfprintf(stdout, fmt, ap); in vprintf()
/third_party/musl/porting/uniproton/kernel/src/stdio/
H A Dvprintf.c5 return vfprintf(stdout, fmt, ap); in vprintf()
/third_party/skia/src/ports/
H A DSkDebug_stdio.cpp17 vfprintf(stderr, format, args); in SkDebugf()
/third_party/alsa-lib/src/topology/
H A Dlog.c30 vfprintf(stdout, fmt, va); in tplg_log_()

Completed in 7 milliseconds

12345678910