HomeSort by: relevance | last modified time | path
    Searched defs:opt_st (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
init.c 156 tOptState opt_st = OPTSTATE_INITIALIZER(PRESET); local
158 res = next_opt(opts, &opt_st);
168 if (! DO_IMMEDIATELY(opt_st.flags))
171 if (! SUCCESSFUL(handle_opt(opts, &opt_st)))
autoopts.c 248 tOptState opt_st = OPTSTATE_INITIALIZER(DEFINED); local
250 switch (next_opt(opts, &opt_st)) {
260 if (! DO_NORMALLY(opt_st.flags)) {
261 if (! DO_SECOND_TIME(opt_st.flags))
263 opt_st.pOD->optOccCt--; /* don't count this repetition */
266 if (! SUCCESSFUL(handle_opt(opts, &opt_st)))
find.c 291 tOptState opt_st = OPTSTATE_INITIALIZER(PRESET); local
301 opt_st.flags = OPTST_DEFINED;
304 || ! SUCCESSFUL(opt_find_long(pOpts, vopt_str, &opt_st))
305 || ! SUCCESSFUL(get_opt_arg(pOpts, &opt_st)) )
320 if (DO_IMMEDIATELY(opt_st.flags))
321 (void)handle_opt(pOpts, &opt_st);
328 if (DO_NORMALLY(opt_st.flags) || DO_SECOND_TIME(opt_st.flags))
329 (void)handle_opt(pOpts, &opt_st);

Completed in 34 milliseconds