Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/mandoc/
Dcompat_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-12-stable/lib/libopenbsd/
Dohash.h42 struct ohash { struct
43 struct _ohash_record *t; argument
44 struct ohash_info info; argument
57 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/freebsd-12-stable/contrib/tnftp/src/
Dcmds.c2595 int ohash, orestart_point, overbose; in page() local