NetBSD/lib/libc/db/btree
2009-04-22 18:44:06 +00:00
..
bt_close.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_conv.c In preparation for providing a db fallback in libnbcompat, remove 2008-09-10 17:52:35 +00:00
bt_debug.c In preparation for providing a db fallback in libnbcompat, remove 2008-09-10 17:52:35 +00:00
bt_delete.c sign-compare fixes 2009-01-29 02:02:36 +00:00
bt_get.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_open.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_overflow.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_page.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_put.c fix -Wsign-compare issues 2009-02-12 06:35:54 +00:00
bt_search.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_seq.c Consistently include "nbtool_config.h" when cross-compiling. 2008-09-11 12:58:00 +00:00
bt_split.c Avoid information leaks by zeroing memory, from FreeBSD (we had done some 2009-04-22 18:44:06 +00:00
bt_utils.c In preparation for providing a db fallback in libnbcompat, remove 2008-09-10 17:52:35 +00:00
btree.h Convert db from UCB types to POSIX types. Prefer uint8_t for u_char as 2008-08-26 21:18:38 +00:00
extern.h unsigned int32_t -> uint32_t 2008-09-26 11:41:06 +00:00
Makefile.inc