OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:comfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/vms/
vms-ar.c
125
FILE *
comfile
;
local
309
comfile
= fdopen (comfd, "w");
318
fprintf (
comfile
, "$ library %s %s -\n", modecmd, libname);
323
fprintf (
comfile
, "%s", lib_args [iarg]);
329
fprintf (
comfile
, "\n");
335
fprintf (
comfile
, ",-\n");
339
fclose (
comfile
);
/src/external/gpl3/gcc.old/dist/gcc/config/vms/
vms-ar.c
125
FILE *
comfile
;
local
309
comfile
= fdopen (comfd, "w");
318
fprintf (
comfile
, "$ library %s %s -\n", modecmd, libname);
323
fprintf (
comfile
, "%s", lib_args [iarg]);
329
fprintf (
comfile
, "\n");
335
fprintf (
comfile
, ",-\n");
339
fclose (
comfile
);
Completed in 15 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026