Home
last modified time | relevance | path

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

/external/netperf/
Dnetlib.c1840 static char unitbuf[64]; in format_units() local
1844 strcpy(unitbuf, "KBytes"); in format_units()
1847 strcpy(unitbuf, "MBytes"); in format_units()
1850 strcpy(unitbuf, "GBytes"); in format_units()
1853 strcpy(unitbuf, "10^3bits"); in format_units()
1856 strcpy(unitbuf, "10^6bits"); in format_units()
1859 strcpy(unitbuf, "10^9bits"); in format_units()
1862 strcpy(unitbuf, "Trans"); in format_units()
1866 strcpy(unitbuf, "KBytes"); in format_units()
1869 return unitbuf; in format_units()