Home
last modified time | relevance | path

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

/freebsd/contrib/ofed/infiniband-diags/src/
H A Dibdiag_common.c389 char str_opts[1024]; in ibdiag_process_opts() local
405 make_str_opts(long_opts, str_opts, sizeof(str_opts)); in ibdiag_process_opts()
408 int ch = getopt_long(argc, argv, str_opts, long_opts, NULL); in ibdiag_process_opts()