Searched refs:complaints (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/gdb/gdb/
H A Dcomplaints.h27 /* Opaque object used to track the number of complaints of a
29 struct complaints;
32 extern struct complaints *symfile_complaints;
35 extern void complaint (struct complaints **complaints, const char *fmt,
37 extern void internal_complaint (struct complaints **complaints,
43 successive complaints, since the messages are appearing all
45 complaints (rather than being interleaved with other messages). If
49 extern void clear_complaints (struct complaints **complaint
[all...]
H A Dcomplaints.c24 #include "complaints.h"
32 a series of complaints is being produced? */
52 /* Structure to manage complaints about symbol file contents. */
72 struct complaints struct
77 that a series of complaints is being produced? case 0: Isolated
104 static struct complaints symfile_complaint_book = {
109 struct complaints *symfile_complaints = &symfile_complaint_book;
111 /* Wrapper function to, on-demand, fill in a complaints object. */
113 static struct complaints *
114 get_complaints (struct complaints **
126 find_complaint(struct complaints *complaints, const char *file, int line, const char *fmt) argument
173 struct complaints *complaints = get_complaints (c); local
244 complaint(struct complaints **complaints, const char *fmt, ...) argument
253 internal_complaint(struct complaints **complaints, const char *file, int line, const char *fmt, ...) argument
273 struct complaints *complaints = get_complaints (c); local
[all...]
/freebsd-9.3-release/sbin/routed/
H A Dif.c647 uint complaints = 0; local
765 complaints |= COMP_NOADDR;
774 complaints |= COMP_NOT_INET;
787 complaints |= COMP_BADADDR;
816 complaints |= COMP_NODST;
828 complaints |= COMP_NODST;
843 complaints |= COMP_NOMASK;
863 complaints |= COMP_NOBADR;
895 complaints |= COMP_BAD_METRIC;
1062 complaints |
[all...]
/freebsd-9.3-release/contrib/cvs/
H A Dacinclude.m452 # heard many complaints.
/freebsd-9.3-release/gnu/usr.bin/gdb/libgdb/
H A DMakefile21 coffread.c complaints.c completer.c copying.c corefile.c \

Completed in 174 milliseconds