Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dsort.c172 uint32_t optsIdx = 0; in optionSort() local
238 opt_txt[ optsIdx++ ] = in optionSort()
268 opt_txt[ optsIdx++ ] = opts->origArgVect[ (opts->curOptIdx)++ ]; in optionSort()
278 &optsIdx)) ) { in optionSort()
284 switch (maybe_arg(opts, arg_txt+2, &os, opt_txt, &optsIdx)) { in optionSort()
290 switch (must_arg(opts, arg_txt+2, &os, opt_txt, &optsIdx)) { in optionSort()
302 if (optsIdx > 0) in optionSort()
304 (size_t)optsIdx * sizeof(char *)); in optionSort()
306 memcpy(opts->origArgVect + 1 + optsIdx, ppzOpds, in optionSort()