Searched defs:vfprintf (Results 1 – 13 of 13) sorted by relevance
/third_party/e2fsprogs/lib/et/ |
D | vfprintf.c | 28 vfprintf(iop, fmt, ap) in vfprintf() function
|
/third_party/curl/lib/ |
D | curl_printf.h | 44 # define vfprintf curl_mvfprintf macro
|
D | curlx.h | 110 # define vfprintf curlx_mvfprintf macro
|
/third_party/libxml2/ |
D | trio.h | 171 # define vfprintf trio_vfprintf macro
|
/third_party/ntfs-3g/ntfsprogs/ |
D | utils.h | 120 #define vfprintf(file, fmt, args) \ macro
|
/third_party/libcoap/src/ |
D | coap_debug.c | 292 # define vfprintf(fd, ...) { (void)fd; vprintf(__VA_ARGS__); } macro 294 # define vfprintf(fd, ...) { (void)fd; PRINTF(__VA_ARGS__); } macro
|
/third_party/gettext/gettext-runtime/intl/ |
D | libintl.h | 363 #define vfprintf libintl_vfprintf macro
|
D | libgnuintl.h | 371 #define vfprintf libintl_vfprintf macro
|
D | libgnuintl.in.h | 365 #define vfprintf libintl_vfprintf macro
|
/third_party/musl/src/stdio/ |
D | vfprintf.c | 657 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/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/uniproton/kernel/src/stdio/ |
D | vfprintf.c | 672 int vfprintf(FILE *restrict f, const char *restrict fmt, va_list ap) in vfprintf() function
|