Searched refs:tenths (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/lib/libxcurses/src/libc/xcurses/ |
H A D | cbreak.c | 86 halfdelay(tenths) in halfdelay() argument 87 int tenths; in halfdelay() 90 __m_trace("halfdelay(%d)", tenths); 96 cur_term->_prog.c_cc[VTIME] = tenths;
|
/titanic_41/usr/src/lib/libxcurses2/src/libc/xcurses/ |
H A D | cbreak.c | 84 halfdelay(int tenths) in halfdelay() argument 89 PTERMIOS(_prog)->c_cc[VTIME] = (tenths > 255) ? 255 : (cc_t)tenths; in halfdelay()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/tftp/ |
H A D | tftp.c | 727 hrtime_t delta, tenths; in printstats() local 730 tenths = delta / (NANOSEC / 10); in printstats() 732 " seconds", direction, amount, tenths / 10, tenths % 10); in printstats()
|
/titanic_41/usr/src/cmd/mdb/common/modules/genunix/ |
H A D | leaky.c | 124 uint_t tenths = ((stat * 1000) / total) % 10; in leaky_verbose_perc() local 130 30, str, stat, perc, tenths); in leaky_verbose_perc()
|
H A D | typegraph.c | 1539 int tenths = ((stat * 1000) / total) % 10; in typegraph_stat_perc() local 1542 perc, tenths); in typegraph_stat_perc()
|
/titanic_41/usr/src/lib/libast/common/ |
H A D | RELEASE | 1021 fmtscale: format tenths for number > 0 && number < 10
|