Searched refs:Hash_CreateEntry (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/sbin/rcorder/ |
| H A D | hash.h | 128 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
|
| H A D | rcorder.c | 297 entry = Hash_CreateEntry(provide_hash, s, &new); in add_require() 318 entry = Hash_CreateEntry(provide_hash, s, &new); in add_provide() 557 entry = Hash_CreateEntry(provide_hash, buffer, &new); in make_fake_provision() 606 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new); in insert_before()
|
| H A D | hash.c | 231 Hash_CreateEntry( in Hash_CreateEntry() function
|
| /freebsd-13.1/contrib/bmake/ |
| H A D | ChangeLog | 1072 o hash.c: replace strcpy with memcpy in Hash_CreateEntry
|