Home
last modified time | relevance | path

Searched refs:tOptionValue (Results 1 – 5 of 5) sorted by relevance

/freebsd-14.2/contrib/ntp/sntp/libopts/
H A Dnested.c139 static tOptionValue *
143 tOptionValue * pNV; in add_string()
192 static tOptionValue *
233 static tOptionValue *
270 static tOptionValue *
274 tOptionValue * new_val; in add_nested()
515 tOptionValue valu; in scan_xml()
606 tOptionValue * new_val = (tOptionValue *)VOIDP(*(pnew_val++)); in unload_arg_list()
655 tOptionValue * new_v = C(tOptionValue *, arg_list->apzArgs[ix]); in sort_list()
656 tOptionValue * old_v = C(tOptionValue *, arg_list->apzArgs[iy]); in sort_list()
[all …]
H A Dconfigfile.c75 const tOptionValue *
79 tOptionValue * res = NULL; in configFileLoad()
126 const tOptionValue *
203 tOptionValue const *
208 tOptionValue * res = NULL; in optionFindNextValue()
271 tOptionValue const *
275 tOptionValue * res = NULL; in optionGetValue()
330 tOptionValue const *
331 optionNextValue(tOptionValue const * ov_list,tOptionValue const * oov ) in optionNextValue()
334 tOptionValue * res = NULL; in optionNextValue()
[all …]
H A Dproto.h90 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);
336 scan_xml(char const * xml_name, tOptionValue * res_val);
[all …]
H A Dsave.c294 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-14.2/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h161 } 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 *);