Home
last modified time | relevance | path

Searched refs:xstrerror (Results 1 – 23 of 23) sorted by relevance

/toolchain/binutils/binutils-2.25/gas/
Dinput-file.c140 file_name, xstrerror (errno)); in input_file_open()
149 file_name, xstrerror (errno)); in input_file_open()
222 as_bad (_("can't read from %s: %s"), file_name, xstrerror (errno)); in input_file_get()
250 as_warn (_("can't close %s: %s"), file_name, xstrerror (errno)); in input_file_give_next_buffer()
Dstabs.c675 as_fatal ("%s", xstrerror (errno)); in stabs_generate_asm_func()
701 as_fatal ("%s", xstrerror (errno)); in stabs_generate_asm_endfunc()
Dlisting.c1425 as_warn (_("can't open %s: %s"), name, xstrerror (errno)); in listing_print()
1446 as_warn (_("can't close %s: %s"), name, xstrerror (errno)); in listing_print()
Dread.c5951 as_fatal ("%s", xstrerror (errno)); in do_s_func()
5961 as_fatal ("%s", xstrerror (errno)); in do_s_func()
DChangeLog-96973662 (xstrerror): Don't declare.
DChangeLog-92951280 * messages.c (as_perror): Use xstrerror instead of strerror.
/toolchain/binutils/binutils-2.25/libiberty/
Dxstrerror.c54 xstrerror (int errnum) in xstrerror() function
Dmakefile.vms13 concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
DMakefile.in160 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
193 ./xmemdup.$(objext) ./xstrdup.$(objext) ./xstrerror.$(objext) \
1660 ./xstrerror.$(objext): $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
1663 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
1666 $(COMPILE.c) $(PICFLAG) $(NOASANFLAG) $(srcdir)/xstrerror.c -o noasan/$@; \
1668 $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
Dpex-unix.c384 writeerr (xstrerror (err)); in pex_child_error()
DChangeLog2312 * xstrerror.c (strerror): Enclose declaration in an extern "C"
2593 * xstrerror.c (xstrerror): Likewise.
2920 * objalloc.c, strsignal.c, xstrerror.c: Include "config.h" before
4417 xatexit.c, xmalloc.c, xstrerror.c: Improve manual formatting. Fix
4489 xmalloc.c, xmemdup.c, xstrdup.c, xstrerror.c: Add or update
6729 (strsignal.o, xstrerror.o): Likewise.
7307 * xstrerror.c: Include <stdio.h>.
7544 * xstrerror.c: New file.
Dfunctions.texi2008 @c xstrerror.c:7
2009 @deftypefn Replacement char* xstrerror (int @var{errnum})
/toolchain/binutils/binutils-2.25/opcodes/
Di386-gen.c1059 xstrerror (errno)); in process_i386_opcodes()
1190 xstrerror (errno)); in process_i386_registers()
1267 xstrerror (errno)); in process_i386_initializers()
1356 srcdir, xstrerror (errno)); in main()
1384 xstrerror (errno)); in main()
Dopc2c.c596 xstrerror (errno)); in main()
DChangeLog-2007733 <string.h>. Use xstrerror instead of strerror.
DChangeLog-2009611 xstrerror.
/toolchain/binutils/binutils-2.25/libiberty/testsuite/
Dtest-expandargv.c157 fprintf (stderr, ": %s", xstrerror (err)); in fatal_error()
Dtest-pexecute.c113 fprintf (stderr, ": %s", xstrerror (err)); in fatal_error()
/toolchain/binutils/binutils-2.25/include/
Dlibiberty.h262 extern char *xstrerror (int) ATTRIBUTE_RETURNS_NONNULL;
DChangeLog131 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
DChangeLog-91031804 * libiberty.h: Declare xstrerror. From Pat Rankin.
/toolchain/binutils/binutils-2.25/bfd/
Dbfd.c518 return xstrerror (errno); in bfd_errmsg()
DChangeLog-96971910 (bfd_errmsg): Call xstrerror rather than strerror.