Home
last modified time | relevance | path

Searched refs:ctf_decl_sprintf (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/cddl/osnet/dist/common/ctf/
H A Dctf_types.c249 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 Dctf_decl.c175 ctf_decl_sprintf(ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
H A Dctf_impl.h306 extern void ctf_decl_sprintf(ctf_decl_t *, const char *, ...) __printflike(2,3);
/netbsd-src/external/gpl3/binutils/dist/libctf/
H A Dctf-types.c706 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 Dctf-decl.c166 void ctf_decl_sprintf (ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
H A Dctf-impl.h716 extern void ctf_decl_sprintf (ctf_decl_t *, const char *, ...);
H A DChangeLog-20201068 (ctf_decl_sprintf): Likewise. Check for OOM.
/netbsd-src/external/gpl3/binutils.old/dist/libctf/
H A Dctf-types.c698 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 Dctf-decl.c166 void ctf_decl_sprintf (ctf_decl_t *cd, const char *format, ...) in ctf_decl_sprintf() function
H A Dctf-impl.h716 extern void ctf_decl_sprintf (ctf_decl_t *, const char *, ...);
H A DChangeLog-20201068 (ctf_decl_sprintf): Likewise. Check for OOM.
/netbsd-src/external/cddl/osnet/dev/fbt/
H A Dfbt.c1028 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 DChangeLog-20201068 (ctf_decl_sprintf): Likewise. Check for OOM.