From owner-freebsd-questions@FreeBSD.ORG Tue Apr 6 17:43:23 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A39C11065675 for ; Tue, 6 Apr 2010 17:43:23 +0000 (UTC) (envelope-from jimsander@mac.com) Received: from asmtpout018.mac.com (asmtpout018.mac.com [17.148.16.93]) by mx1.freebsd.org (Postfix) with ESMTP id 8CFF28FC19 for ; Tue, 6 Apr 2010 17:43:23 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Received: from [192.168.15.101] ([76.106.175.11]) by asmtp018.mac.com (Sun Java(tm) System Messaging Server 6.3-8.01 (built Dec 16 2008; 32bit)) with ESMTPSA id <0L0G003KUUJX0A40@asmtp018.mac.com> for freebsd-questions@freebsd.org; Tue, 06 Apr 2010 10:43:11 -0700 (PDT) X-Proofpoint-Spam-Details: rule=notspam policy=default score=0 spamscore=0 ipscore=0 phishscore=0 bulkscore=0 adultscore=0 classifier=spam adjust=0 reason=mlx engine=5.0.0-0908210000 definitions=main-1004060171 In-reply-to: References: <5CBAB28E-839B-48D7-B2F4-75C284A419E1@mac.com> <00210668-B946-42C5-87A2-70293E9263A6@mac.com> Message-id: <6F9D9FB3-1B63-4D0C-9A77-AB285258CB27@mac.com> Cc: freebsd-questions@freebsd.org From: Jim Sander Date: Tue, 06 Apr 2010 13:43:09 -0400 X-Mailer: Apple Mail (2.753.1) Subject: Re: example C code for reading db hash files X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 06 Apr 2010 17:43:23 -0000 On Apr 5, 2010, at 8:51 PM, C. P. Ghost wrote: > /usr/src/lib/libc/db/README > "This is version 1.85 of the Berkeley DB code." I apologize for being imprecise in my original question. What you've provided is enough to give me progress. I think /usr/src/lib/libc/db/ tests/hash.tests will at least get me started. Thank you for the information.