Name | Synopsis | Description | INTERFACES | Files | Attributes | See Also
cc [ flag... ] -I /usr/ucbinclude file... -L /usr/libucb \
-R /usr/libucb -ldbm [ library... ]
Functions in this library maintain key/content pairs in a database. The functions will handle very large (a billion blocks) databases and will access a keyed item in one or two file system accesses.
The shared object libdbm.so.1 provides the public interfaces defined below. See Intro(3) for additional information on shared object interfaces.
|
bitno |
blkno |
|
dbmclose |
dbminit |
|
dbrdonly |
delete |
|
dirbuf |
dirf |
|
fetch |
firstkey |
|
hmask |
maxbno |
|
nextkey |
pagbuf |
|
pagf |
store |
See attributes(5) for descriptions of the following attributes:
|
ATTRIBUTE TYPE |
ATTRIBUTE VALUE |
|
MT-Level |
Unsafe |
Name | Synopsis | Description | INTERFACES | Files | Attributes | See Also