Searched refs:cfg_print_func_t (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.h153 typedef void (*cfg_print_func_t)(cfg_opt_t *opt, unsigned int index, FILE *fp); typedef
271 cfg_print_func_t pf; /**< print callback function */
1054 * @see cfg_print_func_t
1075 * @see cfg_print_func_t, cfg_set_print_func
1084 * @see cfg_print_func_t
1086 DLLIMPORT cfg_print_func_t __export cfg_opt_set_print_func(cfg_opt_t *opt,
1087 cfg_print_func_t pf);
1095 * @see cfg_print_func_t
1097 DLLIMPORT cfg_print_func_t __export cfg_set_print_func(cfg_t *cfg, const char *name,
1098 cfg_print_func_t p
[all...]
H A Dconfuse.c1544 DLLIMPORT cfg_print_func_t cfg_opt_set_print_func(cfg_opt_t *opt,
1545 cfg_print_func_t pf)
1547 cfg_print_func_t oldpf;
1556 DLLIMPORT cfg_print_func_t cfg_set_print_func(cfg_t *cfg, const char *name,
1557 cfg_print_func_t pf)

Completed in 160 milliseconds