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

/freebsd-9.3-release/crypto/openssh/openbsd-compat/
H A Dbsd-snprintf.c722 int iplace = 0; local
788 iconvert[iplace++] =
790 } while (intpart && (iplace < 311));
791 if (iplace == 311) iplace--;
792 iconvert[iplace] = 0;
811 padlen = min - iplace - max - 1 - ((signvalue) ? 1 : 0);
837 while (iplace > 0) {
838 --iplace;
839 DOPR_OUTCH(buffer, *currlen, maxlen, iconvert[iplace]);
[all...]
/freebsd-9.3-release/crypto/openssl/crypto/bio/
H A Db_print.c616 int iplace = 0; local
658 iconvert[iplace++] =
661 } while (intpart && (iplace < (int)sizeof(iconvert)));
662 if (iplace == sizeof iconvert)
663 iplace--;
664 iconvert[iplace] = 0;
677 padlen = min - iplace - max - 1 - ((signvalue) ? 1 : 0);
707 while (iplace > 0) {
708 if (!doapr_outch(sbuffer, buffer, currlen, maxlen, iconvert[--iplace]))

Completed in 56 milliseconds