Searched refs:ohash (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/mdocml/
H A Dmandoc_ohash.h18 #include <ohash.h>
23 void mandoc_ohash_init(struct ohash *, unsigned int, ptrdiff_t);
H A Dcompat_ohash.h1 /* $OpenBSD: ohash.h,v 1.2 2014/06/02 18:52:03 deraadt Exp $ */
38 struct ohash { struct
52 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
53 void ohash_delete(struct ohash *);
55 unsigned int ohash_lookup_interval(struct ohash *, const char *,
57 unsigned int ohash_lookup_memory(struct ohash *, const char *,
59 void *ohash_find(struct ohash *, unsigned int);
60 void *ohash_remove(struct ohash *, unsigned int);
61 void *ohash_insert(struct ohash *, unsigned int, void *);
62 void *ohash_first(struct ohash *, unsigne
[all...]
H A Dtest-ohash.c4 #include <ohash.h>
13 struct ohash h;
H A Dcompat_ohash.c9 /* $OpenBSD: ohash.c,v 1.1 2014/06/02 18:52:03 deraadt Exp $ */
47 static void ohash_resize(struct ohash *);
71 ohash_delete(struct ohash *h)
80 ohash_resize(struct ohash *h)
128 ohash_remove(struct ohash *h, unsigned int i)
146 ohash_find(struct ohash *h, unsigned int i)
155 ohash_insert(struct ohash *h, unsigned int i, void *p)
173 ohash_entries(struct ohash *h)
179 ohash_first(struct ohash *h, unsigned int *pos)
186 ohash_next(struct ohash *
[all...]
H A Dmandoc_ohash.c31 mandoc_ohash_init(struct ohash *h, unsigned int sz, ptrdiff_t ko)
H A Dconfigure236 # --- ohash ---
239 elif ismanual ohash "${HAVE_OHASH}"; then
242 runtest ohash OHASH "${DBLIB}" || true
243 elif singletest ohash OHASH; then
245 elif runtest ohash OHASH "-lutil"; then
H A Dtag.c41 static struct ohash tag_data;
86 * Set up the ohash table to collect output line numbers
136 * information and clear the ohash table while going along.
H A Dchars.c414 static struct ohash mchars;
H A Dmandocdb.c200 static struct ohash mpages; /* table of distinct manual pages */
201 static struct ohash mlinks; /* table of directory entries */
202 static struct ohash names; /* table of all names */
203 static struct ohash strings; /* table of all strings */
1803 struct ohash *htab;
H A DMakefile30 test-ohash.c \
H A Dmansearch.c171 struct ohash htab;
/freebsd-11.0-release/lib/libopenbsd/
H A Dohash.h1 /* $OpenBSD: src/lib/libutil/ohash.h,v 1.2 2014/06/02 18:52:03 deraadt Exp $ */
17 * $FreeBSD: releng/11.0/lib/libopenbsd/ohash.h 288629 2015-10-03 20:06:50Z bdrewery $
42 struct ohash { struct
57 void ohash_init(struct ohash *, unsigned, struct ohash_info *);
58 void ohash_delete(struct ohash *);
60 unsigned int ohash_lookup_interval(struct ohash *, const char *,
62 unsigned int ohash_lookup_memory(struct ohash *, const char *,
64 void *ohash_find(struct ohash *, unsigned int);
65 void *ohash_remove(struct ohash *, unsigned int);
66 void *ohash_insert(struct ohash *, unsigne
[all...]
H A DMakefile8 ohash.c
H A Dohash.c1 /* $OpenBSD: src/lib/libutil/ohash.c,v 1.1 2014/06/02 18:52:03 deraadt Exp $ */
19 __FBSDID("$FreeBSD: releng/11.0/lib/libopenbsd/ohash.c 269162 2014-07-27 22:54:13Z bapt $");
26 #include "ohash.h"
40 static void ohash_resize(struct ohash *);
64 ohash_delete(struct ohash *h)
73 ohash_resize(struct ohash *h)
121 ohash_remove(struct ohash *h, unsigned int i)
139 ohash_find(struct ohash *h, unsigned int i)
148 ohash_insert(struct ohash *h, unsigned int i, void *p)
166 ohash_entries(struct ohash *
[all...]
/freebsd-11.0-release/usr.bin/m4/
H A Dextern.h71 extern struct ohash macros;
H A Dlook.c49 #include <ohash.h>
67 struct ohash macros;
H A Dmain.c55 #include <ohash.h>
/freebsd-11.0-release/contrib/tnftp/src/
H A Dcmds.c2596 int ohash, orestart_point, overbose; local
2615 ohash = hash;
2620 hash = ohash;

Completed in 105 milliseconds