Home
last modified time | relevance | path

Searched refs:opt_ct (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dmakeshell.c400 int opt_ct = opts->presetOptCt; in emit_wrapup() local
404 for (;opt_ct > 0; od++, --opt_ct) { in emit_wrapup()
434 int opt_ct = opts->presetOptCt; in emit_setup() local
438 for (;opt_ct > 0; od++, --opt_ct) { in emit_setup()
572 int opt_ct = opts->optCt; in emit_flag() local
576 for (;opt_ct > 0; od++, --opt_ct) { in emit_flag()
H A Dsave.c407 int opt_ct; in prt_val_list() local
412 opt_ct = al->useCt; in prt_val_list()
415 if (opt_ct <= 0) { in prt_val_list()
423 while (--opt_ct >= 0) { in prt_val_list()
445 int opt_ct; in prt_nested() local
458 opt_ct = al->useCt; in prt_nested()
461 if (opt_ct <= 0) in prt_nested()
480 } while (--opt_ct > 0); in prt_nested()