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

/external/netperf/
H A Dnetsh.c560 libfmt = *optarg;
959 if ('?' == libfmt) {
966 libfmt = 'x';
969 libfmt = 'm';
972 else if ('x' == libfmt) {
980 libfmt = 'm';
H A Dnetlib.h440 extern char libfmt;
H A Dnetlib.c248 char libfmt = '?'; variable
1768 switch (libfmt) {
1858 switch (libfmt) {
3075 /* We will calculate the thruput in libfmt units/second */
3076 switch (libfmt) {
3122 /* We will calculate the thruput in libfmt units/second */
3123 switch (libfmt) {
3149 libfmt);
H A Dnettest_bsd.c5568 if ('x' == libfmt) {
5590 ('x' == libfmt) ? thruput :
5613 ('x' == libfmt) ? thruput :
5623 ('x' == libfmt) ? tput_title : tput_title_band,
5642 ('x' == libfmt) ? thruput :
5671 the value of libfmt we would need to put it back again, but
5677 if ('x' == libfmt) {
5678 libfmt = 'm';

Completed in 315 milliseconds