Home
last modified time | relevance | path

Searched refs:Hash_CreateEntry (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sbin/rcorder/
H A Dhash.h128 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
H A Drcorder.c297 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 Dhash.c231 Hash_CreateEntry( in Hash_CreateEntry() function
/freebsd-13.1/contrib/bmake/
H A DChangeLog1072 o hash.c: replace strcpy with memcpy in Hash_CreateEntry