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.c230 ctf_decl_sprintf(cd, "%s", name); in ctf_format_int()
235 ctf_decl_sprintf(cd, "%s", name); in ctf_format_int()
264 ctf_decl_sprintf(cd, "void"); in ctf_format_func()
285 ctf_decl_sprintf(cd, ")"); in ctf_format_func()
343 ctf_decl_sprintf(&cd, " "); in ctf_type_qlname()
346 ctf_decl_sprintf(&cd, "("); in ctf_type_qlname()
361 ctf_decl_sprintf(&cd, "*"); in ctf_type_qlname()
364 ctf_decl_sprintf(&cd, "%s[%u]", in ctf_type_qlname()
403 ctf_decl_sprintf(&cd, "enum "); in ctf_type_qlname()
412 ctf_decl_sprintf(&cd, "const"); 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 *, ...);