Searched refs:ohash_info (Results 1 – 9 of 9) sorted by relevance
| /mirbsd/src/include/ |
| D | ohash.h | 30 struct ohash_info { struct 42 struct ohash_info info; argument 55 void ohash_init(struct ohash *, unsigned, struct ohash_info *); 71 void *ohash_create_entry(struct ohash_info *, const char *, const char **);
|
| /mirbsd/src/lib/libc/ohash/ |
| D | ohash_create_entry.c | 26 ohash_create_entry(struct ohash_info *i, const char *start, const char **end) in ohash_create_entry()
|
| D | ohash_init.c | 23 ohash_init(struct ohash *h, unsigned int size, struct ohash_info *info) in ohash_init()
|
| /mirbsd/src/usr.bin/make/ |
| D | dir.c | 201 static struct ohash_info stamp_info = { offsetof(struct file_stamp, name), 204 static struct ohash_info file_info = { 0, 207 static struct ohash_info dir_info = { offsetof(Path, name),
|
| D | arch.c | 131 static struct ohash_info members_info = { 136 static struct ohash_info arch_info = {
|
| D | targ.c | 126 static struct ohash_info gnode_info = {
|
| D | var.c | 175 static struct ohash_info var_info = {
|
| /mirbsd/src/usr.bin/m4/ |
| D | look.c | 57 static struct ohash_info macro_info = {
|
| /mirbsd/src/usr.bin/tsort/ |
| D | tsort.c | 159 static struct ohash_info node_info = {
|