Home
last modified time | relevance | path

Searched defs:fprintf (Results 1 – 17 of 17) sorted by relevance

/third_party/musl/src/stdio/
Dfprintf.c4 int fprintf(FILE *restrict f, const char *restrict fmt, ...) in fprintf() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dfprintf.c4 int fprintf(FILE *restrict f, const char *restrict fmt, ...) in fprintf() function
/third_party/libxml2/
Dtrio.h167 # define fprintf trio_fprintf macro
/third_party/ntfs-3g/ntfsprogs/
Dutils.h117 #define fprintf(str, fmt, args...) \ macro
/third_party/libcoap/src/
Dcoap_debug.c34 # define fprintf(fd, ...) LWIP_PLATFORM_DIAG((__VA_ARGS__)) macro
288 # define fprintf(fd, ...) { (void)fd; PRINTF(__VA_ARGS__); } macro
/third_party/gstreamer/gstplugins_good/sys/rpicamsrc/
DRaspiCapture.h63 #define fprintf(f,...) GST_LOG(__VA_ARGS__) macro
/third_party/openh264/codec/console/dec/src/
Dh264dec.cpp67 #define fprintf(a, ...) LOGI(__VA_ARGS__) macro
/third_party/openh264/codec/console/enc/src/
Dwelsenc.cpp57 #define fprintf(a, ...) LOGI(__VA_ARGS__) macro
/third_party/libffi/testsuite/libffi.bhaible/
Dtest-call.c61 #define fprintf _fprintf macro
Dtest-callback.c61 #define fprintf _fprintf macro
/third_party/mesa3d/src/vulkan/overlay-layer/
Doverlay.cpp831 fprintf(instance_data->params.output_file, "\n"); in snapshot_swapchain_frame() local
/third_party/rust/crates/libc/src/windows/
Dmod.rs287 pub fn fprintf(stream: *mut FILE, format: *const c_char, ...) -> ::c_int; in fprintf() function
/third_party/rust/crates/libc/src/unix/
Dmod.rs582 pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; in fprintf() function
/third_party/rust/crates/libc/src/
Dwasi.rs583 pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; in fprintf() function
/third_party/rust/crates/libc/src/solid/
Dmod.rs450 pub fn fprintf(arg1: *mut FILE, arg2: *const c_char, ...) -> c_int; in fprintf() function
/third_party/rust/crates/libc/src/vxworks/
Dmod.rs1174 pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; in fprintf() function
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs3463 pub fn fprintf(stream: *mut ::FILE, format: *const ::c_char, ...) -> ::c_int; in fprintf() function