Home
last modified time | relevance | path

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

/external/netperf/src/
Dnettest_omni.c313 char *output_selection_spec = NULL; variable
2431 if (output_selection_spec) { in print_omni_init()
2432 parse_output_selection(output_selection_spec); in print_omni_init()
7149 if (output_selection_spec) { in scan_omni_args()
7150 free(output_selection_spec); in scan_omni_args()
7151 output_selection_spec = NULL; in scan_omni_args()
7156 output_selection_spec = strdup(argv[optind]); in scan_omni_args()
7160 if (strcmp(output_selection_spec,"?") == 0) { in scan_omni_args()
7243 if (output_selection_spec) { in scan_omni_args()
7244 free(output_selection_spec); in scan_omni_args()
[all …]