Searched refs:tOptionValue (Results 1 - 4 of 4) sorted by relevance

/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dconfigfile.c66 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);
92 * ret_type: const tOptionValue *
119 const tOptionValue *
123 tOptionValue * res = NULL;
153 * ret_type: const tOptionValue *
170 const tOptionValue *
173 const tOptionValue * res = NULL;
195 res = (const tOptionValue *)*popt
[all...]
H A Dproto.h50 tOptionValue * pType);
119 static tOptionValue *
H A Dsave.c45 prt_value(FILE * fp, int depth, tOptDesc * pOD, tOptionValue const * ovp);
343 prt_value(FILE * fp, int depth, tOptDesc * pOD, tOptionValue const * ovp)
467 tOptionValue const * ovp = *(opt_list++);
497 tOptionValue const * base = *(opt_list++);
498 tOptionValue const * ovp = optionGetValue(base, NULL);
/freebsd-11.0-release/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h160 } tOptionValue; typedef in typeref:struct:optionValue
808 * @return const tOptionValue * - An allocated, compound value structure
810 extern const tOptionValue * configFileLoad(char const *);
853 * @return const tOptionValue * - a compound value structure
855 extern const tOptionValue * optionFindNextValue(const tOptDesc *, const tOptionValue *, char const *, char const *);
868 * @return const tOptionValue * - a compound value structure
870 extern const tOptionValue * optionFindValue(const tOptDesc *, char const *, char const *);
897 * @return const tOptionValue * - a compound value structure
899 extern const tOptionValue * optionGetValu
[all...]

Completed in 164 milliseconds