Searched refs:oldc (Results 1 - 8 of 8) sorted by relevance

/freebsd-current/contrib/ntp/util/
H A Dpps-api.c55 u_int olda, oldc; local
88 oldc == pi.clear_sequence) {
96 oldc = pi.clear_sequence;
/freebsd-current/tools/test/ppsapi/
H A Dppsapitest.c37 u_int olda, oldc; local
159 oldc = pi.clear_sequence;
167 if (oldc != pi.clear_sequence && Cflag)
184 oldc = pi.clear_sequence;
/freebsd-current/contrib/libedit/
H A Demacs.c446 wchar_t *cp, *oldc, *dp; local
451 oldc = el->el_line.cursor;
456 c_insert(el, (int)(oldc - cp));
457 for (dp = oldc; cp < oldc && dp < el->el_line.lastchar; cp++)
/freebsd-current/usr.bin/diff/
H A Ddiffreg.c625 int oldc, tc, oldl, sq; local
643 oldc = c[0];
646 if (y <= clist[oldc].y)
650 oldc = c[l - 1];
655 c[l] = newcand(i, y, oldc);
656 oldc = tc;
660 c[l] = newcand(i, y, oldc);
/freebsd-current/contrib/tcsh/
H A Ded.chared.c1267 Char *oldlc, *oldc; local
1273 oldc = Cursor;
1301 Cursor = oldc;
3532 Char *cp, *oldc, *dp; local
3539 oldc = Cursor;
3543 c_insert((int)(oldc - cp));
3544 for (dp = oldc; cp < oldc && dp < LastChar; cp++)
/freebsd-current/sys/contrib/openzfs/module/zfs/
H A Dvdev.c583 int oldc = pvd->vdev_children; local
588 if (oldc == 0)
591 for (int c = newc = 0; c < oldc; c++)
598 for (int c = newc = 0; c < oldc; c++) {
608 kmem_free(pvd->vdev_child, oldc * sizeof (vdev_t *));
1497 uint64_t oldc = vd->vdev_ms_count; local
1501 boolean_t expanding = (oldc != 0);
1513 ASSERT(oldc <= newc);
1518 memcpy(mspp, vd->vdev_ms, oldc * sizeof (*mspp));
1519 vmem_free(vd->vdev_ms, oldc * sizeo
[all...]
/freebsd-current/contrib/ncurses/progs/
H A Dtic.c1051 int c, oldc = '\0'; local
1057 if (oldc == '\n') {
1066 && (in_comment || (oldc == '\n' && c == '\n')))
1068 oldc = c;
/freebsd-current/sys/netpfil/ipfw/
H A Dip_dummynet.c1658 int oldc = V_dn_cfg.fsk_count; local
1686 if (oldc != V_dn_cfg.fsk_count) /* new item */

Completed in 277 milliseconds