Searched refs:xstrerror (Results 1 – 23 of 23) sorted by relevance
/toolchain/binutils/binutils-2.25/gas/ |
D | input-file.c | 140 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()
|
D | stabs.c | 675 as_fatal ("%s", xstrerror (errno)); in stabs_generate_asm_func() 701 as_fatal ("%s", xstrerror (errno)); in stabs_generate_asm_endfunc()
|
D | listing.c | 1425 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()
|
D | read.c | 5951 as_fatal ("%s", xstrerror (errno)); in do_s_func() 5961 as_fatal ("%s", xstrerror (errno)); in do_s_func()
|
D | ChangeLog-9697 | 3662 (xstrerror): Don't declare.
|
D | ChangeLog-9295 | 1280 * messages.c (as_perror): Use xstrerror instead of strerror.
|
/toolchain/binutils/binutils-2.25/libiberty/ |
D | xstrerror.c | 54 xstrerror (int errnum) in xstrerror() function
|
D | makefile.vms | 13 concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
|
D | Makefile.in | 160 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)
|
D | pex-unix.c | 384 writeerr (xstrerror (err)); in pex_child_error()
|
D | ChangeLog | 2312 * 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.
|
D | functions.texi | 2008 @c xstrerror.c:7 2009 @deftypefn Replacement char* xstrerror (int @var{errnum})
|
/toolchain/binutils/binutils-2.25/opcodes/ |
D | i386-gen.c | 1059 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()
|
D | opc2c.c | 596 xstrerror (errno)); in main()
|
D | ChangeLog-2007 | 733 <string.h>. Use xstrerror instead of strerror.
|
D | ChangeLog-2009 | 611 xstrerror.
|
/toolchain/binutils/binutils-2.25/libiberty/testsuite/ |
D | test-expandargv.c | 157 fprintf (stderr, ": %s", xstrerror (err)); in fatal_error()
|
D | test-pexecute.c | 113 fprintf (stderr, ": %s", xstrerror (err)); in fatal_error()
|
/toolchain/binutils/binutils-2.25/include/ |
D | libiberty.h | 262 extern char *xstrerror (int) ATTRIBUTE_RETURNS_NONNULL;
|
D | ChangeLog | 131 (concat, reconcat, concat_copy2, choose_temp_base, xstrerror,
|
D | ChangeLog-9103 | 1804 * libiberty.h: Declare xstrerror. From Pat Rankin.
|
/toolchain/binutils/binutils-2.25/bfd/ |
D | bfd.c | 518 return xstrerror (errno); in bfd_errmsg()
|
D | ChangeLog-9697 | 1910 (bfd_errmsg): Call xstrerror rather than strerror.
|