This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-skq
/
lib
/
libc
/
db
/
recno
History
obrien
8d96a006d8
Use size_t rather than a 16-bit data type fo the length.
...
PR: 9350 Submitted by: Danny J. Zerkel <dzerkel@columbus.rr.com>
2000-11-07 22:19:23 +00:00
..
extern.h
…
Makefile.inc
$Id$ -> $FreeBSD$
1999-08-28 00:22:10 +00:00
rec_close.c
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
2000-01-27 23:07:25 +00:00
rec_delete.c
…
rec_get.c
Use size_t rather than a 16-bit data type fo the length.
2000-11-07 22:19:23 +00:00
rec_open.c
Simplify sytem call renaming. Instead of _foo() <-- _libc_foo <-- foo(),
2000-01-27 23:07:25 +00:00
rec_put.c
If using a DB_RECNO, db::put should return the new key if R_IAFTER is
2000-08-08 05:20:57 +00:00
rec_search.c
…
rec_seq.c
…
rec_utils.c
…
recno.h
…