Searched refs:option_table (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/tcp_wrappers/ |
| H A D | options.c | 116 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 D | ztest.c | 735 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 D | ctladm.c | 165 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 D | camcontrol.c | 182 static struct camcontrol_opts option_table[] = { variable 10365 optreturn = getoption(option_table,argv[1], &cmdlist, &arglist,&subopt); in main()
|