Searched refs:Hash_GetValue (Results 1 - 10 of 10) sorted by relevance

/freebsd-9.3-release/usr.bin/make/
H A Dhash.h86 * void *Hash_GetValue(const Hash_Entry *h)
88 #define Hash_GetValue(h) ((h)->clientData) macro
H A Darch.c939 *(int64_t *)Hash_GetValue(he) = arf->time;
961 return (*(int64_t *)Hash_GetValue (he));
968 return (*(int64_t *)Hash_GetValue(he));
H A Dtarg.c190 return (Hash_GetValue(he));
H A Ddir.c974 Targ_FmtTime((time_t)(long)Hash_GetValue(entry)),
976 stb.st_mtime = (time_t)(long)Hash_GetValue(entry);
/freebsd-9.3-release/contrib/bmake/
H A Dhash.h124 * void * Hash_GetValue(h)
128 #define Hash_GetValue(h) ((h)->clientInfo.clientPtr) macro
H A Darch.c254 free(Hash_GetValue(entry));
605 return ((struct ar_hdr *)Hash_GetValue(he));
617 return ((struct ar_hdr *)Hash_GetValue(he));
738 memcpy(Hash_GetValue(he), &arh, sizeof(struct ar_hdr));
754 return ((struct ar_hdr *)Hash_GetValue(he));
H A Dtarg.c345 return (GNode *)Hash_GetValue(he);
351 return (GNode *)Hash_GetValue(he);
H A Dvar.c454 return ((Var *)Hash_GetValue(var));
462 return ((Var *)Hash_GetValue(var));
570 v = (Var *)Hash_GetValue(ln);
699 v = (Var *)Hash_GetValue(var);
4229 VarPrintVar(Hash_GetValue(h));
/freebsd-9.3-release/sbin/rcorder/
H A Dhash.h94 * ClientData Hash_GetValue(h)
98 #define Hash_GetValue(h) ((h)->clientData) macro
H A Drcorder.c289 head = Hash_GetValue(entry);
577 for (pnode = Hash_GetValue(entry); pnode; pnode = pnode->next) {
629 head = Hash_GetValue(entry);

Completed in 173 milliseconds