Home
last modified time | relevance | path

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

/freebsd/contrib/mandoc/
H A 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/lib/libopenbsd/
H A Dohash.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/contrib/tnftp/src/
H A Dcmds.c2595 int ohash, orestart_point, overbose; in page() local