Home | History | Annotate | Download | only in util

Lines Matching full:noprecision

865 	int noprecision = (precision == -1);
872 (noprecision || strln < precision); strln++)
884 while (*value != '\0' && (noprecision || precision-- > 0)) {
906 int noprecision = (precision == -1);
965 else if (flags & PRINT_F_ZERO && noprecision) {