HomeSort by relevance Sort by last modified time
    Searched refs:xstrerror (Results 1 - 14 of 14) sorted by null

  /toolchain/binutils/binutils-2.25/libiberty/
xstrerror.c 0 /* xstrerror.c -- jacket routine for more robust strerror() usage.
7 @deftypefn Replacement char* xstrerror (int @var{errnum})
54 xstrerror (int errnum) function
makefile.vms 13 concat.obj,getruntime.obj,getpagesize.obj,getpwd.obj,xstrerror.obj,\
pex-unix.c 384 writeerr (xstrerror (err));
  /toolchain/binutils/binutils-2.25/gas/
input-file.c 142 file_name, xstrerror (errno));
151 file_name, xstrerror (errno));
224 as_bad (_("can't read from %s: %s"), file_name, xstrerror (errno));
252 as_warn (_("can't close %s: %s"), file_name, xstrerror (errno));
stabs.c 675 as_fatal ("%s", xstrerror (errno));
701 as_fatal ("%s", xstrerror (errno));
listing.c     [all...]
read.c     [all...]
  /toolchain/binutils/binutils-2.25/libiberty/testsuite/
test-expandargv.c 157 fprintf (stderr, ": %s", xstrerror (err));
test-pexecute.c 113 fprintf (stderr, ": %s", xstrerror (err));
  /toolchain/binutils/binutils-2.25/opcodes/
i386-gen.c 1059 xstrerror (errno));
1190 xstrerror (errno));
    [all...]
opc2c.c 596 xstrerror (errno));
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
libiberty.h 259 extern char *xstrerror (int);
  /toolchain/binutils/binutils-2.25/include/
libiberty.h 262 extern char *xstrerror (int) ATTRIBUTE_RETURNS_NONNULL;
  /toolchain/binutils/binutils-2.25/bfd/
bfd.c 520 return xstrerror (errno);
    [all...]

Completed in 398 milliseconds