Home
last modified time | relevance | path

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

/openssl/crypto/bio/
H A Dbio_print.c386 size_t strln; in fmtstr() local
392 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 5 milliseconds