Home
last modified time | relevance | path

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

/openssl-master/crypto/bio/
A Dbio_print.c370 size_t strln; in fmtstr() local
376 strln = OPENSSL_strnlen(value, max < 0 ? SIZE_MAX : (size_t)max); in fmtstr()
378 padlen = min - strln; in fmtstr()
400 while (strln > 0 && (max < 0 || cnt < max)) { in fmtstr()
403 --strln; in fmtstr()

Completed in 2 milliseconds