Searched refs:opt_ct (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/sys/modules/ct/
H A DMakefile8 SRCS+= opt_ct.h opt_cam.h opt_scsi.h opt_ddb.h
/freebsd-11-stable/contrib/ntp/sntp/libopts/
H A Dsave.c450 int opt_ct; local
455 opt_ct = al->useCt;
458 if (opt_ct <= 0) {
466 while (--opt_ct >= 0) {
483 int opt_ct; local
490 opt_ct = al->useCt;
493 if (opt_ct <= 0)
512 } while (--opt_ct > 0);
H A Dmakeshell.c438 int opt_ct = opts->presetOptCt; local
442 for (;opt_ct > 0; od++, --opt_ct) {
472 int opt_ct = opts->presetOptCt; local
476 for (;opt_ct > 0; od++, --opt_ct) {
610 int opt_ct = opts->optCt; local
614 for (;opt_ct > 0; od++, --opt_ct) {

Completed in 115 milliseconds