Searched refs:vdprintf (Results 1 – 22 of 22) sorted by relevance
/third_party/musl/src/stdio/ |
D | dprintf.c | 9 ret = vdprintf(fd, fmt, ap); in dprintf()
|
D | vdprintf.c | 8 int vdprintf(int fd, const char *restrict fmt, va_list ap) in vdprintf() function
|
/third_party/musl/libc-test/src/functionalext/supplement/stdio/ |
D | vdprintf.c | 26 int result = vdprintf(stream, fmt, ap); in readFile()
|
D | test_src_functionalext_supplement_stdio.gni | 40 "vdprintf",
|
/third_party/ltp/lib/ |
D | tst_safe_file_at.c | 92 ret = vdprintf(fd, fmt, va); in tst_file_vprintfat()
|
D | tst_test.c | 369 vdprintf(STDERR_FILENO, fmt, va); in tst_printf()
|
/third_party/musl/include/ |
D | stdio.h | 144 int vdprintf(int, const char *__restrict, __isoc_va_list);
|
/third_party/musl/libc-test/src/api/ |
D | stdio.c | 117 {int(*p)(int,const char*restrict,va_list) = vdprintf;} in h()
|
/third_party/musl/ndk_musl_include/ |
D | stdio.h | 144 int vdprintf(int, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | stdio.h | 144 int vdprintf(int, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | stdio.h | 144 int vdprintf(int, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | stdio.h | 144 int vdprintf(int, const char *__restrict, __isoc_va_list);
|
/third_party/musl/porting/linux/user/include/ |
D | stdio.h | 144 int vdprintf(int, const char *__restrict, __isoc_va_list);
|
/third_party/libxml2/ |
D | trio.h | 215 #define vdprintf trio_vdprintf macro
|
/third_party/libinput/tools/ |
D | libinput-record.c | 178 rc = vdprintf(ctx->out_fd, fmt, args); in iprintf() 194 rc = vdprintf(ctx->out_fd, format, args); in noiprintf()
|
/third_party/musl/ |
D | libc.map.txt | 1857 vdprintf;
|
D | musl_src.gni | 1164 "src/stdio/vdprintf.c",
|
/third_party/musl/porting/liteos_a/user_debug/ldso/ |
D | dynlink.c | 2339 vdprintf(2, fmt, ap); in error()
|
/third_party/musl/porting/liteos_a/user/ldso/ |
D | dynlink.c | 2339 vdprintf(2, fmt, ap); in error()
|
/third_party/musl/ldso/ |
D | dynlink.c | 2306 vdprintf(2, fmt, ap); in error()
|
/third_party/musl/porting/linux/user/ldso/ |
D | dynlink.c | 3879 vdprintf(2, fmt, ap); in error()
|
/third_party/NuttX/ |
D | ReleaseNotes | 4385 - Add dprintf() and vdprintf() (the latter from Andrew Tridgell).
|