Home | History | Annotate | Download | only in libctf-lookup

Lines Matching refs:stderr

22       fprintf (stderr, "Syntax: %s PROGRAM\n", argv[0]);
35 fprintf (stderr, "allowed to add integer existing in readonly portion\n");
38 fprintf (stderr, "unexpected error %s attempting to add integer in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
41 fprintf (stderr, "allowed to add typedef existing in readonly portion\n");
44 fprintf (stderr, "unexpected error %s attempting to add typedef in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
47 fprintf (stderr, "allowed to add struct existing in readonly portion\n");
50 fprintf (stderr, "unexpected error %s attempting to add struct in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
53 fprintf (stderr, "allowed to add union existing in readonly portion\n");
56 fprintf (stderr, "unexpected error %s attempting to add union in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
59 fprintf (stderr, "allowed to add enum existing in readonly portion\n");
62 fprintf (stderr, "unexpected error %s attempting to add enum in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
65 fprintf (stderr, "allowed to promote struct forward existing in readonly portion\n");
68 fprintf (stderr, "unexpected error %s attempting to promote struct forward in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
71 fprintf (stderr, "allowed to promote union forward existing in readonly portion\n");
74 fprintf (stderr, "unexpected error %s attempting to promote union forward in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
77 fprintf (stderr, "allowed to promote enum forward existing in readonly portion\n");
80 fprintf (stderr, "unexpected error %s attempting to promote enum forward in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
83 fprintf (stderr, "Lookup of struct a_struct failed: %s\n", ctf_errmsg (ctf_errno (fp)));
86 fprintf (stderr, "allowed to add member to struct existing in readonly portion\n");
89 fprintf (stderr, "unexpected error %s attempting to add member to struct in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
92 fprintf (stderr, "Lookup of union a_union failed: %s\n", ctf_errmsg (ctf_errno (fp)));
95 fprintf (stderr, "allowed to add member to union existing in readonly portion\n");
98 fprintf (stderr, "unexpected error %s attempting to add member to union in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
101 fprintf (stderr, "Lookup of enum an_enum failed: %s\n", ctf_errmsg (ctf_errno (fp)));
104 fprintf (stderr, "allowed to add enumerator to enum existing in readonly portion\n");
107 fprintf (stderr, "unexpected error %s attempting to add enumerator to enum in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
110 fprintf (stderr, "Lookup of an_array failed: %s\n", ctf_errmsg (ctf_errno (fp)));
113 fprintf (stderr, "Lookup of type reffed by an_array failed: %s\n", ctf_errmsg (ctf_errno (fp)));
116 fprintf (stderr, "allowed to set array in readonly portion\n");
119 fprintf (stderr, "unexpected error %s attempting to set array in readonly portion\n", ctf_errmsg (ctf_errno (fp)));
122 fprintf (stderr, "Re-writeout unexpectedly failed: %s\n", ctf_errmsg (ctf_errno (fp)));
128 fprintf (stderr, "Lookup of struct a_struct failed: %s\n", ctf_errmsg (ctf_errno (fp)));
131 fprintf (stderr, "Cannot add pointer to ctf_opened dict: %s\n", ctf_errmsg (ctf_errno (fp)));
134 fprintf (stderr, "Lookup of pointer preserved across writeout failed: %s\n", ctf_errmsg (ctf_errno (fp)));
137 fprintf (stderr, "Look up of newly-added type in serialized dict yields ID %lx, expected %lx\n", ctf_type_reference (fp, ptrtype), type);
146 fprintf (stderr, "%s: cannot open: %s\n", argv[0], ctf_errmsg (err));