1: /*
2: * Copyright (c) 1980 Regents of the University of California.
3: * All rights reserved. The Berkeley software License Agreement
4: * specifies the terms and conditions for redistribution.
5: *
6: * @(#)dbm.h 5.1 (Berkeley) 3/27/86
7: */
8:
9: #ifndef NULL
10: /*
11: * this is lunacy, we no longer use it (and never should have
12: * unconditionally defined it), but, this whole file is for
13: * backwards compatability - someone may rely on this.
14: */
15: #define NULL ((char *) 0)
16: #endif
17:
18: #include <ndbm.h>
19:
20: datum fetch();
21: datum firstkey();
22: datum nextkey();
23: #if 0
24: datum makdatum();
25: datum firsthash();
26: long calchash();
27: long hashinc();
28: #endif
Defined macros
NULL
defined in line
15; used 120 times
- in line 9
- in /usr/src/new/nntp/server/access.c line
81,
153,
160-163(3)
- in /usr/src/new/nntp/server/active.c line
66,
91,
105
- in /usr/src/new/nntp/server/ahbs.c line
46,
104
- in /usr/src/new/nntp/server/common.h line
52-54(2)
- in /usr/src/new/nntp/server/group.c line
39,
52,
71,
94
- in /usr/src/new/nntp/server/ihave.c line
34
- in /usr/src/new/nntp/server/list.c line
24-28(2),
40-41(2)
- in /usr/src/new/nntp/server/misc.c line
35,
49-50(2),
56-61(2),
113-117(2),
125-129(2),
139,
149-161(4),
174-184(5),
193,
199-204(3),
210-217(3),
247-250(2),
277,
286,
338-350(5),
367-369(2),
375-378(3),
409-417(3),
443-445(2),
499,
505,
567
- in /usr/src/new/nntp/server/netaux.c line
105
- in /usr/src/new/nntp/server/newgroups.c line
21,
35,
85-88(3),
98
- in /usr/src/new/nntp/server/newnews.c line
128-129(2),
140,
182-185(2),
220,
233,
338,
410,
417,
426,
481
- in /usr/src/new/nntp/server/nextlast.c line
70
- in /usr/src/new/nntp/server/scandir.c line
36-39(2)
- in /usr/src/new/nntp/server/serve.c line
149,
164-165(2),
172-176(2),
198,
204-208(2),
258
- in /usr/src/new/nntp/server/spawn.c line
68,
83-89(3),
168,
175,
188
- in /usr/src/new/nntp/server/xhdr.c line
58,
101,
123,
144
- in /usr/src/new/nntp/xfer/nntpxfer.c line
108,
161,
178,
322,
362
- in /usr/src/new/rn/bits.c line
40-41(2),
361
Usage of this include