/tf-a-ffa_el3_spmc/include/lib/libc/ |
A D | stdio.h | 21 int snprintf(char *s, size_t n, const char *fmt, ...) __printflike(3, 4);
|
/tf-a-ffa_el3_spmc/drivers/auth/mbedtls/ |
A D | mbedtls_common.c | 52 mbedtls_platform_set_snprintf(snprintf); in mbedtls_init()
|
/tf-a-ffa_el3_spmc/lib/libc/ |
A D | libc.mk | 20 snprintf.c \
|
A D | libc_asm.mk | 19 snprintf.c \
|
A D | snprintf.c | 249 int snprintf(char *s, size_t n, const char *fmt, ...) in snprintf() function
|
/tf-a-ffa_el3_spmc/plat/renesas/common/ |
A D | bl2_interrupt_error.c | 77 snprintf(msg, sizeof(msg), " Exception type = %s\n", in bl2_interrupt_error_type()
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/lib/debug/ |
A D | profiler.c | 111 (void)snprintf((char *)cur->tag, len, "%s", str); in boot_profiler_add_record()
|
/tf-a-ffa_el3_spmc/tools/fiptool/ |
A D | fiptool.c | 90 snprintf(buf, sizeof(buf), "%s: %s", msg, strerror(errno)); in log_err() 256 snprintf(s, len, in uuid_to_str() 363 snprintf(filename, sizeof(filename), "%s%s", in parse_fip() 671 snprintf(filename, len, "%s", p); in parse_blob_opt() 843 snprintf(outfile, sizeof(outfile), "%s", optarg); in update_cmd() 857 snprintf(outfile, sizeof(outfile), "%s", argv[0]); in update_cmd() 958 snprintf(outdir, sizeof(outdir), "%s", optarg); in unpack_cmd() 987 snprintf(file, sizeof(file), "%s.bin", in unpack_cmd() 990 snprintf(file, sizeof(file), "%s", in unpack_cmd() 1101 snprintf(outfile, sizeof(outfile), "%s", optarg); in remove_cmd() [all …]
|
/tf-a-ffa_el3_spmc/plat/nvidia/tegra/ |
A D | platform.mk | 80 snprintf.c)
|
/tf-a-ffa_el3_spmc/tools/encrypt_fw/src/ |
A D | main.c | 64 snprintf(p, rem, "--%s %s", opt->name, in print_help()
|
/tf-a-ffa_el3_spmc/drivers/partition/ |
A D | partition.c | 29 len = snprintf(name, EFI_NAMELEN, "%s", list.list[i].name); in dump_entries()
|
/tf-a-ffa_el3_spmc/common/ |
A D | fdt_fixup.c | 255 snprintf(snode_name, sizeof(snode_name), "cpu@%x", in fdt_add_cpu()
|
/tf-a-ffa_el3_spmc/plat/st/stm32mp1/ |
A D | stm32mp1_private.c | 293 snprintf(name, STM32_SOC_NAME_SIZE, in stm32mp_get_soc_name()
|
/tf-a-ffa_el3_spmc/plat/renesas/rzg/ |
A D | bl2_plat_setup.c | 156 snprintf(nodename, sizeof(nodename), "lossy-decompression@"); in bl2_lossy_gen_fdt() 502 snprintf(nodename, sizeof(nodename), "memory@"); in bl2_add_memory_node()
|
/tf-a-ffa_el3_spmc/docs/process/ |
A D | coding-guidelines.rst | 166 | ``sprintf, vsprintf`` | Banned | use snprintf, vsnprintf | 169 | ``snprintf`` | Caution | ensure result fits in buffer | 170 | | | i.e : snprintf(buf,size...) < size | 181 | ``*toa`` | Banned | Use snprintf instead |
|
/tf-a-ffa_el3_spmc/plat/renesas/rcar/ |
A D | bl2_plat_setup.c | 163 snprintf(nodename, sizeof(nodename), "lossy-decompression@"); in bl2_lossy_gen_fdt() 603 snprintf(nodename, sizeof(nodename), "memory@"); in bl2_add_dram_entry()
|
/tf-a-ffa_el3_spmc/tools/cert_create/src/ |
A D | main.c | 128 snprintf(p, rem, "--%s %s", opt->name, in print_help()
|
/tf-a-ffa_el3_spmc/tools/marvell/doimage/ |
A D | doimage.c | 1599 snprintf(ext_file, MAX_FILENAME, "/tmp/ext_file-%x", getpid()); in main()
|
/tf-a-ffa_el3_spmc/drivers/st/clk/ |
A D | stm32mp1_clk.c | 1763 snprintf(name, sizeof(name), "st,pll@%d", i); in stm32mp1_clk_init()
|
/tf-a-ffa_el3_spmc/docs/ |
A D | change-log.rst | 102 - Added support to print ``%`` in ``snprintf()`` and ``printf()`` APIs 330 - Use macros to reduce duplicated code between snprintf and printf 3322 - Introduced `tf_snprintf`, a reduced version of `snprintf` which has 3326 `snprintf`.
|