Searched refs:tOptionValue (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/ntp/sntp/libopts/ |
| H A D | nested.c | 59 static tOptionValue * 63 static tOptionValue * 67 static tOptionValue * 71 static tOptionValue * 181 static tOptionValue * 185 tOptionValue * pNV; in add_string() 234 static tOptionValue * 275 static tOptionValue * 312 static tOptionValue * 648 tOptionValue * new_val = (tOptionValue *)VOIDP(*(pnew_val++)); in unload_arg_list() [all …]
|
| H A D | configfile.c | 119 const tOptionValue * 123 tOptionValue * res = NULL; in configFileLoad() 170 const tOptionValue * 173 const tOptionValue * res = NULL; in optionFindValue() 247 tOptionValue const * 252 const tOptionValue * res = NULL; in optionFindNextValue() 315 tOptionValue const * 374 tOptionValue const * 375 optionNextValue(tOptionValue const * ov_list,tOptionValue const * oov ) in optionNextValue() 921 tOptionValue valu; in handle_struct() [all …]
|
| H A D | proto.h | 50 tOptionValue * pType); 119 static tOptionValue *
|
| H A 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-13.1/contrib/ntp/sntp/libopts/autoopts/ |
| H A 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 *);
|