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

/freebsd-9.3-release/usr.sbin/ctm/mkCTM/
H A Dmkctm.c431 struct dirent **nl1, **nl2; local
438 n2 = scandir(buf2, &nl2, dirselect, alphasort);
441 GetNext(&i2, &n2, nl2, dir2, name, &s2_ignored, &s2_bogus, &s2_wrong);
453 if (i2 < n2 && !nl2[i2])
454 GetNext(&i2, &n2, nl2, dir2, name,
462 Add(dir1, dir2, name, nl2[i2]);
463 free(nl2[i2]); nl2[i2] = 0;
468 } else if (!(i = strcmp(nl1[i1]->d_name, nl2[i2]->d_name))) {
470 if (nl1[i1]->d_type == nl2[i
[all...]
/freebsd-9.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c3052 int nlist, nl2; local
3114 nlist = nl2 = 0; /* none yet */
3206 endpoint[nl2].type = -1; /* lower end */
3207 endpoint[nl2].val = e - f;
3208 nl2++;
3209 endpoint[nl2].type = 1; /* upper end */
3210 endpoint[nl2].val = e + f;
3211 nl2++;
3217 for (i = 0; i < nl2; i++)
3219 for (i = 0; i < nl2;
[all...]

Completed in 63 milliseconds