Searched refs:tOptionValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd-9-stable/contrib/ntp/sntp/libopts/ |
| D | nested.c | 59 static tOptionValue * 63 static tOptionValue * 67 static tOptionValue * 71 static tOptionValue * 76 scan_name(char const * name, tOptionValue * res); 82 scan_xml_name(char const * name, size_t * nm_len, tOptionValue * val); 88 scan_xml(char const * xml_name, tOptionValue * res_val); 181 static tOptionValue * 185 tOptionValue * pNV; in add_string() 234 static tOptionValue * [all …]
|
| D | configfile.c | 66 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ); 69 parse_set_mem(tOptions * opts, char const * txt, tOptionValue * typ); 72 parse_value(char const * txt, tOptionValue * typ); 119 const tOptionValue * 123 tOptionValue * res = NULL; in configFileLoad() 170 const tOptionValue * 173 const tOptionValue * res = NULL; in optionFindValue() 195 res = (const tOptionValue *)*poptv; in optionFindValue() 200 const tOptionValue * ov = *(poptv++); in optionFindValue() 201 const tOptionValue * rv = optionGetValue(ov, name); in optionFindValue() [all …]
|
| D | proto.h | 50 tOptionValue * pType); 119 static tOptionValue *
|
| D | save.c | 45 prt_value(FILE * fp, int depth, tOptDesc * pOD, tOptionValue const * ovp); 343 prt_value(FILE * fp, int depth, tOptDesc * pOD, tOptionValue const * ovp) in prt_value() 467 tOptionValue const * ovp = *(opt_list++); in prt_val_list() 497 tOptionValue const * base = *(opt_list++); in prt_nested() 498 tOptionValue const * ovp = optionGetValue(base, NULL); in prt_nested()
|
| /freebsd-9-stable/contrib/ntp/sntp/libopts/autoopts/ |
| D | options.h | 160 } tOptionValue; typedef 810 extern const tOptionValue * configFileLoad(char const *); 855 extern const tOptionValue * optionFindNextValue(const tOptDesc *, const tOptionValue *, char const … 870 extern const tOptionValue * optionFindValue(const tOptDesc *, char const *, char const *); 899 extern const tOptionValue * optionGetValue(const tOptionValue *, char const *); 952 extern const tOptionValue * optionNextValue(const tOptionValue *, const tOptionValue *); 1088 extern void optionUnloadNested(tOptionValue const *);
|