HomeSort by relevance Sort by last modified time
    Searched refs:result_brand (Results 1 - 5 of 5) sorted by null

  /external/netperf/src/
nettest_sdp.c 750 (result_brand == NULL)) ? "" : result_brand);
758 (result_brand == NULL)) ? "" : result_brand);
783 (result_brand == NULL)) ? "" : result_brand);
796 (result_brand == NULL)) ? "" : result_brand);
811 (result_brand == NULL)) ? "" : result_brand);
    [all...]
nettest_omni.c 645 RESULT_BRAND,
975 case RESULT_BRAND:
976 return "RESULT_BRAND";
    [all...]
netsh.h 196 result_brand;
nettest_bsd.c     [all...]
netsh.c 130 char *result_brand = NULL; variable
1024 result_brand = malloc(strlen(optarg)+1);
1025 if (NULL != result_brand) {
1026 strcpy(result_brand,optarg);
    [all...]

Completed in 151 milliseconds