Home
last modified time | relevance | path

Searched refs:vsprintf (Results 1 – 25 of 769) sorted by relevance

12345678910>>...31

/OK3568_Linux_fs/u-boot/lib/
H A Dvsprintf.su
H A D.vsprintf.o.cmd
H A DMakefile117 obj-$(SERIAL_SUPPORT) += vsprintf.o panic.o strto.o strmhz.o
121 obj-y += vsprintf.o panic.o strto.o strmhz.o
H A D.built-in.o.cmd
/OK3568_Linux_fs/yocto/poky/meta/recipes-kernel/systemtap/systemtap/
H A D0001-PR28778-gcc-warning-tweak-for-sprintf-precision-para.patch12 /usr/share/systemtap/runtime/vsprintf.c:341:23: error: 'strnlen' specified bound 4294967295 may exc…
18 runtime/vsprintf.c | 4 ++--
21 diff --git a/runtime/vsprintf.c b/runtime/vsprintf.c
23 --- a/runtime/vsprintf.c
24 +++ b/runtime/vsprintf.c
/OK3568_Linux_fs/kernel/arch/m68k/sun3/prom/
H A Dprintf.c34 i = vsprintf(ppbuf + 1, fmt, args) + 1; in prom_printf()
36 i = vsprintf(ppbuf, fmt, args); in prom_printf()
/OK3568_Linux_fs/kernel/arch/x86/boot/
H A Dprintf.c113 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
289 i = vsprintf(buf, fmt, args); in sprintf()
301 printed = vsprintf(printf_buf, fmt, args); in printf()
/OK3568_Linux_fs/kernel/arch/powerpc/boot/
H A Dstdio.c146 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
335 i=vsprintf(buf,fmt,args); in sprintf()
349 n = vsprintf(sprint_buf, fmt, args); in printf()
H A Dstdio.h18 extern int vsprintf(char *buf, const char *fmt, va_list args);
/OK3568_Linux_fs/external/security/librkcrypto/src/
H A Drkcrypto_trace.c105 vsprintf(buffer, fmt, args); in trace_printf()
138 vsprintf(buffer, fmt, args); in trace_printf()
/OK3568_Linux_fs/kernel/arch/alpha/boot/
H A Dstdio.c110 int vsprintf(char *buf, const char *fmt, va_list args) in vsprintf() function
299 i=vsprintf(buf,fmt,args); in sprintf()
/OK3568_Linux_fs/kernel/arch/alpha/lib/
H A Dsrm_printk.c18 len = vsprintf(buf, fmt, args); in srm_printk()
/OK3568_Linux_fs/u-boot/include/
H A DxyzModem.h52 #define diag_vsprintf vsprintf
H A Dvsprintf.h125 int vsprintf(char *buf, const char *fmt, va_list args);
/OK3568_Linux_fs/kernel/tools/perf/
H A DMANIFEST21 tools/lib/vsprintf.c
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dcstdio69 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
125 //using ::vsprintf;
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dcstdio69 int vsprintf(char* restrict s, const char* restrict format, va_list arg);
125 //using ::vsprintf;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dcstdio94 #undef vsprintf
146 using ::vsprintf;
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dcstdio94 #undef vsprintf
146 using ::vsprintf;
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dpython-ext-sources22 ../lib/vsprintf.c
H A DBuild126 perf-y += vsprintf.o
305 $(OUTPUT)util/vsprintf.o: ../lib/vsprintf.c FORCE
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dstdio-ldbl.h28 __LDBL_REDIR_DECL (vsprintf)
/OK3568_Linux_fs/u-boot/examples/api/
H A DMakefile37 EXT_COBJ-y += lib/vsprintf.o
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dstdio-ldbl.h28 __LDBL_REDIR_DECL (vsprintf)
/OK3568_Linux_fs/kernel/drivers/firmware/efi/libstub/
H A DMakefile65 alignedmem.o relocate.o vsprintf.o

12345678910>>...31