Home
last modified time | relevance | path

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

12

/openbsd/src/gnu/gcc/gcc/
Dgenchecksum.c42 fprintf (stderr, "opening %s: %s\n", file, xstrerror (errno)); in dosum()
49 fprintf (stderr, "seeking in %s: %s\n", file, xstrerror (errno)); in dosum()
56 fprintf (stderr, "reading %s: %s\n", file, xstrerror (errno)); in dosum()
Dprotoize.c584 pname, shortpath (NULL, out_fname), xstrerror (errno_val)); in safe_write()
1284 xstrerror (errno_val)); in find_file()
1903 fprintf (stderr, ": %s\n", xstrerror (errno_val)); in gen_aux_info_file()
1910 notice ("%s: wait: %s\n", pname, xstrerror (errno)); in gen_aux_info_file()
1983 xstrerror (errno_val)); in process_aux_info_file()
2012 xstrerror (errno_val)); in process_aux_info_file()
2028 xstrerror (errno_val)); in process_aux_info_file()
2056 xstrerror (errno_val)); in process_aux_info_file()
2084 xstrerror (errno_val)); in process_aux_info_file()
2102 xstrerror (errno_val)); in process_aux_info_file()
[all …]
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/
Dfixincl.c247 errno, xstrerror (errno), argv[1] );
345 errno, xstrerror (errno), fname );
363 errno, xstrerror (errno), fname);
597 errno, xstrerror (errno), fname); in create_file()
858 fprintf (stderr, z_fork_err, errno, xstrerror (errno),
1088 fprintf (stderr, z_fork_err, errno, xstrerror (errno),
1347 erno, xstrerror (erno)); in process()
1393 xstrerror (errno), pz_curr_file); in process()
1448 errno, xstrerror (errno), pz_temp_file); in process()
Dprocopen.c172 errno, pz_cmd, xstrerror (errno));
Dfixlib.c66 xstrerror (err));
/openbsd/src/gnu/gcc/fixincludes/
Dfixincl.c226 errno, xstrerror (errno), argv[1] ); in initialize()
316 errno, xstrerror (errno), fname ); in load_file()
334 errno, xstrerror (errno), fname); in load_file()
568 errno, xstrerror (errno), fname); in create_file()
817 fprintf (stderr, z_fork_err, errno, xstrerror (errno), in internal_fix()
1055 fprintf (stderr, z_fork_err, errno, xstrerror (errno), in start_fixer()
1311 erno, xstrerror (erno)); in process()
1358 xstrerror (errno), pz_curr_file); in process()
1413 errno, xstrerror (errno), pz_temp_file); in process()
Dprocopen.c166 errno, pz_cmd, xstrerror (errno)); in chain_open()
Dfixlib.c65 xstrerror (err)); in load_file_data()
/openbsd/src/gnu/usr.bin/gcc/gcc/
Dprotoize.c634 pname, shortpath (NULL, out_fname), xstrerror (errno_val));
1376 xstrerror (errno_val));
2005 fprintf (stderr, ": %s\n", xstrerror (errno_val));
2012 notice ("%s: wait: %s\n", pname, xstrerror (errno));
2088 xstrerror (errno_val));
2117 xstrerror (errno_val));
2133 xstrerror (errno_val));
2161 xstrerror (errno_val));
2189 xstrerror (errno_val));
2207 xstrerror (errno_val));
[all …]
Dcpperror.c191 cpp_error (pfile, level, "%s: %s", msgid, xstrerror (errno));
/openbsd/src/gnu/lib/libiberty/src/
Dxstrerror.c54 xstrerror (int errnum) in xstrerror() function
Dmakefile.vms12 concat.obj,getruntime.obj,getpagesize.obj,alloca.obj,xstrerror.obj,\
DMakefile.in159 xatexit.c xexit.c xmalloc.c xmemdup.c xstrdup.c xstrerror.c \
182 ./xstrerror.o ./xstrndup.o
1160 ./xstrerror.o: $(srcdir)/xstrerror.c config.h $(INCDIR)/ansidecl.h \
1163 $(COMPILE.c) $(PICFLAG) $(srcdir)/xstrerror.c -o pic/$@; \
1165 $(COMPILE.c) $(srcdir)/xstrerror.c $(OUTPUT_OPTION)
Dpex-unix.c349 writeerr (xstrerror (err)); in pex_child_error()
/openbsd/src/gnu/lib/libiberty/src/testsuite/
Dtest-expandargv.c119 fprintf (stderr, ": %s", xstrerror (err)); in fatal_error()
Dtest-pexecute.c109 fprintf (stderr, ": %s", xstrerror (err)); in fatal_error()
/openbsd/src/gnu/lib/libiberty/
DMakefile.bsd-wrapper22 xatexit.c xexit.c xmalloc.c xmemdup.c xstrerror.c xstrdup.c \
/openbsd/src/gnu/usr.bin/binutils/include/
Dlibiberty.h189 extern char *xstrerror PARAMS ((int));
/openbsd/src/gnu/gcc/libcpp/
Derrors.c201 cpp_error (pfile, level, "%s: %s", msgid, xstrerror (errno)); in cpp_errno()
/openbsd/src/gnu/lib/libiberty/include/
Dlibiberty.h232 extern char *xstrerror (int);
/openbsd/src/gnu/gcc/include/
Dlibiberty.h232 extern char *xstrerror (int);
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dlibiberty.h232 extern char *xstrerror (int);
/openbsd/src/gnu/usr.bin/binutils/gas/
Dmessages.c155 errtxt = xstrerror (errno); in as_perror()
/openbsd/src/gnu/usr.bin/binutils/bfd/
Dbfd.c354 return xstrerror (errno); in bfd_errmsg()
/openbsd/src/gnu/usr.bin/binutils-2.17/bfd/
Dbfd.c359 return xstrerror (errno); in bfd_errmsg()

12