Searched refs:ctf_decl_sprintf (Results 1 – 4 of 4) sorted by relevance
/freebsd/cddl/contrib/opensolaris/common/ctf/ |
H A D | ctf_types.c | 366 ctf_decl_sprintf(&cd, " "); in ctf_type_qlname() 369 ctf_decl_sprintf(&cd, "("); in ctf_type_qlname() 378 ctf_decl_sprintf(&cd, "%s`", qname); in ctf_type_qlname() 379 ctf_decl_sprintf(&cd, "%s", name); in ctf_type_qlname() 382 ctf_decl_sprintf(&cd, "*"); in ctf_type_qlname() 385 ctf_decl_sprintf(&cd, "[%u]", cdp->cd_n); in ctf_type_qlname() 388 ctf_decl_sprintf(&cd, "()"); in ctf_type_qlname() 392 ctf_decl_sprintf(&cd, "struct "); in ctf_type_qlname() 394 ctf_decl_sprintf(&cd, "%s`", qname); in ctf_type_qlname() 395 ctf_decl_sprintf(&cd, "%s", name); in ctf_type_qlname() [all …]
|
H A D | ctf_decl.c | 175 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
|
H A D | ctf_impl.h | 339 extern void ctf_decl_sprintf(ctf_decl_t *, const char *, ...);
|
/freebsd/sys/cddl/dev/fbt/ |
H A D | fbt.c | 1031 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function 1088 ctf_decl_sprintf(&cd, " "); in fbt_type_name() 1091 ctf_decl_sprintf(&cd, "("); in fbt_type_name() 1099 ctf_decl_sprintf(&cd, "%s", name); in fbt_type_name() 1102 ctf_decl_sprintf(&cd, "*"); in fbt_type_name() 1105 ctf_decl_sprintf(&cd, "[%u]", cdp->cd_n); in fbt_type_name() 1108 ctf_decl_sprintf(&cd, "()"); in fbt_type_name() 1112 ctf_decl_sprintf(&cd, "struct %s", name); in fbt_type_name() 1115 ctf_decl_sprintf(&cd, "union %s", name); in fbt_type_name() 1118 ctf_decl_sprintf(&cd, "enum %s", name); in fbt_type_name() [all …]
|