OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:h_fp
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/binutils/dist/binutils/
windmc.c
939
FILE *
h_fp
;
local
1146
h_fp
= mc_create_path_text_file (mcset_header_dir, mcset_header_ext);
1147
write_header (
h_fp
);
1148
fclose (
h_fp
);
1150
h_fp
= mc_create_path_text_file (mcset_rc_dir, ".rc");
1151
write_rc (
h_fp
);
1152
fclose (
h_fp
);
1156
h_fp
= mc_create_path_text_file (mcset_dbg_dir, ".dbg");
1157
write_dbg (
h_fp
);
1158
fclose (
h_fp
);
[
all
...]
/src/external/gpl3/binutils.old/dist/binutils/
windmc.c
939
FILE *
h_fp
;
local
1146
h_fp
= mc_create_path_text_file (mcset_header_dir, mcset_header_ext);
1147
write_header (
h_fp
);
1148
fclose (
h_fp
);
1150
h_fp
= mc_create_path_text_file (mcset_rc_dir, ".rc");
1151
write_rc (
h_fp
);
1152
fclose (
h_fp
);
1156
h_fp
= mc_create_path_text_file (mcset_dbg_dir, ".dbg");
1157
write_dbg (
h_fp
);
1158
fclose (
h_fp
);
[
all
...]
Completed in 26 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026