Lines Matching defs:strln
960 int padlen, strln; /* Amount to pad. */967 for (strln = 0; value[strln] != '\0' &&968 (noprecision || strln < precision); strln++)971 if ((padlen = width - strln) < 0)1400 int strln;1405 for (strln = 0; lc->thousands_sep[strln] != '\0'; strln++)1407 separators *= strln;