freebsd-dev/lib/libc/db/btree
Ben Laurie 5f301949ef Fix clang warnings.
Approved by:	philip (mentor)
2011-06-18 13:56:33 +00:00
..
bt_close.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_conv.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_debug.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_delete.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
bt_get.c Diff reduction against OpenBSD: ANSI'fy prototypes. 2009-03-02 23:47:18 +00:00
bt_open.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_overflow.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
bt_page.c Minor changes from Berkeley DB 1.86 and further improvements from OpenBSD. 2009-03-28 07:31:02 +00:00
bt_put.c Several signed/unsigned warning fixes. 2009-03-28 05:45:29 +00:00
bt_search.c Rename variable 'index' to 'idx' to avoid name collision with index(3), 2009-03-03 02:16:12 +00:00
bt_seq.c Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
bt_split.c Fix clang warnings. 2011-06-18 13:56:33 +00:00
bt_utils.c Our realloc(3) and reallocf(3) can handle NULL, which turns it into a 2009-03-05 00:57:01 +00:00
btree.h Style changes (including additional casts to shut up warnings). This 2009-03-04 00:58:04 +00:00
extern.h
Makefile.inc