OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:objfile
(Results
1 - 2
of
2
) sorted by relevancy
/src/usr.sbin/gspa/gspa/
gsp_out.c
52
extern FILE *
objfile
, *listfile;
88
if(
objfile
!= NULL ){
98
fprintf(
objfile
, "\n");
99
fprintf(
objfile
, "@%x\n", pc);
104
fprintf(
objfile
, " ");
110
fprintf(
objfile
, "%.4X", v & 0xFFFF);
113
fprintf(
objfile
, "\n");
133
fprintf(
objfile
, "\n\n\t%d, 0x%04x, 0x%04x, /* new block */",
138
fprintf(
objfile
, "\n\t");
139
fprintf(
objfile
, "0x%04x, ", c_buf[i])
[
all
...]
gspa.c
67
FILE *
objfile
;
variable
152
objfile
= stdout;
153
else if ((
objfile
= fopen(hex_name, "w")) == NULL)
156
fprintf(
objfile
, "/*\n"
186
fprintf(
objfile
, "\n\t0\n};\n");
Completed in 17 milliseconds
Indexes created Mon Feb 23 08:20:23 UTC 2026