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

/freebsd-11.0-release/contrib/gdb/include/
H A Dgdbm.h72 typedef enum { NO_ERROR, enumerator in enum:__anon1656
/freebsd-11.0-release/contrib/binutils/include/
H A Dgdbm.h72 typedef enum { NO_ERROR, enumerator in enum:__anon554
/freebsd-11.0-release/contrib/ntp/libntp/
H A Dmsyslog.c245 if (NO_ERROR == errval)
277 if (NO_ERROR == errval)
/freebsd-11.0-release/contrib/ntp/lib/isc/win32/
H A Dinterfaceiter.c197 if (NO_ERROR == err || ERROR_BUFFER_OVERFLOW != err)
201 if (NO_ERROR != err) {
H A Dsocket.c697 case NO_ERROR: /* Strange, but okay */
/freebsd-11.0-release/contrib/unbound/libunbound/
H A Dlibunbound.c1037 if (GetNetworkParams(info, &buflen) == NO_ERROR) {
/freebsd-11.0-release/contrib/ntp/ntpdc/
H A Dntpdc.c503 if (err != NO_ERROR) {
/freebsd-11.0-release/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c17235 if( DosCreateMutexSem( 0, &p->mutex, 0, FALSE ) != NO_ERROR ){
17264 if( rc == NO_ERROR ){
17365 if( DosRequestMutexSem(p->mutex, SEM_IMMEDIATE_RETURN) == NO_ERROR ) {
22560 return rc == NO_ERROR ? SQLITE_OK : SQLITE_IOERR;
22580 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
22583 if( DosRead( pFile->h, pBuf, amt, &got ) != NO_ERROR ){
22606 APIRET rc = NO_ERROR;
22613 if( DosSetFilePtr(pFile->h, offset, FILE_BEGIN, &fileLocation) != NO_ERROR ){
22618 ( rc = DosWrite( pFile->h, (PVOID)pBuf, amt, &wrote ) ) == NO_ERROR &&
22625 return ( rc != NO_ERROR || am
[all...]
/freebsd-11.0-release/contrib/ntp/sntp/libevent/
H A Devutil.c699 if (res != NO_ERROR)
/freebsd-11.0-release/contrib/sqlite3/
H A Dsqlite3.c[all...]

Completed in 546 milliseconds