Lines Matching refs:fprintf

41     fprintf (codefile,  in encode_primitive()
117 fprintf (codefile, in encode_type()
124 fprintf(codefile, in encode_type()
129 fprintf(codefile, "}\n;"); in encode_type()
163 fprintf (codefile, "{\n" in encode_type()
166 fprintf (codefile, in encode_type()
191 fprintf (codefile, in encode_type()
193 fprintf (codefile, in encode_type()
197 fprintf (codefile, in encode_type()
208 fprintf (codefile, in encode_type()
212 fprintf (codefile, in encode_type()
216 fprintf (codefile, in encode_type()
221 fprintf (codefile, in encode_type()
223 fprintf (codefile, in encode_type()
227 fprintf (codefile, in encode_type()
240 fprintf (codefile, in encode_type()
271 fprintf(codefile, "/* %s */\n", m->name); in encode_type()
273 fprintf (codefile, in encode_type()
278 fprintf (codefile, "{\n"); in encode_type()
279 fprintf (codefile, "size_t %s_oldret HEIMDAL_UNUSED_ATTRIBUTE = ret;\n", tmpstr); in encode_type()
280 fprintf (codefile, "ret = 0;\n"); in encode_type()
282 fprintf (codefile, "ret += %s_oldret;\n", tmpstr); in encode_type()
283 fprintf (codefile, "}\n"); in encode_type()
290 fprintf(codefile, in encode_type()
296 fprintf(codefile, in encode_type()
301 fprintf(codefile, in encode_type()
306 fprintf(codefile, in encode_type()
310 fprintf(codefile, in encode_type()
316 fprintf(codefile, in encode_type()
329 fprintf(codefile, in encode_type()
339 fprintf(codefile, in encode_type()
343 fprintf (codefile, in encode_type()
359 fprintf (codefile, in encode_type()
369 fprintf (codefile, in encode_type()
395 fprintf (codefile, in encode_type()
411 fprintf(codefile, "\n"); in encode_type()
415 fprintf(codefile, "switch(%s->element) {\n", s); in encode_type()
425 fprintf (codefile, "case %s: {", m->label); in encode_type()
430 fprintf (codefile, "if(%s) {\n", s2); in encode_type()
431 fprintf (codefile, "size_t %s_oldret = ret;\n", tmpstr); in encode_type()
432 fprintf (codefile, "ret = 0;\n"); in encode_type()
434 fprintf (codefile, "ret += %s_oldret;\n", tmpstr); in encode_type()
436 fprintf (codefile, "}\n"); in encode_type()
437 fprintf(codefile, "break;\n"); in encode_type()
438 fprintf(codefile, "}\n"); in encode_type()
443 fprintf(codefile, in encode_type()
459 fprintf(codefile, "};\n"); in encode_type()
495 fprintf (codefile, "/* NULL */\n"); in encode_type()
507 fprintf (codefile, "int ASN1CALL\n" in generate_type_encode()
538 fprintf (codefile, in generate_type_encode()
545 fprintf (codefile, "*size = ret;\n" in generate_type_encode()
551 fprintf (codefile, "}\n\n"); in generate_type_encode()