Searched refs:vsnprintf (Results 1 – 16 of 16) sorted by relevance
/hardware/qcom/msm8998/json-c/ |
D | printbuf.c | 113 # define vsnprintf _vsnprintf macro 115 # error Need vsnprintf! 135 chars = vsnprintf(&_T_emptybuffer, 0, fmt, ap)+1; in vasprintf() 162 size = vsnprintf(buf, 128, msg, ap); in sprintbuf()
|
D | configure.ac | 45 AC_CHECK_FUNCS(strcasecmp strdup strerror snprintf vsnprintf vasprintf open vsyslog strncasecmp set…
|
D | config.h.in | 124 /* Define to 1 if you have the `vsnprintf' function. */
|
/hardware/intel/img/hwcomposer/moorefield_hdmi/common/utils/ |
D | Dump.cpp | 45 len = vsnprintf(mBuf, mLen, fmt, ap); in append()
|
/hardware/intel/img/hwcomposer/merrifield/common/utils/ |
D | Dump.cpp | 45 len = vsnprintf(mBuf, mLen, fmt, ap); in append()
|
/hardware/qcom/display/msm8996/sdm/libs/core/ |
D | dump_impl.cpp | 70 vsnprintf(buffer, length - filled -1, format, list); in AppendString()
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/ |
D | dump_impl.cpp | 70 vsnprintf(buffer, length - filled -1, format, list); in AppendString()
|
/hardware/qcom/display/msm8998/sdm/libs/core/ |
D | dump_impl.cpp | 70 vsnprintf(buffer, length - filled -1, format, list); in AppendString()
|
/hardware/intel/common/libva/va/ |
D | va.c | 113 len = vsnprintf(buf, sizeof(buf), msg, args); in va_errorMessage() 121 n = vsnprintf(dynbuf, len + 1, msg, args); in va_errorMessage() 138 len = vsnprintf(buf, sizeof(buf), msg, args); in va_infoMessage() 146 n = vsnprintf(dynbuf, len + 1, msg, args); in va_infoMessage()
|
/hardware/qcom/display/msm8909/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 91 vsnprintf(buf, sizeof(buf), format, list); \
|
/hardware/qcom/display/msm8909w_3100/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 91 vsnprintf(buf, sizeof(buf), format, list); \
|
/hardware/qcom/display/msm8998/sdm/libs/core/drm/ |
D | hw_info_drm.cpp | 81 vsnprintf(buf, sizeof(buf), format, list); \
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
D | alsa_pcm.c | 383 vsnprintf(pcm->error, PCM_ERROR_MAX, fmt, ap); in oops()
|
/hardware/qcom/wlan/qcwcn/wifi_hal/ |
D | cpp_bindings.cpp | 46 offset += vsnprintf(buf + offset, buf_len - offset, fmt, params); in appendFmt()
|
/hardware/libhardware/modules/soundtrigger/ |
D | sound_trigger_hw.c | 181 int num = vsnprintf(tmp_write_buffer, PARSE_BUF_LEN, format, argptr); in write_vastr()
|
/hardware/broadcom/wlan/bcmdhd/dhdutil/ |
D | bcmutils.c | 2009 r = vsnprintf(b->buf, b->size, fmt, ap); in bcm_bprintf()
|