Home
last modified time | relevance | path

Searched defs:vfprintf (Results 1 – 9 of 9) sorted by relevance

/third_party/libxml2/
Dtrio.h171 # define vfprintf trio_vfprintf macro
/third_party/ntfs-3g/ntfsprogs/
Dutils.h120 #define vfprintf(file, fmt, args) \ macro
/third_party/libcoap/src/
Dcoap_debug.c292 # define vfprintf(fd, ...) { (void)fd; vprintf(__VA_ARGS__); } macro
294 # define vfprintf(fd, ...) { (void)fd; PRINTF(__VA_ARGS__); } macro
/third_party/musl/porting/linux/user/src/stdio/
Dvfprintf.c672 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
/third_party/musl/src/stdio/
Dvfprintf.c657 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
/third_party/musl/porting/uniproton/kernel/src/stdio/
Dvfprintf.c672 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dvfprintf.c671 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
/third_party/musl/porting/liteos_m/kernel/src/stdio/
Dvfprintf.c672 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs474 pub fn vfprintf(arg1: *mut FILE, arg2: *const c_char, arg3: __va_list) -> c_int; in vfprintf() function