Home | History | Annotate | Download | only in netperf

Lines Matching full:unitbuf

1856   static        char    unitbuf[64];
1860 strcpy(unitbuf, "KBytes");
1863 strcpy(unitbuf, "MBytes");
1866 strcpy(unitbuf, "GBytes");
1869 strcpy(unitbuf, "10^3bits");
1872 strcpy(unitbuf, "10^6bits");
1875 strcpy(unitbuf, "10^9bits");
1878 strcpy(unitbuf, "Trans");
1882 strcpy(unitbuf, "KBytes");
1885 return unitbuf;