Searched refs:vsnprintf (Results 1 – 11 of 11) sorted by relevance
| /rk3399_rockchip-uboot/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand_compat.c | 44 len = vsnprintf(NULL, 0, fmt, aq); in devm_kvasprintf() 51 vsnprintf(p, len + 1, fmt, ap); in devm_kvasprintf()
|
| /rk3399_rockchip-uboot/include/ |
| H A D | vsprintf.h | 184 int vsnprintf(char *buf, size_t size, const char *fmt, va_list args);
|
| /rk3399_rockchip-uboot/scripts/kconfig/ |
| H A D | util.c | 120 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
|
| H 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() 1217 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message_callback()
|
| H A D | mconf.c | 780 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message_callback()
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | vsprintf.c | 674 int vsnprintf(char *buf, size_t size, const char *fmt, in vsnprintf() function 684 i = vsnprintf(buf, size, fmt, args); in vscnprintf() 699 i = vsnprintf(buf, size, fmt, args); in snprintf()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | log.c | 141 vsnprintf(buf, sizeof(buf), fmt, args); in _log()
|
| H A D | console.c | 565 vsnprintf(buf, size, format, ap); in vspfunc()
|
| /rk3399_rockchip-uboot/scripts/dtc/ |
| H A D | util.c | 63 n = vsnprintf(p, size, fmt, ap); in xasprintf()
|
| /rk3399_rockchip-uboot/scripts/kconfig/lxdialog/ |
| H A D | util.c | 607 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make() 619 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | fit_image.c | 218 vsnprintf(str, sizeof(str), fmt, ptr); in fdt_property_strf()
|