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

/freebsd-10.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-10.3-release/contrib/ntp/ntpd/
H A Dntp_proto.c3298 int nlist, nl2; local
3360 nlist = nl2 = 0; /* none yet */
3452 endpoint[nl2].type = -1; /* lower end */
3453 endpoint[nl2].val = e - f;
3454 nl2++;
3455 endpoint[nl2].type = 1; /* upper end */
3456 endpoint[nl2].val = e + f;
3457 nl2++;
3463 for (i = 0; i < nl2; i++)
3465 for (i = 0; i < nl2;
[all...]

Completed in 74 milliseconds