Searched refs:msprintf (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/byacc/ |
H A D | reader.c | 844 msprintf(code_mstr, line_format, lineno, input_file_name); in copy_code() 2408 msprintf(c, "yyval.%s = ", yyvaltag); in compile_arg() 2410 msprintf(c, "yyval = "); in compile_arg() 2437 msprintf(c, "yystack.l_mark[%d]", i); in compile_arg() 2439 msprintf(c, ".%s", tag); in compile_arg() 2455 msprintf(c, "yystack.l_mark[%d]", in compile_arg() 2458 msprintf(c, ".%s", tag); in compile_arg() 3280 msprintf(code_mstr, line_format, lineno, input_file_name); in get_code() 3307 msprintf(code_mstr, "(*val).%s", tag); in get_code() 3318 msprintf(code_mstr, "$$"); in get_code() [all …]
|
H A D | mstring.c | 19 msprintf(struct mstring *s, const char *fmt, ...) in msprintf() function
|
H A D | defs.h | 553 extern void msprintf(struct mstring *, const char *, ...) GCC_PRINTFLIKE(2,3);
|
H A D | CHANGES | 3013 use vsnprintf() to ensure that msprintf's buffer is large enough. 3030 * defs.h: add/use GCC_PRINTFLIKE for msprintf()
|