Home
last modified time | relevance | path

Searched refs:strwinerror (Results 1 – 13 of 13) sorted by relevance

/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dminigzip.c76 static char *strwinerror (error) in strwinerror() function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
H A DChangeLog546 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dminigzip.c76 static char *strwinerror (error) in strwinerror() function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
H A DChangeLog546 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dminigzip.c76 static char *strwinerror (error) in strwinerror() function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
H A DChangeLog546 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
/netbsd-src/external/gpl3/binutils/dist/zlib/test/
H A Dminigzip.c80 static char *strwinerror (error) in strwinerror() function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
/netbsd-src/external/gpl3/binutils.old/dist/zlib/test/
H A Dminigzip.c80 static char *strwinerror (error) in strwinerror() function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
/netbsd-src/external/gpl3/gdb/dist/zlib/test/
H A Dminigzip.c80 static char *strwinerror (error) in strwinerror() function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
/netbsd-src/external/gpl3/gdb/dist/gdbserver/
H A DChangeLog-2002-202121490 (strwinerror): New function.
21492 Use strwinerror instead of strerror on Windows error
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-2015842 (strwinerror): Cast FormatMessage argument to LPTSTR instead of
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-2015842 (strwinerror): Cast FormatMessage argument to LPTSTR instead of
/netbsd-src/external/gpl3/binutils/dist/
H A DChangeLog.git91027 Commit 02d04eac "Use strwinerror in gdb/windows-nat.c" also moves
91028 strwinerror() under the USE_WIN32API conditional, which is not defined
91032 Also enable the declaration and definition of strwinerror() when
106821 Use strwinerror in gdb/windows-nat.c
106824 strwinerror from gdbserver to gdbsupport, and then updates
106825 windows-nat.c to use it. A couple of minor changes to strwinerror