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

/freebsd-9.3-release/usr.bin/make/
H A Dhash.h98 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
H A Ddir.c796 entry = Hash_CreateEntry(&mtimes, file,
845 entry = Hash_CreateEntry(&mtimes, name, (Boolean *)NULL);
1071 Hash_CreateEntry(&d->files, dp->d_name, (Boolean *)NULL);
H A Dhash.c188 * Hash_CreateEntry --
204 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) function
H A Dtarg.c173 Boolean isNew; /* Set TRUE if Hash_CreateEntry had to create */
177 he = Hash_CreateEntry(&targets, name, &isNew);
H A Darch.c937 he = Hash_CreateEntry(&ar->members, arf->member, NULL);
/freebsd-9.3-release/contrib/bmake/
H A Dhash.h149 Hash_Entry *Hash_CreateEntry(Hash_Table *, const char *, Boolean *);
H A Ddir.c931 entry = Hash_CreateEntry(&mtimes, file, NULL);
1318 entry = Hash_CreateEntry(&mtimes, name, NULL);
1513 entry = Hash_CreateEntry(&mtimes, fullName, NULL);
1594 (void)Hash_CreateEntry(&p->files, dp->d_name, NULL);
H A Dhash.c236 * Hash_CreateEntry --
259 Hash_CreateEntry(Hash_Table *t, const char *key, Boolean *newPtr) function
H A Dtarg.c338 Boolean isNew; /* Set TRUE if Hash_CreateEntry had to create */
349 he = Hash_CreateEntry(&targets, name, &isNew);
H A Darch.c736 he = Hash_CreateEntry(&ar->members, memName, NULL);
H A Dvar.c527 h = Hash_CreateEntry(&ctxt->context, name, NULL);
1077 h = Hash_CreateEntry(&ctxt->context, name, NULL);
/freebsd-9.3-release/sbin/rcorder/
H A Dhash.h126 Hash_Entry *Hash_CreateEntry(Hash_Table *, char *, Boolean *);
H A Drcorder.c267 entry = Hash_CreateEntry(provide_hash, s, &new);
288 entry = Hash_CreateEntry(provide_hash, s, &new);
525 entry = Hash_CreateEntry(provide_hash, buffer, &new);
573 entry = Hash_CreateEntry(provide_hash, bl_list->s, &new);
H A Dhash.c212 * Hash_CreateEntry --
229 Hash_CreateEntry( function

Completed in 132 milliseconds