Home | History | Annotate | Download | only in util

Lines Matching full:strln

864 	int padlen, strln;	/* Amount to pad. */
871 for (strln = 0; value[strln] != '\0' &&
872 (noprecision || strln < precision); strln++)
875 if ((padlen = width - strln) < 0)
1304 int strln;
1309 for (strln = 0; lc->thousands_sep[strln] != '\0'; strln++)
1311 separators *= strln;