Searched refs:find_option (Results 1 – 5 of 5) sorted by relevance
/external/ppp/pppd/plugins/radius/ |
D | config.c | 31 static OPTION *find_option(char *optname, unsigned int type) in find_option() function 218 if ((option = find_option(p, OT_ANY)) == NULL) { in rc_read_config() 271 option = find_option(optname, OT_STR); in rc_conf_str() 282 option = find_option(optname, OT_INT|OT_AUO); in rc_conf_int() 293 option = find_option(optname, OT_SRV); in rc_conf_srv()
|
/external/ppp/pppd/ |
D | options.c | 178 static option_t *find_option __P((const char *name)); 385 opt = find_option(arg); 453 opt = find_option(cmd); 561 opt = find_option(w->word); 614 find_option(name) in find_option() function 849 opt = find_option(option); 1693 find_option("unset")->flags |= OPT_NOPRINT; 1765 find_option("set")->flags |= OPT_NOPRINT;
|
/external/fio/ |
D | options.h | 51 static inline struct fio_option *find_option(struct fio_option *options, in find_option() function
|
D | parse.c | 914 o = find_option(options, ret); in get_option() 916 o = find_option(options, opt); in get_option() 961 o = find_option(options, opt); in parse_cmd_option() 1248 o->inv_opt = find_option(options, o->inverse); in options_init()
|
D | options.c | 4014 o = find_option(fio_options, opt); in fio_cmd_option_parse() 4132 o = find_option(fio_options, optname); in add_opt_posval() 4151 o = find_option(fio_options, optname); in del_opt_posval() 4178 return find_option(fio_options, name); in fio_option_find()
|