Searched refs:newfmt (Results 1 – 1 of 1) sorted by relevance
99 char newfmt[BUFSIZ]; in hostapd_printf() local107 bzero(newfmt, sizeof(newfmt)); in hostapd_printf()108 if ((n = strlcpy(newfmt, printbuf, sizeof(newfmt))) >= sizeof(newfmt)) in hostapd_printf()110 if (strlcpy(newfmt + n, fmt, sizeof(newfmt) - n) >= sizeof(newfmt) - n) in hostapd_printf()112 if (vsnprintf(printbuf, sizeof(printbuf), newfmt, ap) < 0) in hostapd_printf()