Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dcbreak.c84 halfdelay(tenths) in halfdelay() argument
85 int tenths; in halfdelay()
88 __m_trace("halfdelay(%d)", tenths);
94 cur_term->_prog.c_cc[VTIME] = tenths;
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dcbreak.c82 halfdelay(int tenths) in halfdelay() argument
87 PTERMIOS(_prog)->c_cc[VTIME] = (tenths > 255) ? 255 : (cc_t)tenths; in halfdelay()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/tftp/
H A Dtftp.c729 hrtime_t delta, tenths; in printstats() local
732 tenths = delta / (NANOSEC / 10); in printstats()
734 " seconds", direction, amount, tenths / 10, tenths % 10); in printstats()
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dleaky.c122 uint_t tenths = ((stat * 1000) / total) % 10; in leaky_verbose_perc() local
128 30, str, stat, perc, tenths); in leaky_verbose_perc()
H A Dtypegraph.c1539 int tenths = ((stat * 1000) / total) % 10; in typegraph_stat_perc() local
1542 perc, tenths); in typegraph_stat_perc()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/
H A DRELEASE1209 fmtscale: format tenths for number > 0 && number < 10