Home
last modified time | relevance | path

Searched defs:printf (Results 1 – 25 of 32) sorted by relevance

12

/third_party/boost/boost/convert/
Dprintf.hpp21 struct boost::cnv::printf : boost::cnv::cnvbase<boost::cnv::printf> struct in boost::cnv
23 using this_type = boost::cnv::printf;
24 using base_type = boost::cnv::cnvbase<this_type>;
30 to_str(in_type value_in, char* buf) const in to_str()
40 str_to(cnv::range<string_type> range, optional<out_type>& result_out) const in str_to()
51 template<typename Type> int pos() const in pos()
63 char const* pformat(int pos) const in pformat()
74 char const* format(int pos) const in format()
/third_party/musl/src/stdio/
Dprintf.c4 int printf(const char *restrict fmt, ...) in printf() function
/third_party/musl/porting/liteos_a/kernel/src/stdio/
Dprintf.c4 int printf(const char *restrict fmt, ...) in printf() function
/third_party/mingw-w64/mingw-w64-crt/stdio/
Ducrt_printf.c11 int __cdecl printf(const char * __restrict__ _Format,...) in printf() function
/third_party/curl/lib/
Dcurl_printf.h40 # define printf curl_mprintf macro
Dcurlx.h105 # define printf curlx_mprintf macro
/third_party/flutter/skia/src/sksl/
DSkSLOutputStream.cpp16 void OutputStream::printf(const char format[], ...) { in printf() function in SkSL::OutputStream
DSkSLString.cpp20 String String::printf(const char* fmt, ...) { in printf() function in SkSL::String
/third_party/skia/src/sksl/
DSkSLOutputStream.cpp18 void OutputStream::printf(const char format[], ...) { in printf() function in SkSL::OutputStream
DSkSLString.cpp20 String String::printf(const char* fmt, ...) { in printf() function in SkSL::String
/third_party/uboot/u-boot-2020.01/include/
Dstdio.h29 static inline int __printf(1, 2) printf(const char *fmt, ...) in printf() function
/third_party/gstreamer/gstreamer/gst/
Dmeson.build222 subdir('printf') subdir
/third_party/pcre2/pcre2/
DRunGrepTest.bat87 set printf=cscript //nologo printf.js variable
/third_party/libxml2/
Dtrio.h159 # define printf trio_printf macro
/third_party/ntfs-3g/ntfsprogs/
Dutils.h114 #define printf(fmt, args...) \ macro
/third_party/e2fsprogs/intl/
Dlibgnuintl.h.in303 #define printf libintl_printf macro
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp25 #define printf(...) __android_log_print(ANDROID_LOG_VERBOSE, "LwsService", ##__VA_ARGS__) macro
/third_party/gettext/gettext-runtime/intl/
Dlibintl.h381 #define printf libintl_printf macro
Dlibgnuintl.in.h383 #define printf libintl_printf macro
Dlibgnuintl.h389 #define printf libintl_printf macro
/third_party/uboot/u-boot-2020.01/lib/
Dtiny-printf.c343 int printf(const char *fmt, ...) in printf() function
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dcgen.go213 func (b *buffer) printf(format string, args ...interface{}) { fmt.Fprintf(b, format, args...) } func
/third_party/uboot/u-boot-2020.01/arch/arm/mach-omap2/
Dclocks-common.c30 #define printf(fmt, args...) macro
/third_party/mingw-w64/mingw-w64-headers/include/
Dcelib.h29 #define printf Use_wprintf_Instead_Of_printf macro
/third_party/flutter/skia/src/core/
DSkString.cpp491 void SkString::printf(const char format[], ...) { in printf() function in SkString

12