Searched refs:optCt (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.1-release/contrib/ntp/sntp/libopts/
H A Drestore.c45 int ct = pOpts->optCt;
103 + ((size_t)pOpts->optCt * sizeof(tOptDesc));
110 memcpy(p + 1, pOpts->pOptDesc, (size_t)p->optCt * sizeof(tOptDesc));
151 memcpy(pOpts->pOptDesc, p+1, (size_t)p->optCt * sizeof(tOptDesc));
176 int ct = pOpts->optCt;
209 memcpy(pOpts->pOptDesc, p+1, (size_t)p->optCt * sizeof(tOptDesc));
H A Dalias.c75 if ((unsigned)opts->optCt <= alias) {
H A Dmakeshell.c419 int optionCt = opts->optCt;
610 int opt_ct = opts->optCt;
645 int ct = opts->optCt;
716 int ct = opts->optCt;
H A Dfind.c120 } while (pOD++, (++idx < opts->optCt));
139 int idxLim = opts->optCt;
415 int ct = pOpts->optCt;
H A Dusage.c291 if (++ix >= opts->optCt)
1091 int ct = opts->optCt;
1203 int ct = opts->optCt;
H A Dgenshell.c468 for (ix = opts->optCt; ix > 0; ix--, od++)
/freebsd-10.1-release/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h652 int const optCt; member in struct:options
/freebsd-10.1-release/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.c530 for (ix = opts->optCt; ix > 0; ix--, od++)
/freebsd-10.1-release/contrib/ntp/ntpdc/
H A Dntpdc-opts.c772 for (ix = opts->optCt; ix > 0; ix--, od++)
/freebsd-10.1-release/contrib/ntp/ntpq/
H A Dntpq-opts.c817 for (ix = opts->optCt; ix > 0; ix--, od++)
/freebsd-10.1-release/contrib/ntp/ntpd/
H A Dntpd-opts.c1505 for (ix = opts->optCt; ix > 0; ix--, od++)
/freebsd-10.1-release/contrib/ntp/sntp/
H A Dsntp-opts.c1149 for (ix = opts->optCt; ix > 0; ix--, od++)
/freebsd-10.1-release/contrib/ntp/util/
H A Dntp-keygen-opts.c1285 for (ix = opts->optCt; ix > 0; ix--, od++)

Completed in 194 milliseconds