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

/freebsd-11-stable/contrib/gcc/
H A Dgenchecksum.c42 fprintf (stderr, "opening %s: %s\n", file, xstrerror (errno));
49 fprintf (stderr, "seeking in %s: %s\n", file, xstrerror (errno));
56 fprintf (stderr, "reading %s: %s\n", file, xstrerror (errno));
H A Dprotoize.c588 pname, shortpath (NULL, out_fname), xstrerror (errno_val));
1296 xstrerror (errno_val));
1918 fprintf (stderr, ": %s\n", xstrerror (errno_val));
1925 notice ("%s: wait: %s\n", pname, xstrerror (errno));
1999 xstrerror (errno_val));
2028 xstrerror (errno_val));
2044 xstrerror (errno_val));
2072 xstrerror (errno_val));
2100 xstrerror (errno_val));
2118 xstrerror (errno_va
[all...]
H A Dcollect2.c335 fprintf (stderr, ": %s\n", xstrerror (e));
H A Dgcc.c3411 fatal ("couldn't run '%s': %s", new_argv0, xstrerror (errno));
6947 error ("%s: %s", name, xstrerror (errno));
/freebsd-11-stable/contrib/gcclibs/libiberty/
H A Dxstrerror.c0 /* xstrerror.c -- jacket routine for more robust strerror() usage.
7 @deftypefn Replacement char* xstrerror (int @var{errnum})
54 xstrerror (int errnum) function
H A Dmakefile.vms12 concat.obj,getruntime.obj,getpagesize.obj,alloca.obj,xstrerror.obj,\
H A DMakefile.in159 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
182 ./xstrerror.o ./xstrndup.o
1164 ./xstrerror.o: $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
1167 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
1169 $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
H A Dpex-unix.c349 writeerr (xstrerror (err));
/freebsd-11-stable/contrib/binutils/libiberty/
H A Dxstrerror.c0 /* xstrerror.c -- jacket routine for more robust strerror() usage.
7 @deftypefn Replacement char* xstrerror (int @var{errnum})
54 xstrerror (int errnum) function
H A DMakefile.in159 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
182 ./xstrerror.o ./xstrndup.o
1188 ./xstrerror.o: $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
1191 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
1193 $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
/freebsd-11-stable/contrib/binutils/gas/
H A Dinput-file.c146 file_name, xstrerror (errno));
155 file_name, xstrerror (errno));
217 as_bad (_("can't read from %s: %s"), file_name, xstrerror (errno));
243 as_bad (_("can't read from %s: %s"), file_name, xstrerror (errno));
251 as_warn (_("can't close %s: %s"), file_name, xstrerror (errno));
H A Dlisting.c1079 as_warn (_("can't open %s: %s"), name, xstrerror (errno));
1097 as_warn (_("can't close %s: %s"), name, xstrerror (errno));
/freebsd-11-stable/gnu/usr.bin/binutils/libiberty/
H A DMakefile33 xstrerror.c
/freebsd-11-stable/gnu/usr.bin/cc/libiberty/
H A DMakefile20 xmalloc.c xmemdup.c xstrdup.c xstrerror.c make-relative-prefix.c \
/freebsd-11-stable/contrib/gdb/include/
H A Dlibiberty.h186 extern char *xstrerror PARAMS ((int));
/freebsd-11-stable/contrib/tcsh/
H A Dtc.decls.h209 extern char *xstrerror (int);
211 # define strerror(a) xstrerror(a)
/freebsd-11-stable/contrib/gcclibs/libcpp/
H A Derrors.c201 cpp_error (pfile, level, "%s: %s", msgid, xstrerror (errno));
/freebsd-11-stable/contrib/gcclibs/libiberty/testsuite/
H A Dtest-expandargv.c122 fprintf (stderr, ": %s", xstrerror (err));
H A Dtest-pexecute.c113 fprintf (stderr, ": %s", xstrerror (err));
/freebsd-11-stable/contrib/gcclibs/include/
H A Dlibiberty.h232 extern char *xstrerror (int);
/freebsd-11-stable/contrib/binutils/include/
H A Dlibiberty.h243 extern char *xstrerror (int);
/freebsd-11-stable/contrib/binutils/bfd/
H A Dbfd.c395 return xstrerror (errno);
/freebsd-11-stable/gnu/usr.bin/cc/cc_tools/
H A DMakefile404 xmalloc.c xmemdup.c xstrdup.c xstrerror.c

Completed in 312 milliseconds