Lines Matching refs:add_line
257 add_line(struct templatehead *, const char *, ...) __attribute__((__format__(__printf__, 2, 3)));
393 add_line(struct templatehead *t, const char *fmt, ...)
421 q = add_line(t, "{ %s, %s, asn1_%s }", tt, offset, ptr);
480 add_line(temp, "{ A1_OP_TYPE_EXTERN %s, %s, &asn1_extern_%s}",
507 add_line(temp, "{ A1_PARSE_T(A1T_%s), %s, NULL }", itype, poffset);
511 add_line(temp, "{ A1_PARSE_T(A1T_GENERAL_STRING), %s, NULL }", poffset);
514 add_line(temp, "{ A1_PARSE_T(A1T_TELETEX_STRING), %s, NULL }", poffset);
517 add_line(temp, "{ A1_PARSE_T(A1T_PRINTABLE_STRING), %s, NULL }", poffset);
520 add_line(temp, "{ A1_PARSE_T(A1T_OCTET_STRING), %s, NULL }", poffset);
523 add_line(temp, "{ A1_PARSE_T(A1T_IA5_STRING), %s, NULL }", poffset);
526 add_line(temp, "{ A1_PARSE_T(A1T_BMP_STRING), %s, NULL }", poffset);
529 add_line(temp, "{ A1_PARSE_T(A1T_UNIVERSAL_STRING), %s, NULL }", poffset);
532 add_line(temp, "{ A1_PARSE_T(A1T_VISIBLE_STRING), %s, NULL }", poffset);
535 add_line(temp, "{ A1_PARSE_T(A1T_UTF8_STRING), %s, NULL }", poffset);
538 add_line(temp, "{ A1_PARSE_T(A1T_GENERALIZED_TIME), %s, NULL }", poffset);
541 add_line(temp, "{ A1_PARSE_T(A1T_UTC_TIME), %s, NULL }", poffset);
544 add_line(temp, "{ A1_PARSE_T(A1T_BOOLEAN), %s, NULL }", poffset);
547 add_line(temp, "{ A1_PARSE_T(A1T_OID), %s, NULL }", poffset);
560 add_line(temp, "{ A1_PARSE_T(A1T_HEIM_BIT_STRING), %s, NULL }", poffset);
569 add_line(&template, "{ 0, %d, 0 } /* %s */", m->val, m->gen_name);
587 add_line(temp, "{ A1_OP_BMEMBER, %s, asn1_%s_%s }", poffset, basetype, bname);
683 add_line(temp, "{ %s, %s, asn1_%s }", type, poffset, dupname);
731 add_line(&template, "{ %s, offsetof(%s%s, u.%s), asn1_%s }",
760 add_line(temp, "{ A1_OP_CHOICE, %s, %s }", poffset, tname);