Lines Matching defs:prec
69 int prec, h_count, l_count, dot_count;89 width = prec = 0;130 prec = num;140 prec = (int)va_arg(args, int);178 prec = strlen(sp);184 if (prec == 0 && width == 0) {189 if (prec > 0) {190 transfer_count = strnlen(sp, prec);192 if (prec > width)193 width = prec;