Home
last modified time | relevance | path

Searched refs:msprintf (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/byacc/
H A Dreader.c2000 msprintf(c, "yyval.%s = ", yyvaltag); in compile_arg()
2002 msprintf(c, "yyval = "); in compile_arg()
2029 msprintf(c, "yystack.l_mark[%d]", i); in compile_arg()
2031 msprintf(c, ".%s", tag); in compile_arg()
2047 msprintf(c, "yystack.l_mark[%d]", in compile_arg()
2050 msprintf(c, ".%s", tag); in compile_arg()
2908 msprintf(code_mstr, "$$"); in get_code()
2922 msprintf(code_mstr, "%s", loc); in get_code()
2959 msprintf(code_mstr, "%s", s); in get_code()
2967 msprintf(code_mstr, "%s", s); in get_code()
[all …]
H A Dmstring.c21 msprintf(struct mstring *s, const char *fmt,...) in msprintf() function
H A Ddefs.h512 extern void msprintf(struct mstring *, const char *, ...) GCC_PRINTFLIKE(2,3);
H A DCHANGES521 use vsnprintf() to ensure that msprintf's buffer is large enough.
538 * defs.h: add/use GCC_PRINTFLIKE for msprintf()