Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/mdocml/dist/
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
/netbsd-src/usr.bin/m4/lib/
H A Dohash.h37 struct ohash { struct
38 struct _ohash_record *t; argument
39 struct ohash_info info; argument
52 void ohash_init(struct ohash *, unsigned, struct ohash_info *); argument
/netbsd-src/sys/fs/union/
H A Dunion_subr.c166 int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp); in union_newlower() local
196 int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp); in union_newupper() local
/netbsd-src/usr.bin/ftp/
H A Dcmds.c2608 int ohash, orestart_point, overbose; page() local