Searched refs:vsnprintf (Results 1 – 16 of 16) sorted by relevance
/u-boot/drivers/mtd/nand/raw/brcmnand/ |
A D | brcmnand_compat.c | 17 len = vsnprintf(NULL, 0, fmt, aq); in devm_kvasprintf() 24 vsnprintf(p, len + 1, fmt, ap); in devm_kvasprintf()
|
/u-boot/test/ |
A D | ut.c | 59 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 D | vsprintf.h | 183 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args);
|
/u-boot/drivers/fastboot/ |
A D | fb_common.c | 50 vsnprintf(response + strlen(response), in fastboot_response()
|
/u-boot/common/ |
A D | log_syslog.c | 23 vsnprintf(*buf, size, fmt, args); in append()
|
A D | log.c | 221 vsnprintf(buf, sizeof(buf), fmt, args); in log_dispatch() 262 vsnprintf(buf, sizeof(buf), fmt, args); in _log()
|
/u-boot/scripts/kconfig/ |
A D | util.c | 72 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
|
A D | nconf.c | 542 vsnprintf(k_menu_items[items_num].str, in item_make() 576 vsnprintf(new_str, sizeof(new_str), fmt, ap); in item_add_str()
|
A D | confdata.c | 128 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message()
|
/u-boot/lib/ |
A D | vsprintf.c | 713 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 D | tiny-printf.c | 383 int vsnprintf(char *buf, size_t size, const char *fmt, va_list va) in vsnprintf() function
|
/u-boot/scripts/dtc/ |
A D | util.c | 63 n = vsnprintf(p, size, fmt, ap); in xasprintf()
|
/u-boot/scripts/kconfig/lxdialog/ |
A D | util.c | 606 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 D | turris_mox.c | 555 vsnprintf(path, 128, fmt, ap); in vnode_by_path()
|
/u-boot/tools/ |
A D | fit_image.c | 168 vsnprintf(str, sizeof(str), fmt, ptr); in fdt_property_strf()
|
/u-boot/drivers/ram/octeon/ |
A D | octeon_ddr.c | 39 vsnprintf(buffer, sizeof(buffer), format, args); in lookup_env() 60 vsnprintf(buffer, sizeof(buffer), format, args); in lookup_env_ull()
|
Completed in 24 milliseconds