HomeSort by: relevance | last modified time | path
    Searched defs:strwinerror (Results 1 - 12 of 12) sorted by relevancy

  /src/external/gpl3/gdb/dist/gdbsupport/
errors.cc 102 strwinerror (ULONGEST error) function
151 error (_("%s (error %u): %s"), string, (unsigned) err, strwinerror (err));
  /src/external/gpl3/gdb.old/dist/gdbsupport/
errors.cc 102 strwinerror (ULONGEST error) function
151 error (_("%s (error %u): %s"), string, (unsigned) err, strwinerror (err));
  /src/external/gpl3/binutils/dist/zlib/
minigzip.c 71 but may be overwritten by a subsequent call to strwinerror
73 The strwinerror function does not change the current setting
76 static char *strwinerror (error) function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/external/gpl3/binutils.old/dist/zlib/
minigzip.c 71 but may be overwritten by a subsequent call to strwinerror
73 The strwinerror function does not change the current setting
76 static char *strwinerror (error) function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/external/gpl3/gdb/dist/zlib/
minigzip.c 71 but may be overwritten by a subsequent call to strwinerror
73 The strwinerror function does not change the current setting
76 static char *strwinerror (error) function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/external/gpl3/gdb.old/dist/zlib/
minigzip.c 71 but may be overwritten by a subsequent call to strwinerror
73 The strwinerror function does not change the current setting
76 static char *strwinerror (error) function
119 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
121 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/common/dist/zlib/test/
minigzip.c 75 but may be overwritten by a subsequent call to strwinerror
77 The strwinerror function does not change the current setting
80 static char *strwinerror (error) function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/external/bsd/zstd/dist/zlibWrapper/examples/
minigzip.c 80 but may be overwritten by a subsequent call to strwinerror
82 The strwinerror function does not change the current setting
85 static char *strwinerror(DWORD error) function
126 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
128 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/external/gpl3/binutils/dist/zlib/test/
minigzip.c 75 but may be overwritten by a subsequent call to strwinerror
77 The strwinerror function does not change the current setting
80 static char *strwinerror (error) function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/external/gpl3/binutils.old/dist/zlib/test/
minigzip.c 75 but may be overwritten by a subsequent call to strwinerror
77 The strwinerror function does not change the current setting
80 static char *strwinerror (error) function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/external/gpl3/gdb/dist/zlib/test/
minigzip.c 75 but may be overwritten by a subsequent call to strwinerror
77 The strwinerror function does not change the current setting
80 static char *strwinerror (error) function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));
  /src/external/gpl3/gdb.old/dist/zlib/test/
minigzip.c 75 but may be overwritten by a subsequent call to strwinerror
77 The strwinerror function does not change the current setting
80 static char *strwinerror (error) function
123 fprintf(stderr, "%s: %s\n", s, strwinerror(GetLastError ()));
125 fprintf(stderr, "%s\n", strwinerror(GetLastError ()));

Completed in 71 milliseconds