Searched defs:result_brand (Results 1 - 1 of 1) sorted by relevance

/external/netperf/
H A Dnetsh.c143 char *result_brand = NULL; variable
763 result_brand = malloc(strlen(optarg)+1);
764 if (NULL != result_brand) {
765 strcpy(result_brand,optarg);

Completed in 41 milliseconds