freebsd-dev/lib/libc/db/btree
Pedro F. Giffuni 968c0b406d libc: make more use of the howmany() macro when available.
We have a howmany() macro in the <sys/param.h> header that is
convenient to re-use as it makes things easier to read.
2016-04-26 01:17:05 +00:00
..
bt_close.c
bt_conv.c
bt_debug.c
bt_delete.c
bt_get.c
bt_open.c libc: make more use of the howmany() macro when available. 2016-04-26 01:17:05 +00:00
bt_overflow.c
bt_page.c
bt_put.c
bt_search.c
bt_seq.c
bt_split.c
bt_utils.c
btree.h
extern.h
Makefile.inc