Searched refs:noprecision (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/ntp/libntp/
H A Dsnprintf.c961 int noprecision = (precision == -1); local
968 (noprecision || strln < precision); strln++)
980 while (*value != '\0' && (noprecision || precision-- > 0)) {
1002 int noprecision = (precision == -1); local
1061 else if (flags & PRINT_F_ZERO && noprecision) {

Completed in 60 milliseconds