Home
last modified time | relevance | path

Searched refs:error_at_line (Results 1 – 9 of 9) sorted by relevance

/trueos/gnu/usr.bin/grep/
HDerror.c87 # define error_at_line __error_at_line macro
194 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
197 error_at_line (status, errnum, file_name, line_number, message, va_alist) in error_at_line()
273 # undef error_at_line
275 weak_alias (__error_at_line, error_at_line)
HDerror.h52 extern void error_at_line (int status, int errnum, const char *fname,
63 void error_at_line ();
/trueos/contrib/gcc/
HDgengtype.c40 error_at_line (struct fileloc *pos, const char *msg, ...) in error_at_line() function
111 error_at_line (pos, "type `%s' previously defined", s); in do_typedef()
112 error_at_line (&p->line, "previously defined here"); in do_typedef()
142 error_at_line (pos, "unidentified type `%s'", s); in resolve_typedef()
205 error_at_line (pos, "duplicate structure definition"); in new_structure()
206 error_at_line (&s->u.s.line, "previous definition here"); in new_structure()
488 error_at_line (&lexer_line, in adjust_field_rtx_def()
611 error_at_line (&lexer_line, in adjust_field_rtx_def()
654 error_at_line (&lexer_line, in adjust_field_rtx_def()
713 error_at_line (&lexer_line, in adjust_field_tree_exp()
[all …]
HDgengtype.h123 extern void error_at_line
HDgengtype-lex.l401 error_at_line (&lexer_line,
593 error_at_line (&lexer_line, "%s", s);
HDChangeLog-200216771 * gengtype.h (error_at_line): Use PARAMS, not VPARAMS. Add
HDChangeLog-200322373 * gengtype.c (error_at_line, xasprintf, oprintf): Likewise.
/trueos/contrib/diff/lib/
HDerror.c75 # define error_at_line __error_at_line macro
239 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
307 # undef error_at_line
309 weak_alias (__error_at_line, error_at_line)
HDerror.h46 extern void error_at_line (int __status, int __errnum, const char *__fname,