Home
last modified time | relevance | path

Searched refs:NO_ERROR (Results 1 – 8 of 8) sorted by relevance

/mirbsd/src/gnu/usr.bin/perl/wince/
Dwin32io.c226 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/
Dwin32io.c224 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()
Dwin32.c3234 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/
Dexceptions.c35 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()
Dexceptions.h53 NO_ERROR, enumerator
/mirbsd/src/gnu/usr.bin/binutils/include/
Dgdbm.h72 typedef enum { NO_ERROR, enumerator
/mirbsd/src/gnu/usr.bin/perl/os2/
Dos2.c2612 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/
Dadw.c1229 NO_ERROR:
1250 goto NO_ERROR;