Searched refs:ctf_decl_sprintf (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/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() 379 ctf_decl_sprintf(&cd, "%s", name); in ctf_type_qlname() 382 ctf_decl_sprintf(&cd, "*"); in ctf_type_qlname() 388 ctf_decl_sprintf(&cd, "()"); in ctf_type_qlname() 392 ctf_decl_sprintf(&cd, "struct "); in ctf_type_qlname() 395 ctf_decl_sprintf(&cd, "%s", name); in ctf_type_qlname() 398 ctf_decl_sprintf(&cd, "union "); in ctf_type_qlname() 404 ctf_decl_sprintf(&cd, "enum "); in ctf_type_qlname() 413 ctf_decl_sprintf(&cd, "const"); 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-14.2/sys/cddl/dev/fbt/ |
| H A D | fbt.c | 1082 ctf_decl_sprintf(&cd, " "); in fbt_type_name() 1085 ctf_decl_sprintf(&cd, "("); in fbt_type_name() 1093 ctf_decl_sprintf(&cd, "%s", name); in fbt_type_name() 1096 ctf_decl_sprintf(&cd, "*"); in fbt_type_name() 1102 ctf_decl_sprintf(&cd, "()"); in fbt_type_name() 1109 ctf_decl_sprintf(&cd, "union %s", name); in fbt_type_name() 1112 ctf_decl_sprintf(&cd, "enum %s", name); in fbt_type_name() 1115 ctf_decl_sprintf(&cd, "volatile"); in fbt_type_name() 1118 ctf_decl_sprintf(&cd, "const"); in fbt_type_name() 1121 ctf_decl_sprintf(&cd, "restrict"); in fbt_type_name() [all …]
|