Searched refs:cfg_t (Results 1 - 25 of 35) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/doc/
H A Dlisting7.c1 int validate_unsigned_int(cfg_t *cfg, cfg_opt_t *opt)
H A Dlisting2.c11 cfg_t *cfg;
H A Dlisting3.c12 cfg_t *cfg;
H A Dlisting8.c4 int validate_unsigned_int(cfg_t *cfg, cfg_opt_t *opt)
29 cfg_t *cfg, *cfg_greet;
H A Dlisting4.c12 cfg_t *cfg;
H A Dlisting5.c17 cfg_t *cfg, *cfg_greet;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/tests/
H A Dsingle_title_sections.c19 cfg_t *cfg = cfg_init(opts, CFGF_NONE);
H A Dsuite_dup.c4 static cfg_t *create_config(void)
25 cfg_t *acfg, *bcfg;
26 cfg_t *sec;
H A Dsuite_func.c8 void suppress_errors(cfg_t *cfg, const char *fmt, va_list ap);
10 static cfg_t *cfg = 0;
13 static int func_alias(cfg_t *cfg, cfg_opt_t *opt, int argc, const char **argv)
H A Dsuite_validate.c8 static cfg_t *cfg = 0;
16 int parse_action(cfg_t *cfg, cfg_opt_t *opt, const char *value, void *result)
34 int validate_speed(cfg_t *cfg, cfg_opt_t *opt)
49 int validate_ip(cfg_t *cfg, cfg_opt_t *opt)
66 int validate_action(cfg_t *cfg, cfg_opt_t *opt)
69 cfg_t *action_sec = cfg_opt_getnsec(opt, 0);
182 cfg_t *multisec = cfg_getnsec(cfg, "multi_options", i);
H A Dinclude.c24 cfg_t *cfg = cfg_init(opts, CFGF_NONE);
H A Dquote_before_print.c19 cfg_t *cfg = cfg_init(opts, CFGF_NONE);
H A Dlist_plus_syntax.c11 cfg_t *cfg = cfg_init(opts, CFGF_NONE);
H A Dsection_title_dupes.c28 cfg_t *cfg = cfg_init(opts, CFGF_NONE);
H A Dsuite_single.c9 static cfg_t *cfg;
11 int parse_ip_address(cfg_t *cfg, cfg_opt_t *opt, const char *value, void *result)
51 int parse_ether_address(cfg_t *cfg, cfg_opt_t *opt, const char *value, void *result)
204 cfg_t *sec, *subsec;
291 cfg_t *nodefsec;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/forked-daapd-0.19/src/
H A Dconffile.h11 extern cfg_t *cfg;
H A Dconffile.c42 static int cb_loglevel(cfg_t *cfg, cfg_opt_t *opt, const char *value, void *result);
157 cfg_t *cfg;
164 cb_loglevel(cfg_t *cfg, cfg_opt_t *opt, const char *value, void *result)
189 conffile_expand_libname(cfg_t *lib)
305 cfg_t *lib;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/src/
H A Dconfuse.h101 typedef struct cfg_t cfg_t; typedef in typeref:struct:cfg_t
130 typedef int (*cfg_func_t)(cfg_t *cfg, cfg_opt_t *opt,
176 typedef int (*cfg_callback_t)(cfg_t *cfg, cfg_opt_t *opt,
192 typedef int (*cfg_validate_callback_t)(cfg_t *cfg, cfg_opt_t *opt);
208 typedef void (*cfg_errfunc_t)(cfg_t *cfg, const char *fmt, va_list ap);
214 struct cfg_t { struct
236 cfg_t *section; /**< section value */
310 * stored in the cfg_t context, only a pointer. Sections can not be
522 /** Create and initialize a cfg_t structur
[all...]
H A Dconfuse.c49 extern int cfg_yylex(cfg_t *cfg);
50 extern int cfg_lexer_include(cfg_t *cfg, const char *fname);
63 static int cfg_parse_internal(cfg_t *cfg, int level,
131 DLLIMPORT cfg_opt_t *cfg_getopt(cfg_t *cfg, const char *name)
134 cfg_t *sec = cfg;
176 DLLIMPORT const char *cfg_title(cfg_t *cfg)
183 DLLIMPORT const char *cfg_name(cfg_t *cfg)
204 DLLIMPORT unsigned int cfg_size(cfg_t *cfg, const char *name)
220 DLLIMPORT signed long cfg_getnint(cfg_t *cfg, const char *name,
226 DLLIMPORT signed long cfg_getint(cfg_t *cf
[all...]
H A Dlexer.l48 #define YY_DECL int cfg_yylex ( cfg_t *cfg )
287 int cfg_lexer_include(cfg_t *cfg, const char *filename)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/confuse-2.7/examples/
H A Dftpconf.c16 int conf_alias(cfg_t *cfg, cfg_opt_t *opt, int argc, const char **argv)
28 int conf_parse_acb(cfg_t *cfg, cfg_opt_t *opt, const char *value, void *result)
46 int conf_validate_port(cfg_t *cfg, cfg_opt_t *opt)
58 int conf_validate_bookmark(cfg_t *cfg, cfg_opt_t *opt)
60 cfg_t *bookmark = cfg_opt_getnsec(opt, cfg_opt_size(opt) - 1);
69 cfg_t *parse_conf(const char *filename)
91 cfg_t *cfg = cfg_init(opts, CFGF_NONE);
113 cfg_t *cfg = parse_conf(argc > 1 ? argv[1] : "ftp.conf");
126 cfg_t *bookmark = cfg_getnsec(cfg, "bookmark", i);
H A Dwincfgtest.c17 int cb_message(cfg_t *cfg, cfg_opt_t *opt, int argc, const char **argv)
43 typedef cfg_t *(*CFG_INIT_FPTR)(cfg_opt_t *opts, cfg_flag_t flags);
44 typedef void (*CFG_FREE_FPTR)(cfg_t *cfg);
45 typedef int (*CFG_PARSE_FPTR)(cfg_t *cfg, const char *filename);
46 typedef cfg_bool_t (*CFG_GETBOOL_FPTR)(cfg_t *cfg, const char *name);
47 typedef long int (*CFG_GETINT_FPTR)(cfg_t *cfg, const char *name);
48 typedef char * (*CFG_GETSTR_FPTR)(cfg_t *cfg, const char *name);
49 typedef double (*CFG_GETFLOAT_FPTR)(cfg_t *cfg, const char *name);
61 cfg_t *cfg;
H A Dreread.c6 cfg_t *cfg = 0;
62 cfg_t *arg = cfg_getnsec(cfg, "argument", i);
H A Dsimple.c31 cfg_t *cfg;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/arm/
H A Dether1.h178 } cfg_t; typedef in typeref:struct:__anon12463

Completed in 462 milliseconds

12