| /src/external/mit/libuv/dist/src/win/ |
| winapi.c | 60 uv_fatal_error(GetLastError(), "GetModuleHandleA"); 70 uv_fatal_error(GetLastError(), "GetProcAddress"); 77 uv_fatal_error(GetLastError(), "GetProcAddress"); 84 uv_fatal_error(GetLastError(), "GetProcAddress"); 91 uv_fatal_error(GetLastError(), "GetProcAddress"); 97 uv_fatal_error(GetLastError(), "GetProcAddress"); 103 uv_fatal_error(GetLastError(), "GetProcAddress"); 110 uv_fatal_error(GetLastError(), "GetProcAddress"); 117 uv_fatal_error(GetLastError(), "GetProcAddress");
|
| dl.c | 44 return uv__dlerror(lib, filename, GetLastError()); 68 return uv__dlerror(lib, "", *ptr ? 0 : GetLastError()); 111 if (!res && (GetLastError() == ERROR_MUI_FILE_NOT_FOUND || 112 GetLastError() == ERROR_RESOURCE_TYPE_NOT_FOUND)) {
|
| /src/crypto/external/bsd/openssl.old/dist/test/ |
| errtest.c | 27 return TEST_int_eq(GetLastError(), ERROR_INVALID_FUNCTION);
|
| /src/external/bsd/unbound/dist/util/ |
| locks.c | 155 /** log a windows GetLastError message */ 163 log_err("%s, GetLastError=%d", str, (int)err); 205 log_win_err("TlsAlloc Failed(OUT_OF_INDEXES)", GetLastError()); 213 log_win_err("TlsSetValue failed", GetLastError()); 220 if(ret == NULL && GetLastError() != ERROR_SUCCESS) { 221 log_win_err("TlsGetValue failed", GetLastError()); 239 log_win_err("CreateThread failed", GetLastError()); 254 GetLastError()); 257 GetLastError()); 261 log_win_err("CloseHandle(Thread) failed", GetLastError()); [all...] |
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| main_winsvc.c | 247 (int) GetLastError()); 263 printf("OpenSCManager failed: %d\n", (int) GetLastError()); 273 printf("CreateService failed: %d\n\n", (int) GetLastError()); 282 (int) GetLastError()); 304 printf("OpenSCManager failed: %d\n", (int) GetLastError()); 310 printf("OpenService failed: %d\n\n", (int) GetLastError()); 322 (int) GetLastError()); 331 printf("DeleteService failed: %d\n", (int) GetLastError()); 357 (int) GetLastError()); 370 (int) GetLastError()); [all...] |
| ctrl_iface_named_pipe.c | 107 err = GetLastError(); 150 (int) GetLastError()); 177 (int) GetLastError()); 183 (int) GetLastError()); 189 err = GetLastError(); 271 (int) GetLastError()); 333 (int) GetLastError()); 367 (int) GetLastError()); 414 sddl, (int) GetLastError()); 513 dst, (int) GetLastError()); [all...] |
| /src/external/gpl3/gdb/dist/gnulib/import/ |
| rewinddir.c | 42 switch (GetLastError ())
|
| /src/external/gpl3/gdb.old/dist/gnulib/import/ |
| rewinddir.c | 42 switch (GetLastError ())
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/ |
| thread.c | 83 return (TlsSetValue(key, value) ? 0 : GetLastError()); 90 return ((*key != -1) ? 0 : GetLastError()); 95 return (TlsFree(key) ? 0 : GetLastError());
|
| /src/external/gpl3/gcc/dist/libgcc/config/i386/ |
| gthr-win32-thread.c | 108 return (int) GetLastError (); 130 status = (int) GetLastError (); 134 status = (int) GetLastError ();
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/i386/ |
| gthr-win32.c | 114 status = (int) GetLastError (); 121 return (TlsFree (key) != 0) ? 0 : (int) GetLastError (); 129 lasterror = GetLastError(); 141 return GetLastError ();
|
| /src/external/bsd/openldap/dist/libraries/liblutil/ |
| ntservice.c | 98 fprintf( stderr, "RegCreateKeyEx() failed. GetLastError=%lu (%s)\n", GetLastError(), GetLastErrorString() ); 105 fprintf( stderr, "RegSetValueEx(EventMessageFile) failed. GetLastError=%lu (%s)\n", GetLastError(), GetLastErrorString() ); 113 fprintf( stderr, "RegCreateKeyEx(TypesSupported) failed. GetLastError=%lu (%s)\n", GetLastError(), GetLastErrorString() ); 122 fprintf( stderr, "CreateService() failed. GetLastError=%lu (%s)\n", GetLastError(), GetLastErrorString() ); 128 fprintf( stderr, "OpenSCManager() failed. GetLastError=%lu (%s)\n", GetLastError(), GetLastErrorString() ) [all...] |
| /src/crypto/external/bsd/heimdal/dist/lib/hcrypto/ |
| rand-w32.c | 61 if (GetLastError() == NTE_BAD_KEYSET) { 72 if (GetLastError() == NTE_BAD_KEYSET) {
|
| /src/external/apache2/llvm/dist/libcxx/src/support/win32/ |
| thread_win32.cpp | 132 auto __ec = GetLastError(); 162 return GetLastError(); 213 return GetLastError(); 229 return GetLastError(); 231 return GetLastError(); 238 return GetLastError(); 261 return GetLastError(); 274 return GetLastError();
|
| /src/external/gpl3/gcc/dist/gcc/jit/ |
| jit-result.cc | 89 if (GetLastError() != 0) { 126 if (GetLastError() != 0) {
|
| /src/external/gpl3/gcc.old/dist/gcc/jit/ |
| jit-result.cc | 88 if (GetLastError() != 0) { 125 if (GetLastError() != 0) {
|
| /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.base/ |
| unload.c | 56 fprintf (stderr, "error %d occurred\n", GetLastError ()); 83 fprintf (stderr, "error %d occurred\n", GetLastError ());
|
| watchpoint-solib.c | 45 fprintf (stderr, "error %d occurred\n", GetLastError ());
|
| /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.base/ |
| unload.c | 56 fprintf (stderr, "error %d occurred\n", GetLastError ()); 83 fprintf (stderr, "error %d occurred\n", GetLastError ());
|
| watchpoint-solib.c | 45 fprintf (stderr, "error %d occurred\n", GetLastError ());
|
| /src/sys/arch/hpcmips/stand/pbsdboot/ |
| palette.c | 97 GetLastError()); 143 GetLastError()); 151 GetLastError()); 181 GetLastError());
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| util.h | 59 return GetLastError();
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| util.h | 59 return GetLastError();
|
| /src/external/bsd/libarchive/dist/libarchive/ |
| archive_util.c | 270 la_dosmaperr(GetLastError()); 293 if (GetLastError() != ERROR_FILE_NOT_FOUND) { 294 la_dosmaperr(GetLastError()); 304 la_dosmaperr(GetLastError()); 334 la_dosmaperr(GetLastError()); 340 la_dosmaperr(GetLastError()); 357 la_dosmaperr(GetLastError()); 363 la_dosmaperr(GetLastError()); 405 if (GetLastError() == ERROR_FILE_EXISTS) 408 la_dosmaperr(GetLastError()); [all...] |
| /src/crypto/external/apache2/openssl/dist/crypto/ |
| o_fopen.c | 66 || (GetLastError() == ERROR_INVALID_FLAGS && (sz = MultiByteToWideChar(CP_UTF8, (flags = 0), filename, len_0, NULL, 0)) > 0)) { 81 } else if (GetLastError() == ERROR_NO_UNICODE_TRANSLATION) {
|