Searched refs:error_name (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/bsd/byacc/dist/test/yacc/
H A Dcode_error.tab.c31 const char *const error_name[] = { variable
H A Derror.tab.c92 #define yyname error_name
178 static const char *const error_name[] = { variable
H A Dpure_error.tab.c92 #define yyname error_name
190 static const char *const error_name[] = { variable
H A Dcode_error.code.c92 #define yyname error_name
/netbsd-current/external/bsd/byacc/dist/test/btyacc/
H A Dcode_error.tab.c48 const char *const error_name[] = { variable
H A Dpure_error.tab.c99 #define yyname error_name
224 static const char *const error_name[] = { variable
H A Derror.tab.c99 #define yyname error_name
212 static const char *const error_name[] = { variable
H A Dcode_error.code.c99 #define yyname error_name
/netbsd-current/external/gpl3/binutils/dist/binutils/
H A Delfcomm.c777 const char * error_name = _("<corrupt>"); local
789 len += strlen (error_name) + 2;
807 error_name, member_name);
/netbsd-current/external/gpl3/gdb.old/dist/binutils/
H A Delfcomm.c902 const char * error_name = _("<corrupt>"); local
914 len += strlen (error_name) + 2;
932 error_name, member_name);
/netbsd-current/external/gpl3/binutils.old/dist/binutils/
H A Delfcomm.c777 const char * error_name = _("<corrupt>"); local
789 len += strlen (error_name) + 2;
807 error_name, member_name);
/netbsd-current/external/gpl3/binutils/dist/ld/
H A Dldmain.c1413 static char *error_name;
1430 if (error_name != NULL
1431 && strcmp (name, error_name) == 0)
1436 free (error_name);
1437 error_name = xstrdup (name);
1410 static char *error_name; local
/netbsd-current/external/gpl3/gdb.old/dist/ld/
H A Dldmain.c1398 static char *error_name;
1415 if (error_name != NULL
1416 && strcmp (name, error_name) == 0)
1421 free (error_name);
1422 error_name = xstrdup (name);
1395 static char *error_name; local
/netbsd-current/external/gpl3/binutils.old/dist/ld/
H A Dldmain.c1413 static char *error_name;
1430 if (error_name != NULL
1431 && strcmp (name, error_name) == 0)
1436 free (error_name);
1437 error_name = xstrdup (name);
1410 static char *error_name; local

Completed in 244 milliseconds