Home | History | Annotate | Download | only in Modules

Lines Matching refs:fmtlen

468     size_t fmtlen, buflen;
570 fmtlen = strlen(fmt);
581 if (buflen > 0 || i >= 256 * fmtlen) {