Searched refs:NO_ERROR (Results 1 – 8 of 8) sorted by relevance
| /mirbsd/src/gnu/usr.bin/perl/wince/ |
| D | win32io.c | 226 if (GetLastError() != NO_ERROR) in PerlIOWin32_read() 264 if (res != 0xFFFFFFFF || GetLastError() != NO_ERROR) in PerlIOWin32_seek() 280 if (res != 0xFFFFFFFF || GetLastError() != NO_ERROR) in PerlIOWin32_tell()
|
| /mirbsd/src/gnu/usr.bin/perl/win32/ |
| D | win32io.c | 224 if (GetLastError() != NO_ERROR) in PerlIOWin32_read() 262 if (res != 0xFFFFFFFF || GetLastError() != NO_ERROR) in PerlIOWin32_seek() 278 if (res != 0xFFFFFFFF || GetLastError() != NO_ERROR) in PerlIOWin32_tell()
|
| D | win32.c | 3234 if (pos.LowPart == INVALID_SET_FILE_POINTER && GetLastError() != NO_ERROR) { in win32_lseek() 3260 if (pos.LowPart == INVALID_SET_FILE_POINTER && GetLastError() != NO_ERROR) { in win32_tell()
|
| /mirbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | exceptions.c | 35 const struct gdb_exception exception_none = { 0, NO_ERROR, NULL }; 82 exception->error = NO_ERROR; in exceptions_state_mc_init() 410 throw_it (RETURN_QUIT, NO_ERROR, fmt, ap); in throw_vfatal()
|
| D | exceptions.h | 53 NO_ERROR, enumerator
|
| /mirbsd/src/gnu/usr.bin/binutils/include/ |
| D | gdbm.h | 72 typedef enum { NO_ERROR, enumerator
|
| /mirbsd/src/gnu/usr.bin/perl/os2/ |
| D | os2.c | 2612 APIRET rc = NO_ERROR; /* Return code */ in async_mssleep() 2834 ULONG rc1 = NO_ERROR; in XS() 3127 APIRET rc = NO_ERROR; /* Return code */ in XS() 3167 APIRET rc = NO_ERROR; /* Return code */ in XS() 3195 APIRET rc = NO_ERROR; /* Return code */ in XS() 4289 ULONG v_crt, v_emx, count = 0, rc = NO_ERROR, rc1, maybe_inited = 0; in check_emx_runtime() 4311 if (rc != NO_ERROR) in check_emx_runtime() 4314 if (rc1 == NO_ERROR) in check_emx_runtime() 4325 if (rc != NO_ERROR) { in check_emx_runtime()
|
| /mirbsd/src/sys/dev/ic/ |
| D | adw.c | 1229 NO_ERROR: 1250 goto NO_ERROR;
|