Home
last modified time | relevance | path

Searched refs:ctf_decl_sprintf (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/common/ctf/
H A Dctf_types.c229 ctf_decl_sprintf(cd, "%s`%s", qname, name); in ctf_format_int()
231 ctf_decl_sprintf(cd, "%s", name); in ctf_format_int()
236 ctf_decl_sprintf(cd, "%s", name); in ctf_format_int()
241 ctf_decl_sprintf(cd, "%.*s %s%s", c - name, name, vname, c); in ctf_format_int()
253 ctf_decl_sprintf(cd, "%s(", vname == NULL ? "" : vname); in ctf_format_func()
265 ctf_decl_sprintf(cd, "void"); in ctf_format_func()
278 ctf_decl_sprintf(cd, "%s%s", aname, in ctf_format_func()
283 ctf_decl_sprintf(cd, "%s...", fi.ctc_argc == 0 ? "" : ", "); in ctf_format_func()
286 ctf_decl_sprintf(cd, ")"); in ctf_format_func()
344 ctf_decl_sprintf(&cd, " "); in ctf_type_qlname()
[all …]
H A Dctf_decl.c170 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
H A Dctf_impl.h296 extern void ctf_decl_sprintf(ctf_decl_t *, const char *, ...);