Searched refs:getoption (Results 1 – 7 of 7) sorted by relevance
/freebsd/contrib/tnftp/src/ |
H A D | main.c | 609 o = getoption("prompt"); in prompt() 630 o = getoption("rprompt"); in rprompt() 1021 getoption(const char *name) in getoption() function 1042 c = getoption(name); in getoptionvalue()
|
H A D | extern.h | 139 struct option *getoption(const char *);
|
H A D | cmds.c | 2700 o = getoption(option); in set_option() 2726 o = getoption(argv[1]); in unsetoption()
|
/freebsd/usr.sbin/ctladm/ |
H A D | ctladm.c | 212 ctladm_optret getoption(struct ctladm_opts *table, char *arg, uint32_t *cmdnum, 255 getoption(struct ctladm_opts *table, char *arg, uint32_t *cmdnum, in getoption() function 508 optret = getoption(cctl_fe_table, optarg, &tmp_port_type, in cctl_port() 894 optret = getoption(cctl_err_types, optarg, in cctl_error_inject() 900 optret = getoption(cctl_err_patterns, optarg, in cctl_error_inject() 4341 optreturn = getoption(option_table,argv[1], &command, &cmdargs,&subopt); in main()
|
/freebsd/contrib/lua/src/ |
H A D | lstrlib.c | 1498 static KOption getoption (Header *h, const char **fmt, int *size) { function 1555 KOption opt = getoption(h, fmt, psize); 1558 if (**fmt == '\0' || getoption(h, fmt, &align) == Kchar || align == 0)
|
/freebsd/sbin/camcontrol/ |
H A D | camcontrol.c | 269 camcontrol_optret getoption(struct camcontrol_opts *table, char *arg, 374 getoption(struct camcontrol_opts *table, char *arg, uint32_t *cmdnum, 8538 optreturn = getoption(phy_ops, optarg, &phy_operation, in smpphycontrol() 10381 optreturn = getoption(option_table,argv[1], &cmdlist, &arglist,&subopt); in main() 377 getoption(struct camcontrol_opts *table, char *arg, uint32_t *cmdnum, getoption() function
|
/freebsd/contrib/unbound/doc/ |
H A D | Changelog | 7278 getoption and setoption support cache-min-ttl and cache-max-ttl.
|