/netbsd-src/external/cddl/osnet/dist/common/ctf/ |
H A D | ctf_types.c | 249 ctf_decl_sprintf(&cd, " "); in ctf_type_qlname() 252 ctf_decl_sprintf(&cd, "("); in ctf_type_qlname() 261 ctf_decl_sprintf(&cd, "%s`", qname); in ctf_type_qlname() 262 ctf_decl_sprintf(&cd, "%s", name); in ctf_type_qlname() 265 ctf_decl_sprintf(&cd, "*"); in ctf_type_qlname() 268 ctf_decl_sprintf(&cd, "[%u]", cdp->cd_n); in ctf_type_qlname() 271 ctf_decl_sprintf(&cd, "()"); in ctf_type_qlname() 275 ctf_decl_sprintf(&cd, "struct "); in ctf_type_qlname() 277 ctf_decl_sprintf(&cd, "%s`", qname); in ctf_type_qlname() 278 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 | 306 extern void ctf_decl_sprintf(ctf_decl_t *, const char *, ...) __printflike(2,3);
|
/netbsd-src/external/gpl3/binutils/dist/libctf/ |
H A D | ctf-types.c | 706 ctf_decl_sprintf (&cd, " "); in ctf_type_aname() 710 ctf_decl_sprintf (&cd, "("); in ctf_type_aname() 728 ctf_decl_sprintf (&cd, "%s", name); in ctf_type_aname() 731 ctf_decl_sprintf (&cd, "*"); in ctf_type_aname() 734 ctf_decl_sprintf (&cd, "[%u]", cdp->cd_n); in ctf_type_aname() 755 ctf_decl_sprintf (&cd, "(*) ("); in ctf_type_aname() 762 ctf_decl_sprintf (&cd, "%s", arg); in ctf_type_aname() 767 ctf_decl_sprintf (&cd, ", "); in ctf_type_aname() 771 ctf_decl_sprintf (&cd, "..."); in ctf_type_aname() 772 ctf_decl_sprintf (&cd, ")"); in ctf_type_aname() [all …]
|
H A D | ctf-decl.c | 166 void ctf_decl_sprintf (ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
|
H A D | ctf-impl.h | 716 extern void ctf_decl_sprintf (ctf_decl_t *, const char *, ...);
|
H A D | ChangeLog-2020 | 1068 (ctf_decl_sprintf): Likewise. Check for OOM.
|
/netbsd-src/external/gpl3/binutils.old/dist/libctf/ |
H A D | ctf-types.c | 698 ctf_decl_sprintf (&cd, " "); in ctf_type_aname() 702 ctf_decl_sprintf (&cd, "("); in ctf_type_aname() 720 ctf_decl_sprintf (&cd, "%s", name); in ctf_type_aname() 723 ctf_decl_sprintf (&cd, "*"); in ctf_type_aname() 726 ctf_decl_sprintf (&cd, "[%u]", cdp->cd_n); in ctf_type_aname() 747 ctf_decl_sprintf (&cd, "(*) ("); in ctf_type_aname() 754 ctf_decl_sprintf (&cd, "%s", arg); in ctf_type_aname() 759 ctf_decl_sprintf (&cd, ", "); in ctf_type_aname() 763 ctf_decl_sprintf (&cd, "..."); in ctf_type_aname() 764 ctf_decl_sprintf (&cd, ")"); in ctf_type_aname() [all …]
|
H A D | ctf-decl.c | 166 void ctf_decl_sprintf (ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
|
H A D | ctf-impl.h | 716 extern void ctf_decl_sprintf (ctf_decl_t *, const char *, ...);
|
H A D | ChangeLog-2020 | 1068 (ctf_decl_sprintf): Likewise. Check for OOM.
|
/netbsd-src/external/cddl/osnet/dev/fbt/ |
H A D | fbt.c | 1028 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function 1086 ctf_decl_sprintf(&cd, " "); in fbt_type_name() 1089 ctf_decl_sprintf(&cd, "("); in fbt_type_name() 1097 ctf_decl_sprintf(&cd, "%s", name); in fbt_type_name() 1100 ctf_decl_sprintf(&cd, "*"); in fbt_type_name() 1103 ctf_decl_sprintf(&cd, "[%u]", cdp->cd_n); in fbt_type_name() 1106 ctf_decl_sprintf(&cd, "()"); in fbt_type_name() 1110 ctf_decl_sprintf(&cd, "struct %s", name); in fbt_type_name() 1113 ctf_decl_sprintf(&cd, "union %s", name); in fbt_type_name() 1116 ctf_decl_sprintf(&cd, "enum %s", name); in fbt_type_name() [all …]
|
/netbsd-src/external/gpl3/gdb/dist/libctf/ |
H A D | ChangeLog-2020 | 1068 (ctf_decl_sprintf): Likewise. Check for OOM.
|