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

/freebsd-11-stable/contrib/com_err/
H A Dcompile_et.c63 char hfn[128]; variable
84 fprintf(c_file, "#include \"%s\"\n", hfn);
132 FILE *h_file = fopen(hfn, "w");
138 snprintf(fn, sizeof(fn), "__%s__", hfn);
234 snprintf(hfn, sizeof(hfn), "%s.h", Basename);
/freebsd-11-stable/crypto/heimdal/lib/com_err/
H A Dcompile_et.c63 char hfn[128]; variable
84 fprintf(c_file, "#include \"%s\"\n", hfn);
132 FILE *h_file = fopen(hfn, "w");
138 snprintf(fn, sizeof(fn), "__%s__", hfn);
234 snprintf(hfn, sizeof(hfn), "%s.h", Basename);
/freebsd-11-stable/contrib/binutils/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 84 milliseconds