Home
last modified time | relevance | path

Searched refs:fp_out (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.1.0/build/tools/defval/
Ddefval.c134 FILE *fp_out; in defval() local
143 if (NULL == (fp_in = Fopen(file_in, "rb")) || NULL == (fp_out = Fopen(file_out, "wb"))) in defval()
157 if (!puts_modified_dvalue(fp_out, buffer)) in defval()
168 Fclose(fp_out); in defval()
/TwlSDK-5.1.0/build/tools/makelcf.TWL/
Dcreatelcf.c53 FILE *fp_out; variable
89 fprintf(fp_out, "%s", str); in PutString()
94 fprintf(fp_out, "0x%08lx", address); in PutAddress()
99 fprintf(fp_out, "%ld", num); in PutNumber()
486 fprintf(fp_out, "AFTER(%s", t->name); in PutSectionAddress()
489 fprintf(fp_out, ",%s", t->name); in PutSectionAddress()
491 fprintf(fp_out, ")"); in PutSectionAddress()
1232 if (NULL == (fp_out = fopen(filename, "wb"))) in CreateLcfFile()
1238 fclose(fp_out); in CreateLcfFile()
1243 fp_out = stdout; in CreateLcfFile()
/TwlSDK-5.1.0/build/tools/makelcf/
Dcreatelcf.c123 FILE *fp_out; variable
151 fprintf(fp_out, "%s", str); in PutString()
156 fprintf(fp_out, "0x%08lx", address); in PutAddress()
161 fprintf(fp_out, "%ld", num); in PutNumber()
566 fprintf(fp_out, "AFTER(%s", t->name); in PutSectionAddress()
569 fprintf(fp_out, ",%s", t->name); in PutSectionAddress()
571 fprintf(fp_out, ")"); in PutSectionAddress()
1437 if (NULL == (fp_out = fopen(filename, "wb"))) in CreateLcfFile()
1443 fclose(fp_out); in CreateLcfFile()
1448 fp_out = stdout; in CreateLcfFile()