/src/usr.bin/m4/lib/ |
ohash.h | 3 /* $OpenBSD: ohash.h,v 1.8 2005/12/29 18:54:47 jaredy Exp $ */ 37 struct ohash { struct 52 void ohash_init(struct ohash *, unsigned, struct ohash_info *); 53 void ohash_delete(struct ohash *); 55 unsigned int ohash_lookup_interval(struct ohash *, const char *, 57 unsigned int ohash_lookup_memory(struct ohash *, const char *, 59 void *ohash_find(struct ohash *, unsigned int); 60 void *ohash_remove(struct ohash *, unsigned int); 61 void *ohash_insert(struct ohash *, unsigned int, void *); 62 void *ohash_first(struct ohash *, unsigned int *) [all...] |
/src/sys/fs/union/ |
union_subr.c | 166 int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp); local in function:union_newlower 177 if (ohash != nhash && (un->un_cflags & UN_CACHED)) { 185 if (ohash != nhash) { 196 int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp); local in function:union_newupper 221 if (ohash != nhash && (un->un_cflags & UN_CACHED)) { 241 if (ohash != nhash) {
|
/src/usr.bin/ftp/ |
cmds.c | 2613 int ohash, overbose; local in function:page 2633 ohash = hash; 2639 hash = ohash;
|