Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 – 16 of 16) sorted by relevance

/u-boot/drivers/mtd/nand/raw/brcmnand/
A Dbrcmnand_compat.c17 len = vsnprintf(NULL, 0, fmt, aq); in devm_kvasprintf()
24 vsnprintf(p, len + 1, fmt, ap); in devm_kvasprintf()
/u-boot/test/
A Dut.c59 vsnprintf(uts->expect_str, sizeof(uts->expect_str), fmt, args); in ut_check_console_line()
71 vsnprintf(uts->expect_str, sizeof(uts->expect_str), fmt, args); in ut_check_console_linen()
/u-boot/include/
A Dvsprintf.h183 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args);
/u-boot/drivers/fastboot/
A Dfb_common.c50 vsnprintf(response + strlen(response), in fastboot_response()
/u-boot/common/
A Dlog_syslog.c23 vsnprintf(*buf, size, fmt, args); in append()
A Dlog.c221 vsnprintf(buf, sizeof(buf), fmt, args); in log_dispatch()
262 vsnprintf(buf, sizeof(buf), fmt, args); in _log()
/u-boot/scripts/kconfig/
A Dutil.c72 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
A Dnconf.c542 vsnprintf(k_menu_items[items_num].str, in item_make()
576 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
A Dconfdata.c128 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message()
/u-boot/lib/
A Dvsprintf.c713 int vsnprintf(char *buf, size_t size, const char *fmt, in vsnprintf() function
723 i = vsnprintf(buf, size, fmt, args); in vscnprintf()
738 i = vsnprintf(buf, size, fmt, args); in snprintf()
A Dtiny-printf.c383 int vsnprintf(char *buf, size_t size, const char *fmt, va_list va) in vsnprintf() function
/u-boot/scripts/dtc/
A Dutil.c63 n = vsnprintf(p, size, fmt, ap); in xasprintf()
/u-boot/scripts/kconfig/lxdialog/
A Dutil.c606 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make()
618 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
/u-boot/board/CZ.NIC/turris_mox/
A Dturris_mox.c555 vsnprintf(path, 128, fmt, ap); in vnode_by_path()
/u-boot/tools/
A Dfit_image.c168 vsnprintf(str, sizeof(str), fmt, ptr); in fdt_property_strf()
/u-boot/drivers/ram/octeon/
A Docteon_ddr.c39 vsnprintf(buffer, sizeof(buffer), format, args); in lookup_env()
60 vsnprintf(buffer, sizeof(buffer), format, args); in lookup_env_ull()

Completed in 24 milliseconds