Home
last modified time | relevance | path

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

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