Searched refs:ctf_decl_sprintf (Results 1 – 3 of 3) sorted by relevance
/onnv-gate/usr/src/common/ctf/ |
H A D | ctf_types.c | 247 ctf_decl_sprintf(&cd, " "); in ctf_type_lname() 250 ctf_decl_sprintf(&cd, "("); in ctf_type_lname() 258 ctf_decl_sprintf(&cd, "%s", name); in ctf_type_lname() 261 ctf_decl_sprintf(&cd, "*"); in ctf_type_lname() 264 ctf_decl_sprintf(&cd, "[%u]", cdp->cd_n); in ctf_type_lname() 267 ctf_decl_sprintf(&cd, "()"); in ctf_type_lname() 271 ctf_decl_sprintf(&cd, "struct %s", name); in ctf_type_lname() 274 ctf_decl_sprintf(&cd, "union %s", name); in ctf_type_lname() 277 ctf_decl_sprintf(&cd, "enum %s", name); in ctf_type_lname() 280 ctf_decl_sprintf(&cd, "volatile"); in ctf_type_lname() [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 | 302 extern void ctf_decl_sprintf(ctf_decl_t *, const char *, ...);
|