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

/freebsd-11.0-release/contrib/ntp/sntp/libopts/
H A Dsort.c82 if (opts->curOptIdx >= opts->origArgCt)
119 if (opts->curOptIdx >= opts->origArgCt)
166 if (opts->curOptIdx >= opts->origArgCt)
201 opt_txt = malloc(opts->origArgCt * sizeof(char *));
205 ppzOpds = malloc(opts->origArgCt * sizeof(char *));
227 if (opts->curOptIdx >= opts->origArgCt) {
312 while (opts->curOptIdx < opts->origArgCt)
H A Dcheck.c150 if (pOpts->origArgCt > pOpts->curOptIdx) {
160 if (pOpts->origArgCt <= pOpts->curOptIdx) {
H A Denv.c73 sv_argc = (int)pOpts->origArgCt;
87 pOpts->origArgCt = (unsigned int)pTL->tkn_ct + 1;
113 pOpts->origArgCt = (unsigned int)sv_argc;
H A Dinit.c255 opts->origArgCt = (unsigned int)a_ct;
H A Dputshell.c355 ix < opts->origArgCt;
498 && (pOpts->curOptIdx < pOpts->origArgCt))
H A Dfind.c526 if (opts->curOptIdx > opts->origArgCt) {
689 if (opts->curOptIdx >= opts->origArgCt)
H A Dautoopts.c355 return (int)opts->origArgCt;
/freebsd-11.0-release/contrib/ntp/sntp/libopts/autoopts/
H A Doptions.h604 unsigned int origArgCt; ///< program argument count member in struct:options

Completed in 132 milliseconds