OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ohash
(Results
1 - 3
of
3
) sorted by relevancy
/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
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
221
if (
ohash
!= nhash && (un->un_cflags & UN_CACHED)) {
241
if (
ohash
!= nhash) {
/src/usr.bin/ftp/
cmds.c
2613
int
ohash
, overbose;
local
2633
ohash
= hash;
2639
hash =
ohash
;
Completed in 16 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026