Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl2/grep/dist/lib/
H A Derror.c89 # define error_at_line __error_at_line macro
196 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
199 error_at_line (status, errnum, file_name, line_number, message, va_alist) in error_at_line()
275 # undef error_at_line
277 weak_alias (__error_at_line, error_at_line)
H A Derror.h54 extern void error_at_line (int status, int errnum, const char *fname,
65 void error_at_line ();
/netbsd-src/external/gpl2/diffutils/dist/lib/
H A Derror.c91 # define error_at_line __error_at_line macro
311 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
314 error_at_line (status, errnum, file_name, line_number, message, va_alist) in error_at_line()
399 # undef error_at_line
401 weak_alias (__error_at_line, error_at_line)
H A Derror.h54 extern void error_at_line (int status, int errnum, const char *fname,
65 void error_at_line ();
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/gnulib-lib/
H A Derror.c77 # define error_at_line __error_at_line macro
270 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
337 # undef error_at_line
339 weak_alias (__error_at_line, error_at_line)
H A Derror.h46 extern void error_at_line (int __status, int __errnum, const char *__fname,
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/gnulib-lib/
H A Derror.c77 # define error_at_line __error_at_line macro
270 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
335 # undef error_at_line
337 weak_alias (__error_at_line, error_at_line)
H A Derror.h46 extern void error_at_line (int __status, int __errnum, const char *__fname,
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/libgettextpo/
H A Derror.c77 # define error_at_line __error_at_line macro
270 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
335 # undef error_at_line
337 weak_alias (__error_at_line, error_at_line)
H A Derror.h46 extern void error_at_line (int __status, int __errnum, const char *__fname,
H A Dgettext-po.c160 po_error_at_line = handler->error_at_line; in po_file_read_v2()
174 po_error_at_line = error_at_line; in po_file_read_v2()
246 po_error_at_line = handler->error_at_line; in po_file_write()
254 po_error_at_line = error_at_line; in po_file_write()
H A DChangeLog57 error, error_at_line fields.
/netbsd-src/external/gpl2/xcvs/dist/lib/
H A Derror.c76 # define error_at_line __error_at_line macro
236 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
304 # undef error_at_line
306 weak_alias (__error_at_line, error_at_line)
H A Derror.h46 extern void error_at_line (int __status, int __errnum, const char *__fname,
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Derror.c82 # define error_at_line __error_at_line macro
339 error_at_line (int status, int errnum, const char *file_name, in error_at_line() function
408 # undef error_at_line
410 weak_alias (__error_at_line, error_at_line)
H A Derror.h41 extern void error_at_line (int __status, int __errnum, const char *__fname,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c107 error_at_line (const struct fileloc *pos, const char *msg, ...) in error_at_line() function
299 error_at_line (pos, "junk on line after language tag [%s]", line); in read_input_line()
302 error_at_line (pos, "missing close bracket for language tag [%s", in read_input_line()
378 error_at_line (&epos, "duplicate language tag [%s]", in read_input_list()
402 error_at_line (&epos, in read_input_list()
521 error_at_line (pos, "type `%s' previously defined", s); in do_typedef()
522 error_at_line (&p->line, "previously defined here"); in do_typedef()
802 error_at_line (pos, "duplicate definition of '%s %s'", in new_structure()
804 error_at_line (&s->u.s.line, "previous definition here"); in new_structure()
1151 error_at_line (&lexer_line, in adjust_field_rtx_def()
[all …]
H A Dgengtype.h418 extern void error_at_line
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc107 error_at_line (const struct fileloc *pos, const char *msg, ...) in error_at_line() function
310 error_at_line (pos, "junk on line after language tag [%s]", line); in read_input_line()
313 error_at_line (pos, "missing close bracket for language tag [%s", in read_input_line()
389 error_at_line (&epos, "duplicate language tag [%s]", in read_input_list()
413 error_at_line (&epos, in read_input_list()
536 error_at_line (pos, "type `%s' previously defined", s); in do_typedef()
537 error_at_line (&p->line, "previously defined here"); in do_typedef()
817 error_at_line (pos, "duplicate definition of '%s %s'", in new_structure()
819 error_at_line (&s->u.s.line, "previous definition here"); in new_structure()
1166 error_at_line (&lexer_line, in adjust_field_rtx_def()
[all …]
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/m4/
H A Derror.m413 AC_CACHE_CHECK([for error_at_line], [ac_cv_lib_error_at_line],
17 [[error_at_line (0, 0, "", 0, "an error occurred");]])],
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/src/
H A Dpo-error.c38 = error_at_line;
H A Dx-python.c618 error_at_line (EXIT_FAILURE, 0, logical_file_name, line_number - 1, _("\ in set_current_file_source_encoding()
625 error_at_line (EXIT_FAILURE, 0, logical_file_name, line_number - 1, _("\ in set_current_file_source_encoding()
674 error_at_line (0, 0, in try_to_extract_coding()
/netbsd-src/external/gpl2/gettext/include/
H A Dgettext-po.h69 void (*error_at_line) (int status, int errnum, member
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/po/
H A DMakevars16 --flag=error:3:c-format --flag=error_at_line:5:c-format
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/po/
H A DMakevars16 --flag=error:3:c-format --flag=error_at_line:5:c-format \

12