Home
last modified time | relevance | path

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

/freebsd/contrib/tnftp/src/
H A Dmain.c609 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 Dextern.h139 struct option *getoption(const char *);
H A Dcmds.c2700 o = getoption(option); in set_option()
2726 o = getoption(argv[1]); in unsetoption()
/freebsd/usr.sbin/ctladm/
H A Dctladm.c212 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 Dlstrlib.c1498 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 Dcamcontrol.c269 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 DChangelog7278 getoption and setoption support cache-min-ttl and cache-max-ttl.