Searched refs:msprintf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13.1/contrib/byacc/ |
| H A D | reader.c | 2154 msprintf(c, "yyval.%s = ", yyvaltag); in compile_arg() 2156 msprintf(c, "yyval = "); in compile_arg() 2183 msprintf(c, "yystack.l_mark[%d]", i); in compile_arg() 2185 msprintf(c, ".%s", tag); in compile_arg() 2201 msprintf(c, "yystack.l_mark[%d]", in compile_arg() 2204 msprintf(c, ".%s", tag); in compile_arg() 3069 msprintf(code_mstr, "$$"); in get_code() 3083 msprintf(code_mstr, "%s", loc); in get_code() 3120 msprintf(code_mstr, "%s", s); in get_code() 3128 msprintf(code_mstr, "%s", s); 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 | 568 extern void msprintf(struct mstring *, const char *, ...) GCC_PRINTFLIKE(2,3);
|
| H A D | CHANGES | 945 use vsnprintf() to ensure that msprintf's buffer is large enough. 962 * defs.h: add/use GCC_PRINTFLIKE for msprintf()
|