OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:h_file
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/heimdal/dist/lib/com_err/
compile_et.c
136
FILE *
h_file
= fopen(hfn, "w");
local
139
if(
h_file
== NULL)
147
fprintf(
h_file
, "/* Generated from %s */\n", basename(filename));
149
fprintf(
h_file
, "/* %s */\n", id_str);
150
fprintf(
h_file
, "\n");
151
fprintf(
h_file
, "#ifndef %s\n", fn);
152
fprintf(
h_file
, "#define %s\n", fn);
153
fprintf(
h_file
, "\n");
154
fprintf(
h_file
, "struct et_list;\n");
155
fprintf(
h_file
, "\n")
[
all
...]
/src/external/gpl3/gcc/dist/gcc/
genopinit.cc
179
FILE *
h_file
, *s_file;
local
191
h_file
= open_outfile (header_file_name);
225
fprintf (
h_file
, "#ifndef GCC_INSN_OPINIT_H\n");
226
fprintf (
h_file
, "#define GCC_INSN_OPINIT_H 1\n");
229
fprintf (
h_file
, "enum optab_tag {\n");
233
fprintf (
h_file
, " %s,\n", optabs[i].name);
237
fprintf (
h_file
, " FIRST_CONV_OPTAB = %s,\n", optabs[last_kind[0]+1].name);
238
fprintf (
h_file
, " LAST_CONVLIB_OPTAB = %s,\n", optabs[last_kind[1]].name);
239
fprintf (
h_file
, " LAST_CONV_OPTAB = %s,\n", optabs[last_kind[2]].name);
240
fprintf (
h_file
, " FIRST_NORM_OPTAB = %s,\n", optabs[last_kind[2]+1].name)
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
genopinit.cc
179
FILE *
h_file
, *s_file;
local
191
h_file
= open_outfile (header_file_name);
225
fprintf (
h_file
, "#ifndef GCC_INSN_OPINIT_H\n");
226
fprintf (
h_file
, "#define GCC_INSN_OPINIT_H 1\n");
229
fprintf (
h_file
, "enum optab_tag {\n");
233
fprintf (
h_file
, " %s,\n", optabs[i].name);
237
fprintf (
h_file
, " FIRST_CONV_OPTAB = %s,\n", optabs[last_kind[0]+1].name);
238
fprintf (
h_file
, " LAST_CONVLIB_OPTAB = %s,\n", optabs[last_kind[1]].name);
239
fprintf (
h_file
, " LAST_CONV_OPTAB = %s,\n", optabs[last_kind[2]].name);
240
fprintf (
h_file
, " FIRST_NORM_OPTAB = %s,\n", optabs[last_kind[2]+1].name)
[
all
...]
Completed in 62 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026