Searched refs:Hash_CreateEntry (Results 1 – 4 of 4) sorted by relevance
/freebsd/sbin/rcorder/ |
H A D | hash.h | 125 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
|
H A D | rcorder.c | 295 entry = Hash_CreateEntry(provide_hash, s, &new); in add_require() 316 entry = Hash_CreateEntry(provide_hash, s, &new); in add_provide() 555 entry = Hash_CreateEntry(provide_hash, buffer, &new); in make_fake_provision() 604 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new); in insert_before()
|
H A D | hash.c | 217 Hash_CreateEntry( in Hash_CreateEntry() function
|
/freebsd/contrib/bmake/ |
H A D | ChangeLog | 2075 o hash.c: replace strcpy with memcpy in Hash_CreateEntry
|