| /src/usr.bin/xlint/lint1/ |
| err.c | 596 (error_at)(int msgid, const pos_t *pos, ...) function
|
| lint1.h | 602 # define error_at(msgid, pos, args...) \ macro 603 wrap_check_printf_at(error_at, msgid, pos, ##args)
|
| /src/tests/usr.bin/indent/ |
| fmt_decl.c | 974 (error_at)(int msgid, const pos_t *pos, ...) function
|
| /src/external/gpl3/gcc/dist/gcc/ |
| read-md.cc | 226 error_at (file_location loc, const char *msg, ...) function 716 error_at (loc, "unterminated construct"); 918 error_at (loc, "redefining `%s' as a different type of enum", 939 error_at (loc, "unterminated construct"); 1107 error_at (loc, "include file `%s' not found", filename);
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| read-md.cc | 226 error_at (file_location loc, const char *msg, ...) function 716 error_at (loc, "unterminated construct"); 918 error_at (loc, "redefining `%s' as a different type of enum", 939 error_at (loc, "unterminated construct"); 1107 error_at (loc, "include file `%s' not found", filename);
|