Home
last modified time | relevance | path

Searched refs:emitpoint (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c1107 int emitpoint = 0; in fmtflt() local
1311 emitpoint = 1; in fmtflt()
1320 - (emitpoint ? 1 : 0) /* Will we print a decimal point? */ in fmtflt()
1354 if (emitpoint) { /* Decimal point. */ in fmtflt()