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

/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libopts/
H A Dsort.c186 int optsIdx = 0; local
252 ppzOpts[ optsIdx++ ] =
282 ppzOpts[ optsIdx++ ] = pOpts->origArgVect[ (pOpts->curOptIdx)++ ];
292 ppzOpts, &optsIdx )) ) {
298 switch (mayHandleArg( pOpts, pzArg+2, &os, ppzOpts, &optsIdx )) {
304 switch (mustHandleArg( pOpts, pzArg+2, &os, ppzOpts, &optsIdx )) {
316 if (optsIdx > 0)
317 memcpy( pOpts->origArgVect + 1, ppzOpts, optsIdx * sizeof( char* ));
319 memcpy( pOpts->origArgVect + 1 + optsIdx,
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/sntp/libopts/
H A Dsort.c186 int optsIdx = 0; local
252 ppzOpts[ optsIdx++ ] =
282 ppzOpts[ optsIdx++ ] = pOpts->origArgVect[ (pOpts->curOptIdx)++ ];
292 &optsIdx)) ) {
298 switch (mayHandleArg(pOpts, pzArg+2, &os, ppzOpts, &optsIdx)) {
304 switch (mustHandleArg(pOpts, pzArg+2, &os, ppzOpts, &optsIdx)) {
316 if (optsIdx > 0)
317 memcpy(pOpts->origArgVect + 1, ppzOpts, optsIdx * sizeof(char*));
319 memcpy(pOpts->origArgVect + 1 + optsIdx, ppzOpds,

Completed in 103 milliseconds