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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/util/
H A Dformat_tv.c11 /* VSTRING *format_tv(buffer, sec, usec, sig_dig, max_dig)
15 /* int sig_dig;
34 /* .IP sig_dig
68 int sig_dig, int max_dig)
83 if (sig_dig < 1 || sig_dig > 6)
84 msg_panic("format_tv: bad significant decimal count %d", sig_dig);
86 wid = pow10[sig_dig];
141 int sig_dig; local
148 if (sscanf(vstring_str(in), "%lf %d %d", &tval, &sig_dig,
67 format_tv(VSTRING *buf, int sec, int usec, int sig_dig, int max_dig) argument
[all...]

Completed in 174 milliseconds