Home
last modified time | relevance | path

Searched refs:origArgCt (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/ntp/sntp/libopts/
H A Dsort.c68 if (opts->curOptIdx >= opts->origArgCt) in must_arg()
105 if (opts->curOptIdx >= opts->origArgCt) in maybe_arg()
152 if (opts->curOptIdx >= opts->origArgCt) in short_opt_ck()
187 opt_txt = malloc(opts->origArgCt * sizeof(char *)); in optionSort()
191 ppzOpds = malloc(opts->origArgCt * sizeof(char *)); in optionSort()
213 if (opts->curOptIdx >= opts->origArgCt) { in optionSort()
298 while (opts->curOptIdx < opts->origArgCt) in optionSort()
H A Denv.c67 sv_argc = (int)pOpts->origArgCt; in doPrognameEnv()
81 pOpts->origArgCt = (unsigned int)pTL->tkn_ct + 1; in doPrognameEnv()
107 pOpts->origArgCt = (unsigned int)sv_argc; in doPrognameEnv()
H A Dcheck.c150 if (pOpts->origArgCt > pOpts->curOptIdx) { in is_consistent()
160 if (pOpts->origArgCt <= pOpts->curOptIdx) { in is_consistent()
H A Dputshell.c339 ix < opts->origArgCt; in print_reordering()
482 && (pOpts->curOptIdx < pOpts->origArgCt)) in optionPutShell()
H A Dinit.c251 opts->origArgCt = (unsigned int)a_ct; in ao_initialize()
H A Dfind.c496 if (opts->curOptIdx > opts->origArgCt) { in get_opt_arg_must()
674 if (opts->curOptIdx >= opts->origArgCt) in find_opt()
H A Dautoopts.c349 return (int)opts->origArgCt; in optionProcess()
/freebsd/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h605 unsigned int origArgCt; ///< program argument count member