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

  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_snprintf.c 864 int padlen, strln; /* Amount to pad. */ local
871 for (strln = 0; value[strln] != '\0' &&
872 (noprecision || strln < precision); strln++)
875 if ((padlen = width - strln) < 0)
1304 int strln; local
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_snprintf.c 864 int padlen, strln; /* Amount to pad. */ local
871 for (strln = 0; value[strln] != '\0' &&
872 (noprecision || strln < precision); strln++)
875 if ((padlen = width - strln) < 0)
1304 int strln; local
    [all...]
  /external/openssh/openbsd-compat/
bsd-snprintf.c 475 int padlen, strln; /* amount to pad */ local
485 for (strln = 0; strln < max && value[strln]; ++strln); /* strlen */
486 padlen = min - strln;
  /external/chromium_org/third_party/openssl/openssl/crypto/bio/
b_print.c 443 int padlen, strln; local
448 for (strln = 0; value[strln]; ++strln)
450 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 674 milliseconds