Searched refs:strln (Results 1 – 1 of 1) sorted by relevance
386 size_t strln; in fmtstr() local392 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()394 padlen = min - strln; in fmtstr()416 while (strln > 0 && (max < 0 || cnt < max)) { in fmtstr()419 --strln; in fmtstr()
Completed in 7 milliseconds