Home
last modified time | relevance | path

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

/freebsd/contrib/ntp/sntp/libopts/
H A Dsort.c173 uint32_t opdsIdx = 0; in optionSort() local
220 ppzOpds[ opdsIdx++ ] = opts->origArgVect[ (opts->curOptIdx)++ ]; in optionSort()
229 ppzOpds[ opdsIdx++ ] = opts->origArgVect[ (opts->curOptIdx)++ ]; in optionSort()
299 ppzOpds[ opdsIdx++ ] = opts->origArgVect[ (opts->curOptIdx)++ ]; in optionSort()
305 if (opdsIdx > 0) in optionSort()
307 (size_t)opdsIdx * sizeof(char *)); in optionSort()