Home
last modified time | relevance | path

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

/openbsd-src/lib/libutil/
H A Dohash.h38 struct ohash { struct
39 struct _ohash_record *t; argument
40 struct ohash_info info; argument
53 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/openbsd-src/usr.bin/ftp/
H A Dcmds.c1630 int ohash, overbose; in page() local