Home | History | Annotate | Download | only in netperf

Lines Matching full:strstr

1164   if (strstr(string,"K")) {
1167 if (strstr(string,"M")) {
1170 if (strstr(string,"G")) {
1173 if (strstr(string,"k")) {
1176 if (strstr(string,"m")) {
1179 if (strstr(string,"g")) {
1202 if (strstr(string,"m")) {
1205 else if (strstr(string,"u")) {
1208 else if (strstr(string,"s")) {