/netbsd-src/external/gpl3/binutils/dist/zlib/ |
H A D | minigzip.c | 76 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 D | ChangeLog | 546 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
|
/netbsd-src/external/gpl3/binutils.old/dist/zlib/ |
H A D | minigzip.c | 76 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 D | ChangeLog | 546 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
|
/netbsd-src/external/gpl3/gdb/dist/zlib/ |
H A D | minigzip.c | 76 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 D | ChangeLog | 546 - Fix usage of strwinerror() in glib.c, change to gz_strwinerror()
|
/netbsd-src/external/gpl3/binutils/dist/zlib/test/ |
H A D | minigzip.c | 80 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 D | minigzip.c | 80 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 D | minigzip.c | 80 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 D | ChangeLog-2002-2021 | 21490 (strwinerror): New function. 21492 Use strwinerror instead of strerror on Windows error
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2015 | 842 (strwinerror): Cast FormatMessage argument to LPTSTR instead of
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2015 | 842 (strwinerror): Cast FormatMessage argument to LPTSTR instead of
|
/netbsd-src/external/gpl3/binutils/dist/ |
H A D | ChangeLog.git | 91027 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
|