Searched defs:fprintf (Results 1 – 17 of 17) sorted by relevance
| /third_party/musl/src/stdio/ |
| D | fprintf.c | 4 int fprintf(FILE *restrict f, const char *restrict fmt, ...) in fprintf() function
|
| /third_party/musl/porting/liteos_a/kernel/src/stdio/ |
| D | fprintf.c | 4 int fprintf(FILE *restrict f, const char *restrict fmt, ...) in fprintf() function
|
| /third_party/mingw-w64/mingw-w64-crt/stdio/ |
| D | ucrt_fprintf.c | 11 int __cdecl fprintf(FILE * __restrict__ _File,const char * __restrict__ _Format,...) in fprintf() function
|
| /third_party/curl/lib/ |
| D | curl_printf.h | 41 # define fprintf curl_mfprintf macro
|
| D | curlx.h | 106 # define fprintf curlx_mfprintf macro
|
| /third_party/libxml2/ |
| D | trio.h | 167 # define fprintf trio_fprintf macro
|
| /third_party/ntfs-3g/ntfsprogs/ |
| D | utils.h | 117 #define fprintf(str, fmt, args...) \ macro
|
| /third_party/e2fsprogs/intl/ |
| D | libgnuintl.h.in | 296 #define fprintf libintl_fprintf macro
|
| /third_party/libcoap/src/ |
| D | coap_debug.c | 34 # define fprintf(fd, ...) LWIP_PLATFORM_DIAG((__VA_ARGS__)) macro 288 # define fprintf(fd, ...) { (void)fd; PRINTF(__VA_ARGS__); } macro
|
| /third_party/gettext/gettext-runtime/intl/ |
| D | libintl.h | 358 #define fprintf libintl_fprintf macro
|
| D | libgnuintl.in.h | 360 #define fprintf libintl_fprintf macro
|
| D | libgnuintl.h | 366 #define fprintf libintl_fprintf macro
|
| /third_party/uboot/u-boot-2020.01/common/ |
| D | console.c | 370 int fprintf(int file, const char *fmt, ...) in fprintf() function
|
| /third_party/libffi/testsuite/libffi.bhaible/ |
| D | test-call.c | 61 #define fprintf _fprintf macro
|
| D | test-callback.c | 61 #define fprintf _fprintf macro
|
| /third_party/mingw-w64/mingw-w64-headers/crt/ |
| D | stdio.h | 337 int fprintf (FILE *__stream, const char *__format, ...) in fprintf() function
|
| /third_party/mingw-w64/mingw-w64-libraries/winpthreads/include/ |
| D | pthread.h | 527 #define fprintf(...) (pthread_testcancel(), fprintf(__VA_ARGS__)) macro
|