Home
last modified time | relevance | path

Searched defs:ohash (Results 1 – 3 of 3) sorted by relevance

/freebsd-14-stable/lib/libopenbsd/
HDohash.h40 struct ohash { struct
41 struct _ohash_record *t; argument
42 struct ohash_info info; argument
55 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/freebsd-14-stable/contrib/mandoc/
HDcompat_ohash.h38 struct ohash { struct
39 struct _ohash_record *t; argument
40 struct ohash_info info; argument
52 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/freebsd-14-stable/contrib/tnftp/src/
HDcmds.c2595 int ohash, orestart_point, overbose; in page() local