Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.brendan/
Dcrash43.C7 enum Error { NO_ERROR }; enumerator
/openbsd/src/gnu/usr.bin/binutils-2.17/include/
Dgdbm.h72 typedef enum { NO_ERROR, enumerator
/openbsd/src/gnu/usr.bin/binutils/include/
Dgdbm.h72 typedef enum { NO_ERROR, enumerator
/openbsd/src/gnu/usr.bin/cvs/os2/
Ddirent.c86 while (NO_ERROR == rc) in opendir()
Dfilesubr.c863 else if (rc != NO_ERROR)
/openbsd/src/usr.sbin/bgpd/
Drtr_proto.c1225 rs->last_sent_error = NO_ERROR; in rtr_fsm()
1226 rs->last_recv_error = NO_ERROR; in rtr_fsm()
1426 rs->last_recv_error = NO_ERROR; in rtr_new()
1427 rs->last_sent_error = NO_ERROR; in rtr_new()
Dutil.c339 case NO_ERROR: in log_rtr_error()
Dbgpd.h590 NO_ERROR = -1, enumerator
/openbsd/src/gnu/usr.bin/perl/cpan/Win32API-File/
DFile.xs587 SaveErr( NO_ERROR != GetLastError() );
605 if( RETVAL == INVALID_SET_FILE_POINTER && (GetLastError() != NO_ERROR) ) {
/openbsd/src/sys/dev/ic/
Dadw.c990 NO_ERROR: in adw_isr_callback()
1011 goto NO_ERROR; in adw_isr_callback()
/openbsd/src/gnu/usr.bin/perl/os2/
Dos2.c2659 APIRET rc = NO_ERROR; /* Return code */ in async_mssleep()
2881 ULONG rc1 = NO_ERROR; in XS()
3189 APIRET rc = NO_ERROR; /* Return code */ in XS()
3232 APIRET rc = NO_ERROR; /* Return code */ in XS()
3260 APIRET rc = NO_ERROR; /* Return code */ in XS()
4080 if (ret == NO_ERROR) in connectNPipe()
4807 ULONG v_crt, v_emx, count = 0, rc = NO_ERROR, rc1, maybe_inited = 0; in check_emx_runtime()
4829 if (rc != NO_ERROR) in check_emx_runtime()
4832 if (rc1 == NO_ERROR) in check_emx_runtime()
4843 if (rc != NO_ERROR) { in check_emx_runtime()
/openbsd/src/usr.sbin/bgpctl/
Doutput_json.c979 if (rtr->last_sent_error != NO_ERROR) { in json_rtr()
986 if (rtr->last_recv_error != NO_ERROR) { in json_rtr()
Doutput.c1143 if (rtr->last_sent_error != NO_ERROR) { in show_rtr()
1150 if (rtr->last_recv_error != NO_ERROR) { in show_rtr()
/openbsd/src/gnu/llvm/llvm/lib/Support/Windows/
DProcess.inc133 SetLastError(NO_ERROR);
DPath.inc709 if (Err != NO_ERROR)
/openbsd/src/usr.sbin/unbound/libunbound/
Dlibunbound.c1170 if (GetNetworkParams(info, &buflen) == NO_ERROR) { in ub_ctx_resolvconf()
/openbsd/src/sbin/unwind/libunbound/libunbound/
Dlibunbound.c1170 if (GetNetworkParams(info, &buflen) == NO_ERROR) { in ub_ctx_resolvconf()
/openbsd/src/gnu/usr.bin/texinfo/
DChangeLog.464704 * makeinfo/makeinfo.h (NO_ERROR, FATAL, SYNTAX): remove.