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

  /src/external/bsd/ntp/dist/sntp/libopts/
sort.c 70 if (opts->curOptIdx >= opts->origArgCt)
107 if (opts->curOptIdx >= opts->origArgCt)
154 if (opts->curOptIdx >= opts->origArgCt)
189 opt_txt = malloc(opts->origArgCt * sizeof(char *));
193 ppzOpds = malloc(opts->origArgCt * sizeof(char *));
215 if (opts->curOptIdx >= opts->origArgCt) {
300 while (opts->curOptIdx < opts->origArgCt)
check.c 152 if (pOpts->origArgCt > pOpts->curOptIdx) {
162 if (pOpts->origArgCt <= pOpts->curOptIdx) {
env.c 69 sv_argc = (int)pOpts->origArgCt;
83 pOpts->origArgCt = (unsigned int)pTL->tkn_ct + 1;
109 pOpts->origArgCt = (unsigned int)sv_argc;
init.c 253 opts->origArgCt = (unsigned int)a_ct;
putshell.c 341 ix < opts->origArgCt;
484 && (pOpts->curOptIdx < pOpts->origArgCt))
find.c 498 if (opts->curOptIdx > opts->origArgCt) {
676 if (opts->curOptIdx >= opts->origArgCt)
autoopts.c 351 return (int)opts->origArgCt;
  /src/external/bsd/ntp/dist/sntp/libopts/autoopts/
options.h 607 unsigned int origArgCt; ///< program argument count

Completed in 17 milliseconds