Searched refs:newbin (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/usr.sbin/unbound/util/storage/
H A Dlruhash.c123 struct lruhash_bin* newbin; local
142 newbin = &newa[p->hash & newmask];
143 p->overflow_next = newbin->overflow_list;
144 newbin->overflow_list = p;
/openbsd-current/sbin/unwind/libunbound/util/storage/
H A Dlruhash.c123 struct lruhash_bin* newbin; local
142 newbin = &newa[p->hash & newmask];
143 p->overflow_next = newbin->overflow_list;
144 newbin->overflow_list = p;
/openbsd-current/gnu/usr.bin/cvs/src/
H A Dsanity.sh13899 echo "*.newbin -k 'b'" > .cvswrappers
13902 touch file1.newbin file1.txt
13903 dotest binwrap3-2c "${testcvs} add file1.newbin file1.txt" \
13904 "${PROG} [a-z]*: scheduling file .file1\.newbin. for addition
13908 "RCS file: ${CVSROOT_DIRNAME}/binwrap3/sub2/file1\.newbin,v
13910 Checking in file1\.newbin;
13911 ${CVSROOT_DIRNAME}/binwrap3/sub2/file1\.newbin,v <-- file1\.newbin
13992 dotest binwrap3-sub2-add1 "grep file1.newbin sub2/CVS/Entries" \
13993 "/file1.newbin/1.
[all...]

Completed in 96 milliseconds