Symbol: ohash
sys/fs/union/union_subr.c
166
int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp);
sys/fs/union/union_subr.c
177
if (ohash != nhash && (un->un_cflags & UN_CACHED)) {
sys/fs/union/union_subr.c
185
if (ohash != nhash) {
sys/fs/union/union_subr.c
196
int ohash = UNION_HASH(un->un_uppervp, un->un_lowervp);
sys/fs/union/union_subr.c
221
if (ohash != nhash && (un->un_cflags & UN_CACHED)) {
sys/fs/union/union_subr.c
241
if (ohash != nhash) {
usr.bin/ftp/cmds.c
2613
int ohash, overbose;
usr.bin/ftp/cmds.c
2633
ohash = hash;
usr.bin/ftp/cmds.c
2639
hash = ohash;
usr.bin/m4/extern.h
75
extern struct ohash macros;
usr.bin/m4/lib/ohash.c
125
ohash_remove(struct ohash *h, unsigned int i)
usr.bin/m4/lib/ohash.c
143
ohash_find(struct ohash *h, unsigned int i)
usr.bin/m4/lib/ohash.c
152
ohash_insert(struct ohash *h, unsigned int i, void *p)
usr.bin/m4/lib/ohash.c
170
ohash_entries(struct ohash *h)
usr.bin/m4/lib/ohash.c
176
ohash_first(struct ohash *h, unsigned int *pos)
usr.bin/m4/lib/ohash.c
183
ohash_next(struct ohash *h, unsigned int *pos)
usr.bin/m4/lib/ohash.c
192
ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info)
usr.bin/m4/lib/ohash.c
229
ohash_lookup_interval(struct ohash *h, const char *start, const char *end,
usr.bin/m4/lib/ohash.c
277
ohash_lookup_memory(struct ohash *h, const char *k, size_t size, uint32_t hv)
usr.bin/m4/lib/ohash.c
321
ohash_qlookup(struct ohash *h, const char *s)
usr.bin/m4/lib/ohash.c
328
ohash_qlookupi(struct ohash *h, const char *s, const char **e)
usr.bin/m4/lib/ohash.c
44
static void ohash_resize(struct ohash *);
usr.bin/m4/lib/ohash.c
68
ohash_delete(struct ohash *h)
usr.bin/m4/lib/ohash.c
77
ohash_resize(struct ohash *h)
usr.bin/m4/lib/ohash.h
54
void ohash_init(struct ohash *, unsigned, struct ohash_info *);
usr.bin/m4/lib/ohash.h
55
void ohash_delete(struct ohash *);
usr.bin/m4/lib/ohash.h
57
unsigned int ohash_lookup_interval(struct ohash *, const char *,
usr.bin/m4/lib/ohash.h
59
unsigned int ohash_lookup_memory(struct ohash *, const char *,
usr.bin/m4/lib/ohash.h
65
void *ohash_find(struct ohash *, unsigned int);
usr.bin/m4/lib/ohash.h
66
void *ohash_remove(struct ohash *, unsigned int);
usr.bin/m4/lib/ohash.h
67
void *ohash_insert(struct ohash *, unsigned int, void *);
usr.bin/m4/lib/ohash.h
68
void *ohash_first(struct ohash *, unsigned int *);
usr.bin/m4/lib/ohash.h
69
void *ohash_next(struct ohash *, unsigned int *);
usr.bin/m4/lib/ohash.h
70
unsigned int ohash_entries(struct ohash *);
usr.bin/m4/lib/ohash.h
75
unsigned int ohash_qlookupi(struct ohash *, const char *, const char **);
usr.bin/m4/lib/ohash.h
76
unsigned int ohash_qlookup(struct ohash *, const char *);
usr.bin/m4/look.c
72
struct ohash macros;