Searched refs:curOptIdx (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/contrib/ntp/sntp/libopts/
H A Dsort.c82 if (opts->curOptIdx >= opts->origArgCt)
85 opt_txt[ (*opt_idx)++ ] = opts->origArgVect[ (opts->curOptIdx)++ ];
119 if (opts->curOptIdx >= opts->origArgCt)
122 arg_txt = opts->origArgVect[ opts->curOptIdx ];
124 opt_txt[ (*opt_idx)++ ] = opts->origArgVect[ (opts->curOptIdx)++ ];
154 arg_txt = opts->origArgVect[ opts->curOptIdx ];
157 opts->origArgVect[ (opts->curOptIdx)++ ];
166 if (opts->curOptIdx >= opts->origArgCt)
169 opts->origArgVect[ (opts->curOptIdx)++ ];
211 opts->curOptIdx
[all...]
H A Dfind.c496 opts->pzCurOpt = opts->origArgVect[ opts->curOptIdx++ ];
506 o_st->pzOptArg = opts->origArgVect[ opts->curOptIdx++ ];
526 if (opts->curOptIdx > opts->origArgCt) {
557 char * pzLA = pOpts->origArgVect[ pOpts->curOptIdx ];
567 pOpts->curOptIdx++; /* argument found */
580 char * pzLA = pOpts->origArgVect[ pOpts->curOptIdx ];
590 pOpts->curOptIdx++; /* argument found */
689 if (opts->curOptIdx >= opts->origArgCt)
692 opts->pzCurOpt = opts->origArgVect[ opts->curOptIdx ];
703 opts->curOptIdx
[all...]
H A Dcheck.c150 if (pOpts->origArgCt > pOpts->curOptIdx) {
160 if (pOpts->origArgCt <= pOpts->curOptIdx) {
H A Denv.c90 pOpts->curOptIdx = 1;
100 pOpts->curOptIdx = 1;
H A Dinit.c150 opts->curOptIdx = 1; /* start by skipping program name */
281 opts->curOptIdx = 1;
H A Dautoopts.c349 if (opts->curOptIdx <= 0) {
350 opts->curOptIdx = 1;
387 return (int)opts->curOptIdx;
H A Dputshell.c354 for (ix = opts->curOptIdx;
375 printf(zOptCtFmt, pOpts->curOptIdx-1);
498 && (pOpts->curOptIdx < pOpts->origArgCt))
H A Dgenshell.h145 genshelloptOptions.curOptIdx = (n); \
/freebsd-12-stable/contrib/ntp/ntpsnmpd/
H A Dntpsnmpd-opts.h179 ntpsnmpdOptions.curOptIdx = (n); \
/freebsd-12-stable/contrib/ntp/ntpdc/
H A Dntpdc-opts.h230 ntpdcOptions.curOptIdx = (n); \
/freebsd-12-stable/contrib/ntp/ntpq/
H A Dntpq-opts.h243 ntpqOptions.curOptIdx = (n); \
/freebsd-12-stable/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h607 unsigned int curOptIdx; ///< current option index member in struct:options
/freebsd-12-stable/contrib/ntp/sntp/
H A Dsntp-opts.h306 sntpOptions.curOptIdx = (n); \
/freebsd-12-stable/contrib/ntp/util/
H A Dntp-keygen-opts.h322 ntp_keygenOptions.curOptIdx = (n); \
/freebsd-12-stable/contrib/ntp/ntpd/
H A Dntpd-opts.h401 ntpdOptions.curOptIdx = (n); \

Completed in 201 milliseconds