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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dconfigfile.c69 tOptionValue* pType );
75 tOptionValue* pType );
80 tOptionValue* pType );
92 * ret_type: const tOptionValue*
117 const tOptionValue*
121 tOptionValue* pRes = NULL;
152 * ret_type: const tOptionValue*
169 const tOptionValue*
173 const tOptionValue* pRes = NULL;
195 pRes = (tOptionValue*)*ppO
[all...]
H A Dproto.h58 tOptionValue* pType );
89 LOCAL tOptionValue*
H A Dsave.c51 print_a_value(FILE * fp, int depth, tOptDesc * pOD, tOptionValue const * ovp);
346 print_a_value(FILE * fp, int depth, tOptDesc * pOD, tOptionValue const * ovp)
475 tOptionValue const * ovp = *(opt_list++);
504 tOptionValue const * base = *(opt_list++);
505 tOptionValue const * ovp = optionGetValue(base, NULL);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dconfigfile.c69 parse_keyword(tOptions * pOpts, char * pzText, tOptionValue * pType);
72 parse_set_mem(tOptions * pOpts, char * pzText, tOptionValue * pType);
75 parse_value(char * pzText, tOptionValue * pType);
87 * ret_type: const tOptionValue*
112 const tOptionValue*
116 tOptionValue* pRes = NULL;
147 * ret_type: const tOptionValue*
164 const tOptionValue*
168 const tOptionValue* pRes = NULL;
190 pRes = (tOptionValue*)*ppO
[all...]
H A Dproto.h55 tOptionValue* pType );
89 LOCAL tOptionValue*
H A Dsave.c51 print_a_value(FILE * fp, int depth, tOptDesc * pOD, tOptionValue const * ovp);
339 print_a_value(FILE * fp, int depth, tOptDesc * pOD, tOptionValue const * ovp)
468 tOptionValue const * ovp = *(opt_list++);
497 tOptionValue const * base = *(opt_list++);
498 tOptionValue const * ovp = optionGetValue(base, NULL);
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/autoopts/
H A Doptions.h99 } tOptionValue; typedef in typeref:struct:optionValue
559 * Returns: const tOptionValue* - An allocated, compound value structure
569 extern const tOptionValue* configFileLoad(char const*);
612 * Returns: const tOptionValue* - a compound value structure
618 extern const tOptionValue* optionFindNextValue(const tOptDesc*, const tOptionValue*, char const*, char const*);
630 * Returns: const tOptionValue* - a compound value structure
635 extern const tOptionValue* optionFindValue(const tOptDesc*, char const*, char const*);
659 * Returns: const tOptionValue* - a compound value structure
666 extern const tOptionValue* optionGetValu
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/autoopts/
H A Doptions.h103 } tOptionValue; typedef in typeref:struct:optionValue
574 * Returns: const tOptionValue* - An allocated, compound value structure
584 extern const tOptionValue* configFileLoad(char const*);
627 * Returns: const tOptionValue* - a compound value structure
633 extern const tOptionValue* optionFindNextValue(const tOptDesc*, const tOptionValue*, char const*, char const*);
645 * Returns: const tOptionValue* - a compound value structure
650 extern const tOptionValue* optionFindValue(const tOptDesc*, char const*, char const*);
674 * Returns: const tOptionValue* - a compound value structure
681 extern const tOptionValue* optionGetValu
[all...]

Completed in 107 milliseconds