HomeSort by relevance Sort by last modified time
    Searched refs:iplace (Results 1 - 2 of 2) sorted by null

  /external/openssh/openbsd-compat/
bsd-snprintf.c 680 int iplace = 0; local
746 iconvert[iplace++] =
748 } while (intpart && (iplace < 311));
749 if (iplace == 311) iplace--;
750 iconvert[iplace] = 0;
769 padlen = min - iplace - max - 1 - ((signvalue) ? 1 : 0);
795 while (iplace > 0) {
796 --iplace;
797 DOPR_OUTCH(buffer, *currlen, maxlen, iconvert[iplace]);
    [all...]
  /external/openssl/crypto/bio/
b_print.c 615 int iplace = 0; local
653 iconvert[iplace++] =
657 } while (intpart && (iplace < (int)sizeof(iconvert)));
658 if (iplace == sizeof iconvert)
659 iplace--;
660 iconvert[iplace] = 0;
674 padlen = min - iplace - max - 1 - ((signvalue) ? 1 : 0);
701 while (iplace > 0)
702 doapr_outch(sbuffer, buffer, currlen, maxlen, iconvert[--iplace]);

Completed in 53 milliseconds