Searched refs:cfg_setopt (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dconfuse.c517 * flag here. When/If cfg_setopt() is called, the value(s)
524 cfg_setopt(cfg, &cfg->opts[i], 0);
531 cfg_setopt(cfg_t *cfg, cfg_opt_t *opt, char *value) function
711 cfg_error(cfg, "internal error in cfg_setopt(%s, %s)",
893 if(cfg_setopt(cfg, opt, cfg_yylval) == 0)
915 if(cfg_setopt(cfg, opt, cfg_yylval) == 0)
951 val = cfg_setopt(cfg, opt, opttitle);
H A Dconfuse.h860 DLLIMPORT cfg_value_t *cfg_setopt(cfg_t *cfg, cfg_opt_t *opt, char *value);

Completed in 194 milliseconds