NetBSD/lib/libc/db/btree
2003-01-20 07:12:12 +00:00
..
bt_close.c Don't pull in <sys/param.h> if we don't have to. 2002-01-22 20:41:21 +00:00
bt_conv.c Don't pull in <sys/param.h> if we don't have to. 2002-01-22 20:41:21 +00:00
bt_debug.c Don't pull in <sys/param.h> if we don't have to. 2002-01-22 20:41:21 +00:00
bt_delete.c Adding missing braces that gcc-2.8.1 likes. 1999-03-16 18:17:56 +00:00
bt_get.c If port provides __weak_alias(), provide an Standard C and POSIX pure 1997-07-21 14:06:24 +00:00
bt_open.c Fix signed/unsigned comparison warnings. 2002-11-11 01:12:04 +00:00
bt_overflow.c Grrr. So much for my ability to use grep(1) effectively. Pointed out 2003-01-20 07:12:12 +00:00
bt_page.c Bug fixes from Sleepycat Software for db_btree databases; for some corner 1997-10-10 21:08:53 +00:00
bt_put.c delint 1998-12-09 12:42:46 +00:00
bt_search.c __bt_search(): Rename the local variable "index" to "idx" to avoid 2001-12-30 19:18:23 +00:00
bt_seq.c Rename the local variable "index" to "idx" to avoid shadowing a global 2001-12-30 19:20:40 +00:00
bt_split.c Delint. 2000-01-23 00:49:41 +00:00
bt_utils.c
btree.h Add hooks for reachover builds from src/tools/compat. 2002-01-21 21:33:42 +00:00
extern.h add missing prototype when defined(DEBUG) 2002-01-12 11:24:48 +00:00
Makefile.inc