Searched refs:hfn (Results 1 – 2 of 2) sorted by relevance
118 char hfn[MAXLINE]; in alt_code_file() local122 (void) snprintf(hfn, sizeof (hfn), "%s.c", db_get_output_file()); in alt_code_file()123 if ((hfp = fopen(hfn, "w")) == NULL) { in alt_code_file()
42 inj_hash_create(inj_hash_t *h, ulong_t (*hfn)(void *), in inj_hash_create()49 h->h_hashfn = hfn; in inj_hash_create()