Lines Matching refs:vsnprintf
36 vsnprintf(buffer, sizeof(buffer), fmt, ap); in wpa_printf_impl()
186 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_impl()
206 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_impl()
225 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_ctrl_impl()
234 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_ctrl_impl()
248 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global_impl()
257 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global_impl()
276 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global_ctrl_impl()
285 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global_ctrl_impl()
299 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_no_global_impl()
308 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_no_global_impl()
324 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in wpa_msg_global_only_impl()
333 len = vsnprintf(buf, buflen, fmt, ap); in wpa_msg_global_only_impl()
360 buflen = vsnprintf(NULL, 0, fmt, ap) + 1; in hostapd_logger()
369 len = vsnprintf(buf, buflen, fmt, ap); in hostapd_logger()