Searched refs:NO_ERROR (Results 1 - 16 of 16) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash43.C7 enum Error { NO_ERROR }; enumerator in enum:Error
/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/testsuite/g++.old-deja/g++.brendan/
H A Dcrash43.C6 enum Error { NO_ERROR }; enumerator in enum:Error
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/sim/arm/
H A Dbag.h30 NO_ERROR, enumerator in enum:__anon1233
H A Dbag.c108 return NO_ERROR;
124 return NO_ERROR;
140 return NO_ERROR;
152 return NO_ERROR;
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/include/
H A Dgdbm.h72 typedef enum { NO_ERROR, enumerator in enum:__anon3583
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/include/
H A Dgdbm.h72 typedef enum { NO_ERROR, enumerator in enum:__anon951
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/libntp/
H A Dmsyslog.c178 if (NO_ERROR == errval)
210 if (NO_ERROR == errval)
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/bin/named/win32/
H A Dntservice.c179 ss.dwWin32ExitCode = NO_ERROR;
/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/libraries/liblutil/
H A Dntservice.c233 lutil_ServiceStatus.dwWin32ExitCode = NO_ERROR;
435 lutil_ServiceStatus.dwWin32ExitCode = NO_ERROR;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpd/
H A Dntp_timer.c224 if (!SetWaitableTimer(WaitableTimerHandle, &DueTime, Period, NULL, NULL, FALSE) != NO_ERROR) {
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/lib/isc/win32/
H A Dinterfaceiter.c199 if (NO_ERROR == err || ERROR_BUFFER_OVERFLOW != err)
203 if (NO_ERROR != err) {
H A Dsocket.c694 case NO_ERROR: /* Strange, but okay */
/netbsd-6-1-5-RELEASE/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c80 return li.LowPart != -1 || GetLastError() == NO_ERROR;
/netbsd-6-1-5-RELEASE/external/bsd/ntp/dist/ntpdc/
H A Dntpdc.c558 if (err != NO_ERROR) {
/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c17659 if( DosCreateMutexSem( 0, &p->mutex, 0, FALSE ) != NO_ERROR ){
17688 if( rc == NO_ERROR ){
17789 if( DosRequestMutexSem(p->mutex, SEM_IMMEDIATE_RETURN) == NO_ERROR ) {
22934 return rc == NO_ERROR ? SQLITE_OK : SQLITE_IOERR;
22954 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
22957 if( DosRead( pFile->h, pBuf, amt, &got ) != NO_ERROR ){
22980 APIRET rc = NO_ERROR;
22987 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
22992 ( rc = DosWrite( pFile->h, (PVOID)pBuf, amt, &wrote ) ) == NO_ERROR &&
22999 return ( rc != NO_ERROR || am
[all...]
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/isc/win32/
H A Dsocket.c699 case NO_ERROR: /* Strange, but okay */

Completed in 676 milliseconds