Home
last modified time | relevance | path

Searched refs:newfmt (Results 1 – 1 of 1) sorted by relevance

/openbsd/usr.sbin/hostapd/
H A Dhostapd.c99 char newfmt[BUFSIZ]; in hostapd_printf() local
107 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()