Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/tcp_wrappers/
H A Doptions.c116 static struct option option_table[] = { variable
178 for (op = option_table; op->name && STR_NE(op->name, key); op++) in process_options()
/freebsd-14.2/sys/contrib/openzfs/cmd/
H A Dztest.c735 static ztest_option_t option_table[] = { variable
807 int count = sizeof (option_table) / sizeof (option_table[0]); in init_options()
829 int count = sizeof (option_table) / sizeof (option_table[0]); in fini_options()
848 option_table[i].short_opt, in usage()
849 option_table[i].long_opt, in usage()
850 option_table[i].long_opt_param); in usage()
853 option_table[i].short_opt, in usage()
854 option_table[i].long_opt); in usage()
857 option_table[i].comment); in usage()
862 option_table[i].default_str); in usage()
[all …]
/freebsd-14.2/usr.sbin/ctladm/
H A Dctladm.c165 static struct ctladm_opts option_table[] = { variable
4027 optreturn = getoption(option_table,argv[1], &command, &cmdargs,&subopt); in main()
/freebsd-14.2/sbin/camcontrol/
H A Dcamcontrol.c182 static struct camcontrol_opts option_table[] = { variable
10365 optreturn = getoption(option_table,argv[1], &cmdlist, &arglist,&subopt); in main()