1libdbm(3LIBUCB) SunOS/BSD Compatibility Interface Libraries libdbm(3LIBUCB)
2
3
4
6 libdbm - database subroutines library
7
9 cc [ flag... ] -I /usr/ucbinclude file... -L /usr/libucb \
10 -R /usr/libucb -ldbm [ library... ]
11
12
14 Functions in this library maintain key/content pairs in a database. The
15 functions will handle very large (a billion blocks) databases and will
16 access a keyed item in one or two file system accesses.
17
19 The shared object libdbm.so.1 provides the public interfaces defined
20 below. See Intro(3) for additional information on shared object inter‐
21 faces.
22
23
24
25
26 bitno blkno
27 dbmclose dbminit
28 dbrdonly delete
29 dirbuf dirf
30 fetch firstkey
31 hmask maxbno
32 nextkey pagbuf
33 pagf store
34
35
37 /usr/libucb/libdbm.so.1
38
39 shared object
40
41
42 /usr/libucb/64/libdbm.so.1
43
44 64-bit shared object
45
46
48 See attributes(5) for descriptions of the following attributes:
49
50
51
52
53 ┌───────────────────────────────────────────────────────────┐
54 │ATTRIBUTE TYPE ATTRIBUTE VALUE │
55 │MT-Level Unsafe │
56 └───────────────────────────────────────────────────────────┘
57
59 Intro(3), dbm(3UCB), attributes(5)
60
61
62
63SunOS 5.11 14 Nov 2002 libdbm(3LIBUCB)