Searched defs:vfprintf (Results 1 – 10 of 10) sorted by relevance
| /third_party/curl/lib/ |
| D | curl_printf.h | 51 # define vfprintf curl_mvfprintf macro
|
| D | curlx.h | 111 # define vfprintf curlx_mvfprintf macro
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | utils.h | 120 #define vfprintf(file, fmt, args) \ macro
|
| /third_party/musl/porting/linux/user/src/stdio/ |
| D | vfprintf.c | 676 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
|
| /third_party/musl/porting/uniproton/kernel/src/stdio/ |
| D | vfprintf.c | 672 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
|
| /third_party/musl/src/stdio/ |
| D | vfprintf.c | 684 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| D | vfprintf.c | 671 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
|
| /third_party/musl/porting/liteos_m/kernel/src/stdio/ |
| D | vfprintf.c | 672 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
|
| /third_party/libcoap/src/ |
| D | coap_debug.c | 46 # define vfprintf(fd, ...) { (void)fd; printf(__VA_ARGS__); } macro
|
| /third_party/rust/crates/libc/src/solid/ |
| D | mod.rs | 474 pub fn vfprintf(arg1: *mut FILE, arg2: *const c_char, arg3: __va_list) -> c_int; in vfprintf() function
|