Searched defs:CFGFILE (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.h43 typedef struct cfgfile CFGFILE; typedef in typeref:struct:cfgfile
48 int cfg_get_cstring(CFGFILE *cfg, const char *key, void *value, int value_len);
49 int cfg_put_cstring(CFGFILE *cfg, const char *key, void *value, int value_len);
50 int cfg_find_cstring(CFGFILE *cfg, const char *target, const char *section,
52 int cfg_get_options(CFGFILE *cfg, int section, const char *basekey,
54 int cfg_put_options(CFGFILE *cfg, int section, const char *basekey,
56 int cfg_get_single_option(CFGFILE *, int, const char *, char *, char *, int);
57 int cfg_del_option(CFGFILE *, int, const char *, char *);
59 int cfg_get_num_entries(CFGFILE *cfg, char *section);
61 int cfg_get_tags(CFGFILE *cf
[all...]
H A Dcfg_impl.h210 } CFGFILE; typedef in typeref:struct:cfgfile

Completed in 44 milliseconds