Home
last modified time | relevance | path

Searched refs:oldcount (Results 1 – 6 of 6) sorted by relevance

/freebsd/usr.bin/locate/code/
H A Dlocate.code.c105 int ch, code, count, diffcount, oldcount; in main() local
143 oldcount = 0; in main()
164 diffcount = count - oldcount + OFFSET; in main()
165 oldcount = count; in main()
/freebsd/crypto/krb5/src/lib/krb5/asn.1/
H A Dasn1_encode.c319 size_t len_copy, oldcount; in make_tag() local
328 oldcount = buf->count; in make_tag()
331 insert_byte(buf, 0x80 | ((buf->count - oldcount) & 0x7F)); in make_tag()
712 size_t oldcount = buf->count; in encode_atype() local
717 ret = make_tag(buf, tag_out, buf->count - oldcount); in encode_atype()
766 size_t oldcount = buf->count; in encode_atype_and_tag() local
771 ret = make_tag(buf, &t, buf->count - oldcount); in encode_atype_and_tag()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dhashmap.c353 hsp->oldcount++; in NCURSES_SP_NAME()
377 if (hsp->oldcount == 1 && hsp->newcount == 1 in NCURSES_SP_NAME()
/freebsd/sys/net/
H A Dif.c3082 int oldflags, oldcount; in if_setflag() local
3104 oldcount = *refcount; in if_setflag()
3137 *refcount = oldcount; in if_setflag()
/freebsd/sys/dev/pci/
H A Dpci.c4290 int devcount, error, i, j, maxslots, oldcount; in pci_rescan_method() local
4354 oldcount = devcount; in pci_rescan_method()
4364 for (j = 0; j < oldcount; j++) { in pci_rescan_method()
/freebsd/contrib/ncurses/ncurses/
H A Dcurses.priv.h867 int oldcount, newcount; member