Searched refs:vsnprintf (Results 1 - 12 of 12) sorted by relevance
/device/soc/rockchip/rk2206/sdk_liteos/platform/system/ |
H A D | printf.h | 39 * Tiny snprintf/vsnprintf implementation 49 #define vsnprintf vsnprintf_ macro
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/tests/kutf/ |
H A D | kutf_utils.c | 42 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 D | kutf_utils.c | 46 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 D | stdio.h | 851 * 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 D | wakeup_reason.c | 240 (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 D | wakeup_reason.c | 234 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 D | fiq_debugger.c | 302 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 D | fiq_debugger.c | 288 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 D | bcmutils.c | 1448 r = vsnprintf(b->buf, b->size, fmt, ap); in bcm_bprintf()
|
H A D | wl_cfgvendor.c | 131 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 D | dhd_linux.c | 20152 len = vsnprintf(tmp_buf, DHD_LOG_DUMP_MAX_TEMP_BUFFER_SIZE, fmt, args);
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 5661 vsnprintf=avpriv_vsnprintf
|
Completed in 49 milliseconds