Home
last modified time | relevance | path

Searched refs:vsnprintf (Results 1 - 12 of 12) sorted by relevance

/device/soc/rockchip/rk2206/sdk_liteos/platform/system/
H A Dprintf.h39 * Tiny snprintf/vsnprintf implementation
49 #define vsnprintf vsnprintf_ macro
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/
H A Dkutf_utils.c42 len = vsnprintf(tmp_buffer, sizeof(tmp_buffer), fmt, args); in kutf_dsprintf()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/tests/kutf/
H A Dkutf_utils.c46 len = vsnprintf(tmp_buffer, sizeof(tmp_buffer), fmt, args); in kutf_dsprintf()
/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/
H A Dstdio.h851 * The vsnprintf() function shall format output of a stdarg argument list to the string at most size bytes.
858 * @retval #int The vsnprintf() function shall return the number of characters printed.
864 int vsnprintf(char *__restrict, size_t, const char *__restrict, __isoc_va_list);
/device/soc/rockchip/common/sdk_linux/kernel/power/
H A Dwakeup_reason.c240 (void)vsnprintf(non_irq_wake_reason, MAX_SUSPEND_ABORT_LEN, fmt, args); in _log_abort_or_abnormal_wake()
/device/soc/rockchip/rk3588/kernel/kernel/power/
H A Dwakeup_reason.c234 vsnprintf(non_irq_wake_reason, MAX_SUSPEND_ABORT_LEN, fmt, args); in __log_abort_or_abnormal_wake()
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c302 vsnprintf(buf, sizeof(buf), fmt, ap); in fiq_debugger_printf()
317 vsnprintf(buf, 128, fmt, ap); in fiq_debugger_printf_nfiq()
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger.c288 vsnprintf(buf, sizeof(buf), fmt, ap); in fiq_debugger_printf()
304 vsnprintf(buf, 128, fmt, ap); in fiq_debugger_printf_nfiq()
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Dbcmutils.c1448 r = vsnprintf(b->buf, b->size, fmt, ap); in bcm_bprintf()
H A Dwl_cfgvendor.c131 len = vsnprintf((buf + prefix_len), rem_len, fmt, args); in wl_cfgvendor_send_supp_eventstring()
175 len = vsnprintf((buf + prefix_len), rem_len, fmt, args); in wl_cfgvendor_notify_supp_event_str()
H A Ddhd_linux.c20152 len = vsnprintf(tmp_buf, DHD_LOG_DUMP_MAX_TEMP_BUFFER_SIZE, fmt, args);
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/
H A Dconfigure_llvm5661 vsnprintf=avpriv_vsnprintf

Completed in 49 milliseconds