Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/libntp/
H A Dsnprintf.c1115 int estyle = (flags & PRINT_F_TYPE_E); in fmtflt() local
1175 estyle = 1; in fmtflt()
1200 if (estyle) /* We want exactly one integer digit. */ in fmtflt()
1226 if (estyle && intpart == 10) { in fmtflt()
1256 if (flags & PRINT_F_TYPE_G && estyle && in fmtflt()
1259 estyle = 0; in fmtflt()
1263 if (estyle) { in fmtflt()