Searched refs:tOptionValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd/contrib/ntp/sntp/libopts/ |
| H A D | nested.c | 139 static tOptionValue * 143 tOptionValue * pNV; in add_string() 192 static tOptionValue * 196 size_t sz = nm_len + sizeof(tOptionValue) + 1; in add_bool() 197 tOptionValue * new_val = AGALOC(sz, "bool val"); in add_bool() 233 static tOptionValue * 237 size_t sz = nm_len + sizeof(tOptionValue) + 1; in add_number() 238 tOptionValue * new_val = AGALOC(sz, "int val"); in add_number() 270 static tOptionValue * 274 tOptionValue * new_val; in add_nested() [all …]
|
| H A D | configfile.c | 75 const tOptionValue * 79 tOptionValue * res = NULL; in configFileLoad() 126 const tOptionValue * 129 const tOptionValue * res = NULL; in optionFindValue() 151 res = (tOptionValue *)*poptv; in optionFindValue() 156 const tOptionValue * ov = *(poptv++); in optionFindValue() 157 const tOptionValue * rv = optionGetValue(ov, name); in optionFindValue() 203 tOptionValue const * 204 optionFindNextValue(const tOptDesc * odesc, const tOptionValue * pPrevVal, in optionFindNextValue() 208 tOptionValue * res = NULL; in optionFindNextValue() [all …]
|
| H A D | proto.h | 90 tOptionValue * pType); 93 parse_keyword(tOptions * opts, char const * txt, tOptionValue * typ); 96 parse_set_mem(tOptions * opts, char const * txt, tOptionValue * typ); 99 parse_value(char const * txt, tOptionValue * typ); 307 static tOptionValue * 311 static tOptionValue * 315 static tOptionValue * 319 static tOptionValue * 324 scan_name(char const * name, tOptionValue * res); 330 scan_xml_name(char const * name, size_t * nm_len, tOptionValue * val); [all …]
|
| H A D | save.c | 294 prt_value(FILE * fp, int depth, tOptDesc * od, tOptionValue const * ovp) in prt_value() 424 tOptionValue const * ovp = *(opt_list++); in prt_val_list() 465 tOptionValue const * base = *(opt_list++); in prt_nested() 466 tOptionValue const * ovp = optionGetValue(base, NULL); in prt_nested()
|
| /freebsd/contrib/ntp/sntp/libopts/autoopts/ |
| H A D | options.h | 161 } tOptionValue; typedef 812 extern const tOptionValue * configFileLoad(char const *); 857 extern const tOptionValue * optionFindNextValue(const tOptDesc *, const tOptionValue *, char const … 872 extern const tOptionValue * optionFindValue(const tOptDesc *, char const *, char const *); 901 extern const tOptionValue * optionGetValue(const tOptionValue *, char const *); 954 extern const tOptionValue * optionNextValue(const tOptionValue *, const tOptionValue *); 1090 extern void optionUnloadNested(tOptionValue const *);
|