Lines Matching full:maxlen
200 int maxlen;206 maxlen = os_strlen(fmt) + 100;207 format = os_malloc(maxlen);212 vsnprintf(format, maxlen, fmt, ap);