Searched refs:Hash_CreateEntry (Results 1 - 9 of 9) sorted by relevance

/netbsd-6-1-5-RELEASE/sbin/rcorder/
H A Dhash.h156 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, int *);
H A Drcorder.c279 entry = Hash_CreateEntry(provide_hash, s, &new);
300 entry = Hash_CreateEntry(provide_hash, s, &new);
490 entry = Hash_CreateEntry(provide_hash, buffer, &new);
538 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new);
H A Dhash.c243 * Hash_CreateEntry --
265 Hash_CreateEntry(Hash_Table *t, char *key, int *newPtr) function
/netbsd-6-1-5-RELEASE/usr.bin/make/
H A Dhash.h149 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
H A Dhash.c236 * Hash_CreateEntry --
259 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) function
H A Ddir.c930 entry = Hash_CreateEntry(&mtimes, file, NULL);
1317 entry = Hash_CreateEntry(&mtimes, name, NULL);
1590 (void)Hash_CreateEntry(&p->files, dp->d_name, NULL);
H A Dtarg.c338 Boolean isNew; /* Set TRUE if Hash_CreateEntry had to create */
349 he = Hash_CreateEntry(&targets, name, &isNew);
H A Darch.c688 he = Hash_CreateEntry(&ar->members, memName, NULL);
H A Dvar.c502 h = Hash_CreateEntry(&ctxt->context, name, NULL);
1035 h = Hash_CreateEntry(&ctxt->context, name, NULL);

Completed in 127 milliseconds