Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_omni.c1512 int namepos; in parse_output_selection_file() local
1529 namepos = 0; in parse_output_selection_file()
1534 if (namepos == 80) { in parse_output_selection_file()
1552 name[namepos] = 0; in parse_output_selection_file()
1554 namepos = 0; in parse_output_selection_file()
1558 name[namepos] = 0; in parse_output_selection_file()
1560 namepos = 0; in parse_output_selection_file()
1564 name[namepos++] = (char)c; in parse_output_selection_file()
1572 if ((c == EOF) && (namepos > 0)) { in parse_output_selection_file()
1573 name[namepos] = 0; in parse_output_selection_file()