Lines Matching defs:oi
131 size_t nlen, olen, ni, oi;
190 ni = oi = 0;
191 while (ni < nlen && oi < olen) {
197 if (i[ni].sysctl_num != o[oi].sysctl_num) {
198 if (i[ni].sysctl_num < o[oi].sysctl_num) {
202 free_children(&o[oi]);
203 oi++;
212 if (i[ni].sysctl_ver != o[oi].sysctl_ver)
213 free_children(&o[oi]);
223 i[ni].sysctl_clen = o[oi].sysctl_clen;
224 i[ni].sysctl_csize = o[oi].sysctl_csize;
225 i[ni].sysctl_child = o[oi].sysctl_child;
236 oi++;
251 while (oi < olen) {
252 free_children(&o[oi]);
253 oi++;