Searched refs:ctf_decl_sprintf (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/common/ctf/ |
H A D | ctf_types.c | 215 ctf_decl_sprintf(cd, "%s`%s", qname, name); in ctf_format_int() 217 ctf_decl_sprintf(cd, "%s", name); in ctf_format_int() 222 ctf_decl_sprintf(cd, "%s", name); in ctf_format_int() 227 ctf_decl_sprintf(cd, "%.*s %s%s", c - name, name, vname, c); in ctf_format_int() 239 ctf_decl_sprintf(cd, "%s(", vname == NULL ? "" : vname); in ctf_format_func() 251 ctf_decl_sprintf(cd, "void"); in ctf_format_func() 265 ctf_decl_sprintf(cd, "%s%s", aname, in ctf_format_func() 270 ctf_decl_sprintf(cd, "%s...", fi.ctc_argc == 0 ? "" : ", "); in ctf_format_func() 273 ctf_decl_sprintf(cd, ")"); in ctf_format_func() 331 ctf_decl_sprintf(&cd, " "); in ctf_type_qlname() [all …]
|
H A D | ctf_decl.c | 172 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
|
H A D | ctf_impl.h | 287 extern void ctf_decl_sprintf(ctf_decl_t *, const char *, ...);
|