Home
last modified time | relevance | path

Searched refs:vdprintf (Results 1 – 22 of 22) sorted by relevance

/third_party/musl/src/stdio/
Ddprintf.c9 ret = vdprintf(fd, fmt, ap); in dprintf()
Dvdprintf.c8 int vdprintf(int fd, const char *restrict fmt, va_list ap) in vdprintf() function
/third_party/musl/libc-test/src/functionalext/supplement/stdio/
Dvdprintf.c26 int result = vdprintf(stream, fmt, ap); in readFile()
Dtest_src_functionalext_supplement_stdio.gni40 "vdprintf",
/third_party/ltp/lib/
Dtst_safe_file_at.c92 ret = vdprintf(fd, fmt, va); in tst_file_vprintfat()
Dtst_test.c369 vdprintf(STDERR_FILENO, fmt, va); in tst_printf()
/third_party/musl/include/
Dstdio.h144 int vdprintf(int, const char *__restrict, __isoc_va_list);
/third_party/musl/libc-test/src/api/
Dstdio.c117 {int(*p)(int,const char*restrict,va_list) = vdprintf;} in h()
/third_party/musl/ndk_musl_include/
Dstdio.h144 int vdprintf(int, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_a/kernel/include/
Dstdio.h144 int vdprintf(int, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/liteos_m/kernel/include/
Dstdio.h144 int vdprintf(int, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/uniproton/kernel/include/
Dstdio.h144 int vdprintf(int, const char *__restrict, __isoc_va_list);
/third_party/musl/porting/linux/user/include/
Dstdio.h144 int vdprintf(int, const char *__restrict, __isoc_va_list);
/third_party/libxml2/
Dtrio.h215 #define vdprintf trio_vdprintf macro
/third_party/libinput/tools/
Dlibinput-record.c178 rc = vdprintf(ctx->out_fd, fmt, args); in iprintf()
194 rc = vdprintf(ctx->out_fd, format, args); in noiprintf()
/third_party/musl/
Dlibc.map.txt1857 vdprintf;
Dmusl_src.gni1164 "src/stdio/vdprintf.c",
/third_party/musl/porting/liteos_a/user_debug/ldso/
Ddynlink.c2339 vdprintf(2, fmt, ap); in error()
/third_party/musl/porting/liteos_a/user/ldso/
Ddynlink.c2339 vdprintf(2, fmt, ap); in error()
/third_party/musl/ldso/
Ddynlink.c2306 vdprintf(2, fmt, ap); in error()
/third_party/musl/porting/linux/user/ldso/
Ddynlink.c3879 vdprintf(2, fmt, ap); in error()
/third_party/NuttX/
DReleaseNotes4385 - Add dprintf() and vdprintf() (the latter from Andrew Tridgell).