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

/freebsd-10.0-release/contrib/ntp/libopts/
H A Dstack.c90 int i, ct, dIdx; local
101 for (i = 0, dIdx = 0, ct = pAL->useCt; --ct >= 0; i++) {
129 if (dIdx != i)
130 pAL->apzArgs[ dIdx ] = pzSrc;
131 dIdx++;
139 int i, ct, dIdx; local
147 for (i = 0, dIdx = 0, ct = pAL->useCt; --ct >= 0; i++) {
170 if (dIdx != i)
171 pAL->apzArgs[ dIdx ] = pzSrc;
172 dIdx
[all...]
/freebsd-10.0-release/contrib/ntp/sntp/libopts/
H A Dstack.c90 int i, ct, dIdx; local
101 for (i = 0, dIdx = 0, ct = pAL->useCt; --ct >= 0; i++) {
129 if (dIdx != i)
130 pAL->apzArgs[ dIdx ] = pzSrc;
131 dIdx++;
139 int i, ct, dIdx; local
147 for (i = 0, dIdx = 0, ct = pAL->useCt; --ct >= 0; i++) {
170 if (dIdx != i)
171 pAL->apzArgs[ dIdx ] = pzSrc;
172 dIdx
[all...]

Completed in 67 milliseconds