Searched refs:hfn (Results 1 - 2 of 2) sorted by relevance

/macosx-10.9.5/Heimdal-323.92.1/lib/com_err/
H A Dcompile_et.c63 char hfn[128]; variable
84 fprintf(c_file, "#include \"%s\"\n", hfn);
131 FILE *h_file = fopen(hfn, "w");
137 snprintf(fn, sizeof(fn), "__%s__", hfn);
233 snprintf(hfn, sizeof(hfn), "%s.h", Basename);
/macosx-10.9.5/cxxfilt-11/cxxfilt/bfd/
H A Dxcofflink.c2585 struct xcoff_link_hash_entry *hfn;
2593 hfn = xcoff_link_hash_lookup (xcoff_hash_table (info),
2596 if (hfn != NULL
2597 && hfn->smclas == XMC_PR
2598 && (hfn->root.type == bfd_link_hash_defined
2599 || hfn->root.type == bfd_link_hash_defweak))
2602 h->descriptor = hfn;
2603 hfn->descriptor = h;
2580 struct xcoff_link_hash_entry *hfn; local

Completed in 72 milliseconds