Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/cyg/compress/src/
H A Dzutil.h206 # if !defined(vsnprintf) && !defined(NO_vsnprintf)
207 # define vsnprintf _vsnprintf macro
H A Dconfigure234 vsnprintf(buf, sizeof(buf), fmt, ap);
259 n = vsnprintf(buf, sizeof(buf), fmt, ap);
H A Dgzio.c623 (void)vsnprintf(buf, sizeof(buf), format, va); in gzprintf()
627 len = vsnprintf(buf, sizeof(buf), format, va); in gzprintf()
H A DFAQ262 hand, if zlib is compiled to use snprintf() or vsnprintf(), which should
268 If you don't have snprintf() or vsnprintf() and would like one, you can
H A DChangeLog245 - Cygwin has vsnprintf [Wilson]
360 - Update configure to check for snprintf or vsnprintf functions and their
/nrf52832-nimble/rt-thread/components/net/at/src/
H A Dat_utils.c70 last_cmd_len = vsnprintf(send_buf, sizeof(send_buf), format, args); in at_vprintf()
/nrf52832-nimble/rt-thread/components/dfs/filesystems/uffs/src/uffs/
H A Duffs_debug.c60 vsnprintf(line_buf, MAX_DEBUG_MSG_LINE_LENGTH, fmt, args); in uffs_vprintf()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/parser/
H A Dutil.c120 vsnprintf(s, sizeof(s), fmt, ap); in str_printf()
/nrf52832-nimble/rt-thread/components/utilities/ulog/syslog/
H A Dsyslog.c231 fmt_result = vsnprintf(log_buf + log_len, ULOG_LINE_BUF_SIZE - log_len, format, args); in syslog_formater()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/nconf/
H 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()
1217 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message_callback()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_monitor.c409 len = vsnprintf(NULL, 0, fmt, va); in ble_monitor_log()
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/libs/lxdialog/
H A Dutil.c619 vsnprintf(item_cur->node.str, sizeof(item_cur->node.str), fmt, ap); in item_make()
631 vsnprintf(item_cur->node.str + strlen(item_cur->node.str), in item_add_str()
/nrf52832-nimble/rt-thread/components/utilities/ulog/
H A Dulog.c330 fmt_result = vsnprintf(log_buf + log_len, ULOG_LINE_BUF_SIZE - log_len, format, args);
601 fmt_result = vsnprintf(log_buf, ULOG_LINE_BUF_SIZE, format, args);
/nrf52832-nimble/rt-thread/tools/kconfig-frontends/frontends/mconf/
H A Dmconf.c780 vsnprintf(buf, sizeof(buf), fmt, ap); in conf_message_callback()
/nrf52832-nimble/rt-thread/
H A DChangeLog.md954 * kservice - 函数声明使用rt_vsnprintf代替vsnprintf