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

  /external/clearsilver/util/
snprintf.c 405 int padlen, strln; /* amount to pad */ local
414 for (strln = 0; value[strln]; ++strln); /* strlen */
415 if (max >= 0 && max < strln)
416 strln = max;
417 padlen = min - strln;
  /external/openssl/crypto/bio/
b_print.c 443 int padlen, strln; local
448 for (strln = 0; value[strln]; ++strln)
450 padlen = min - strln;

Completed in 41 milliseconds