Searched refs:zpadlen (Results 1 - 2 of 2) sorted by relevance

/barrelfish-2018-10-04/lib/skb/
H A Dskb_snprintf.c73 * Fix incorrect zpadlen handling in fmtfp.
590 int zpadlen = 0; /* amount to zero pad */ local
621 zpadlen = max - place;
623 if (zpadlen < 0) zpadlen = 0;
626 zpadlen = MAX(zpadlen, spadlen);
634 zpadlen, spadlen, min, max, place);
648 if (zpadlen > 0) {
649 while (zpadlen >
752 int zpadlen = 0; local
[all...]
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bio/
H A Db_print.c490 int zpadlen = 0; local
521 zpadlen = max - place;
523 if (zpadlen < 0)
524 zpadlen = 0;
528 zpadlen = OSSL_MAX(zpadlen, spadlen);
551 if (zpadlen > 0) {
552 while (zpadlen > 0) {
554 --zpadlen;
618 int zpadlen local
[all...]

Completed in 101 milliseconds