HomeSort by: relevance | last modified time | path
    Searched refs:curOptIdx (Results 1 - 15 of 15) sorted by relevancy

  /src/external/bsd/ntp/dist/sntp/libopts/
sort.c 70 if (opts->curOptIdx >= opts->origArgCt)
73 opt_txt[ (*opt_idx)++ ] = opts->origArgVect[ (opts->curOptIdx)++ ];
107 if (opts->curOptIdx >= opts->origArgCt)
110 arg_txt = opts->origArgVect[ opts->curOptIdx ];
112 opt_txt[ (*opt_idx)++ ] = opts->origArgVect[ (opts->curOptIdx)++ ];
142 arg_txt = opts->origArgVect[ opts->curOptIdx ];
145 opts->origArgVect[ (opts->curOptIdx)++ ];
154 if (opts->curOptIdx >= opts->origArgCt)
157 opts->origArgVect[ (opts->curOptIdx)++ ];
199 opts->curOptIdx = 1
    [all...]
find.c 468 opts->pzCurOpt = opts->origArgVect[ opts->curOptIdx++ ];
478 o_st->pzOptArg = opts->origArgVect[ opts->curOptIdx++ ];
498 if (opts->curOptIdx > opts->origArgCt) {
529 char * pzLA = pOpts->origArgVect[ pOpts->curOptIdx ];
539 pOpts->curOptIdx++; /* argument found */
552 char * pzLA = pOpts->origArgVect[ pOpts->curOptIdx ];
562 pOpts->curOptIdx++; /* argument found */
676 if (opts->curOptIdx >= opts->origArgCt)
679 opts->pzCurOpt = opts->origArgVect[ opts->curOptIdx ];
690 opts->curOptIdx++
    [all...]
check.c 152 if (pOpts->origArgCt > pOpts->curOptIdx) {
162 if (pOpts->origArgCt <= pOpts->curOptIdx) {
env.c 86 pOpts->curOptIdx = 1;
96 pOpts->curOptIdx = 1;
init.c 148 opts->curOptIdx = 1; /* start by skipping program name */
279 opts->curOptIdx = 1;
autoopts.c 345 if (opts->curOptIdx <= 0) {
346 opts->curOptIdx = 1;
383 return (int)opts->curOptIdx;
putshell.c 340 for (ix = opts->curOptIdx;
361 printf(zOptCtFmt, pOpts->curOptIdx-1);
484 && (pOpts->curOptIdx < pOpts->origArgCt))
genshell.h 155 genshelloptOptions.curOptIdx = (n); \
  /src/external/bsd/ntp/dist/ntpsnmpd/
ntpsnmpd-opts.h 189 ntpsnmpdOptions.curOptIdx = (n); \
  /src/external/bsd/ntp/dist/ntpdc/
ntpdc-opts.h 247 ntpdcOptions.curOptIdx = (n); \
  /src/external/bsd/ntp/dist/ntpq/
ntpq-opts.h 260 ntpqOptions.curOptIdx = (n); \
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
options.h 610 unsigned int curOptIdx; ///< current option index
  /src/external/bsd/ntp/dist/sntp/
sntp-opts.h 316 sntpOptions.curOptIdx = (n); \
  /src/external/bsd/ntp/dist/util/
ntp-keygen-opts.h 332 ntp_keygenOptions.curOptIdx = (n); \
  /src/external/bsd/ntp/dist/ntpd/
ntpd-opts.h 412 ntpdOptions.curOptIdx = (n); \

Completed in 31 milliseconds