Home
last modified time | relevance | path

Searched refs:errorfmt (Results 1 – 25 of 164) sorted by relevance

1234567

/dports/editors/dte/dte-cae7c45ea5a563c022001a54d1eee71c268f62b4/config/compiler/
H A Dgcc2 errorfmt -i gcc 'error: for each function it appears in.\)'
4 errorfmt -i gcc '^([^:]+):([0-9]+):([0-9]+):$'
6 errorfmt gcc '^([^:]+):([0-9]+): (.*)' file line message
7 errorfmt gcc '^.* at (.+):([0-9]+):$' file line
10 errorfmt -i gcc '^ +from (.+):([0-9]+)[,:]'
11 errorfmt -i gcc '^([^:]+): (In function .*:)$'
12 errorfmt -i gcc "^In function '.*',$"
13 errorfmt -i gcc '^([^:]+): At top level:$'
15 errorfmt -i gcc '^make: \*\*\* \[.*\] Error [0-9]+$'
19 errorfmt -i gcc '^[ \t]'
[all …]
H A Dgo1 errorfmt go '^(.+):([0-9]+):([0-9]+): (.*)' file line column message
2 errorfmt go '^(.+):([0-9]+): (.*)' file line message
3 errorfmt go -i '^#'
/dports/devel/z88dk/z88dk/src/sccz80/
H A Derror.c57 errorfmt("Illegal symbol name: %s", 1, sname); in illname()
63 errorfmt("Symbol %s is already defined", 1 ,sname); in multidef()
69 errorfmt("Missing token: %s", 0, str); in needtoken()
76errorfmt("Missing token, expecting %c got %c", 0, c, (line[lptr] >= 32 && line[lptr] < 127 ? line[… in needchar()
82 errorfmt("Must be lvalue", 1 ); in needlval()
185 void errorfmt(const char *fmt, int fatal, ...) in errorfmt() function
H A Ddeclparse.c37 errorfmt("Negative Size Illegal", 0); in needsub()
652 errorfmt("Expecting a module address",1); in parse_trailing_modifiers()
659 errorfmt("Expecting a call address",1); in parse_trailing_modifiers()
695 errorfmt("Expecting a restart number",1); in parse_trailing_modifiers()
812 errorfmt("Ellipses must follow a parameter",1); in parse_parameter_list()
870 errorfmt("%s", 1, utstring_body(str)); in parse_decl_array()
883 errorfmt("Can't define a function returning an array",1); in parse_decl_func()
939 errorfmt("Pointer to what exactly?",1); in parse_decl()
1269 errorfmt("Negative Size Illegal", 0); in dodeclare2()
1717 errorfmt("%s",0,utstring_body(output)); in declfunc()
[all …]
H A Dstmt.c217 errorfmt("Expected ';'",1); in ns()
230 errorfmt("Maximum nesting level reached (%d)", 1, ncmp); in compound()
529 errorfmt("Not in switch", 0 ); in docase()
531 errorfmt("Too many cases", 0 ); in docase()
547 errorfmt("Multiple defaults", 0); in dodefault()
549 errorfmt("Not in switch", 0 ); in dodefault()
631 errorfmt("Cannot nest __critical sections", 1); in docritical()
711 errorfmt("Unterminated assembler code",1); in doasm()
783 errorfmt("_Static_assert failed: '%s'",1,&glbq[(int)global_start]); in dostaticassert()
H A Dlex.c65 errorfmt("Unexpected end of file", 1); in cmatch()
81 errorfmt("Unexpected end of file", 1); in acmatch()
115 errorfmt("Unexpected end of file", 1); in rcmatch()
H A Dwhile.c17 errorfmt("Too many active whiles", 1 ); in addwhile()
33 errorfmt("Out of context", 0); in readwhile()
H A Ddeclinit.c64 errorfmt("Expected a constant value for bitfield assignment", 1); in add_bitfield()
275 errorfmt("Initialiser element is not a compile-time constant",1); in init()
287 errorfmt("Cannot subscript a non-pointer", 1); in init()
311 errorfmt("Dodgy declaration (not pointer)", 0); in init()
315 errorfmt("Unknown symbol: %s", 1, sname); in init()
H A Dprimary.c84 errorfmt("Unknown symbol: %s", 1, sname);
127 errorfmt("Unknown symbol: %s", 1, sname);
156 errorfmt("Invalid expression", 0);
281 errorfmt("Operands must be int", 0);
625 errorfmt("Attempt to modify const lvalue \'%s\'",0,lval->symbol->name);
674 errorfmt("Attempt to modify const lvalue \'%s\'",0,lval->symbol->name);
682 errorfmt("Attempt to modify const lvalue \'%s\'",0,lval->symbol->name);
829 errorfmt("Expecting constant expression", 0 );
H A Dexpr.c116 errorfmt("Cannot assign to aggregate",0); in heir1()
539 errorfmt("Can't dereference", 0); in heira()
608 errorfmt("Can't subscript", 0); in heirb()
706 errorfmt("Calling a non-pointer function?",1); in heirb()
749 errorfmt("%s", 1, utstring_body(us)); in heirb()
761 errorfmt("%s", 1, utstring_body(us)); in heirb()
770 errorfmt("Non struct type can't take member", 1); in heirb()
775 errorfmt("Unknown member: '%s' of struct '%s'", 1, sname, str->name); in heirb()
H A Dconst.c369 errorfmt("Literal Queue Overflow", 1); in storeq()
403 errorfmt("Literal Queue Overflow", 1); in stowlit()
537errorfmt("Cannot evaluate __builtin_offsetof(%s,%s)", 1, strlen(struct_name) ? struct_name : "<unk… in offset_of()
567 errorfmt("sizeof expects a pointer but got %s", 1, utstring_body(str) ); in size_of()
581 errorfmt("Cannot dereference far enough, assuming size of 2",1); in size_of()
657 errorfmt("Unknown symbol: %s", 1, sname); in size_of()
678 errorfmt("Unknown member: %s", 1, sname); in get_member()
H A Dpreproc.c217 errorfmt( "No matching #if", 0 ); in noiferr()
249 errorfmt("Macro table full", 1 ); in addmac()
H A Dmain.c378 errorfmt("Missing closing bracket", 0); in errsummary()
505 errorfmt("Can't open zcc_opt.def file", 1); in dumpfns()
574 errorfmt("Can't open zcc_opt.def file", 1); in WriteDefined()
822 errorfmt("Can't nest include files", 1); in doinclude()
832 errorfmt( "Can't open include file", 1 ); in doinclude()
H A Dio.c208 errorfmt("Output file error", 1); in fabort()
254 errorfmt("Staging buffer overflow", 1); in outstage()
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/destinations/example_destination/
H A Dexample_destination-grammar.y80 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
83 if (errorfmt) \
86 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
93 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
96 if (errorfmt) \
99 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afuser/
H A Dafuser-grammar.y90 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
93 if (errorfmt) \
96 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
103 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
106 if (errorfmt) \
109 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/inner-destinations/http-test-slots/
H A Dhttp-test-slots-grammar.y87 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
90 if (errorfmt) \
93 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
100 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
103 if (errorfmt) \
106 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/examples/sources/threaded-diskq-source/
H A Dthreaded-diskq-source-grammar.y91 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
94 if (errorfmt) \
97 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
104 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
107 if (errorfmt) \
110 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/
H A Dblock-ref-grammar.y78 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
81 if (errorfmt) \
84 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
91 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
94 if (errorfmt) \
97 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/map-value-pairs/
H A Dmap-value-pairs-grammar.y81 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
84 if (errorfmt) \
87 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
94 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
97 if (errorfmt) \
100 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/tagsparser/
H A Dtags-parser-grammar.y87 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
90 if (errorfmt) \
93 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
100 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
103 if (errorfmt) \
106 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/openbsd/
H A Dopenbsd-grammar.y89 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
92 if (errorfmt) \
95 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
102 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
105 if (errorfmt) \
108 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/lib/parser/
H A Dparser-expr-grammar.y86 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
89 if (errorfmt) \
92 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
99 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
102 if (errorfmt) \
105 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/add-contextual-data/
H A Dadd-contextual-data-grammar.y88 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
91 if (errorfmt) \
94 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
101 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
104 if (errorfmt) \
107 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \
/dports/sysutils/syslog-ng/syslog-ng-3.35.1/modules/afprog/
H A Dafprog-grammar.y89 #define CHECK_ERROR(val, token, errorfmt, ...) do { \ argument
92 if (errorfmt) \
95 g_snprintf(__buf, sizeof(__buf), errorfmt, ## __VA_ARGS__); \
102 #define CHECK_ERROR_GERROR(val, token, error, errorfmt, ...) do { \ argument
105 if (errorfmt) \
108 … g_snprintf(__buf, sizeof(__buf), errorfmt ", error=%s", ## __VA_ARGS__, error->message); \

1234567