Lines Matching refs:option

61 # error option template version mismatches autoopts/options.h header
72 * Enumeration of each option type for ntpd
123 * option name (as in the teOptIndex enumeration above).
127 /** 'true' if an option has been specified in any way */
129 /** The string argument to an option. The argument type must be \"string\". */
131 /** Mask the option state revealing how an option was specified.
136 /** Count of option's occurrances *on the command line*. */
144 /** number of stacked option arguments.
145 * Valid only for stacked option arguments. */
148 * Valid only for stacked option arguments. */
150 /** Reset an option. */
168 * Make sure there are no #define name conflicts with the option names
172 # warning undefining IPV4 due to option name conflict
176 # warning undefining IPV6 due to option name conflict
180 # warning undefining AUTHREQ due to option name conflict
184 # warning undefining AUTHNOREQ due to option name conflict
188 # warning undefining BCASTSYNC due to option name conflict
192 # warning undefining CONFIGFILE due to option name conflict
196 # warning undefining DEBUG_LEVEL due to option name conflict
200 # warning undefining SET_DEBUG_LEVEL due to option name conflict
204 # warning undefining DRIFTFILE due to option name conflict
208 # warning undefining PANICGATE due to option name conflict
212 # warning undefining FORCE_STEP_ONCE due to option name conflict
216 # warning undefining JAILDIR due to option name conflict
220 # warning undefining INTERFACE due to option name conflict
224 # warning undefining KEYFILE due to option name conflict
228 # warning undefining LOGFILE due to option name conflict
232 # warning undefining NOVIRTUALIPS due to option name conflict
236 # warning undefining MODIFYMMTIMER due to option name conflict
240 # warning undefining NOFORK due to option name conflict
244 # warning undefining NICE due to option name conflict
248 # warning undefining PIDFILE due to option name conflict
252 # warning undefining PRIORITY due to option name conflict
256 # warning undefining QUIT due to option name conflict
260 # warning undefining PROPAGATIONDELAY due to option name conflict
264 # warning undefining SAVECONFIGQUIT due to option name conflict
268 # warning undefining STATSDIR due to option name conflict
272 # warning undefining TRUSTEDKEY due to option name conflict
276 # warning undefining USER due to option name conflict
280 # warning undefining UPDATEINTERVAL due to option name conflict
284 # warning undefining VAR due to option name conflict
288 # warning undefining DVAR due to option name conflict
292 # warning undefining WAIT_SYNC due to option name conflict
296 # warning undefining SLEW due to option name conflict
300 # warning undefining USEPCC due to option name conflict
304 # warning undefining PCCFREQ due to option name conflict
308 # warning undefining MDNS due to option name conflict
397 /** option flag (value) for help-value option */
399 /** option flag (value) for more-help-value option */
401 /** option flag (value) for version-value option */
421 * Declare the ntpd option descriptor.