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

/freebsd-12-stable/contrib/ntp/libntp/
H A Dsnprintf.c494 #define PRINT_F_NUM (1 << 3) macro
612 flags |= PRINT_F_NUM;
879 * using the PRINT_F_NUM flag).
881 flags |= PRINT_F_NUM;
1019 if (flags & PRINT_F_NUM && uvalue != 0) {
1171 if (!(flags & PRINT_F_NUM))
1310 if (precision > 0 || flags & PRINT_F_NUM)

Completed in 123 milliseconds