Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c108 report_status(SERVICE_STOP_PENDING, NO_ERROR, 0); in hdlr()
118 report_status(service_status.dwCurrentState, NO_ERROR, 0); in hdlr()
250 report_status(SERVICE_START_PENDING, NO_ERROR, count); in waitforubanchor()
282 report_status(SERVICE_START_PENDING, NO_ERROR, 8000); in call_root_update()
320 if(!r) report_status(SERVICE_START_PENDING, NO_ERROR, 2800); in service_init()
332 if(!r) report_status(SERVICE_START_PENDING, NO_ERROR, 2600); in service_init()
350 if(!r) report_status(SERVICE_START_PENDING, NO_ERROR, 2400); in service_init()
354 if(!r) report_status(SERVICE_START_PENDING, NO_ERROR, 2300); in service_init()
372 if(!r) report_status(SERVICE_START_PENDING, NO_ERROR, 2200); in service_init()
376 if(!r) report_status(SERVICE_START_PENDING, NO_ERROR, 2000); in service_init()
[all …]
/netbsd-src/external/ibm-public/postfix/dist/src/global/
H A Dsmtp_reply_footer.c234 #define NO_ERROR (0) macro
243 {"1-line no dsn", "550 Foo", "\\c footer", NO_FILTER, NO_ERROR, "550 Foo footer"},
244 {"1-line no dsn", "550 Foo", "Bar", NO_FILTER, NO_ERROR, "550-Foo\r\n550 Bar"},
245 …{"2-line no dsn", "550-Foo\r\n550 Bar", "Baz", NO_FILTER, NO_ERROR, "550-Foo\r\n550-Bar\r\n550 Baz…
246 …{"1-line with dsn", "550 5.1.1 Foo", "Bar", NO_FILTER, NO_ERROR, "550-5.1.1 Foo\r\n550 5.1.1 Bar"},
247 …{"2-line with dsn", "550-5.1.1 Foo\r\n450 4.1.1 Bar", "Baz", NO_FILTER, NO_ERROR, "550-5.1.1 Foo\r…
250 {"good macro", "220 myhostname", "\\c $whatever", NO_FILTER, NO_ERROR, "220 myhostname DUMMY"},
251 …{"good macroCRLF", "220 myhostname\r\n", "\\c $whatever", NO_FILTER, NO_ERROR, "220 myhostname DUM…
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dntservice.c235 lutil_ServiceStatus.dwWin32ExitCode = NO_ERROR; in start_status_routine()
437 lutil_ServiceStatus.dwWin32ExitCode = NO_ERROR; in lutil_CommenceStartupProcessing()
/netbsd-src/sys/dev/acpi/
H A Dapei_cper.h206 F(CPER_MEMORY_ERROR_NO_ERROR, NO_ERROR, 1) \
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinnetwk.d139 WN_SUCCESS = NO_ERROR,
140 WN_NO_ERROR = NO_ERROR,
H A Dwinerror.d23 NO_ERROR = 0, enumerator
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Diowin32.c250 if (GetLastError() != NO_ERROR) in MySetFilePointerEx()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Diowin32.c250 if (GetLastError() != NO_ERROR) in MySetFilePointerEx()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Diowin32.c250 if (GetLastError() != NO_ERROR) in MySetFilePointerEx()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Diowin32.c250 if (GetLastError() != NO_ERROR) in MySetFilePointerEx()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/
H A Dprocess.d357 SetLastError(NO_ERROR);
361 if (err == NO_ERROR)
466 SetLastError(NO_ERROR);
474 if (err != NO_ERROR) // Some other Windows error, throw.
489 if (err == NO_ERROR) // sucessfully read a 0-length variable
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c79 return li.LowPart != -1 || GetLastError() == NO_ERROR; in SetFilePointerEx_perso()
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dprocess.d3448 SetLastError(NO_ERROR);
3552 SetLastError(NO_ERROR);
3580 if (err == NO_ERROR) // sucessfully read a 0-length variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DProcess.inc133 SetLastError(NO_ERROR);
H A DPath.inc703 if (Err != NO_ERROR)
/netbsd-src/external/bsd/unbound/dist/libunbound/
H A Dlibunbound.c1156 if (GetNetworkParams(info, &buflen) == NO_ERROR) { in ub_ctx_resolvconf()
/netbsd-src/external/bsd/libevent/dist/
H A Devutil.c735 if (res != NO_ERROR) in evutil_check_ifaddrs()
/netbsd-src/external/gpl3/gdb.old/dist/gdb/
H A DChangeLog-20063829 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
/netbsd-src/external/gpl3/gdb/dist/gdb/
H A DChangeLog-20063829 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c47566 if( lastErrno==NO_ERROR ){
48913 && ((lastErrno = osGetLastError())!=NO_ERROR)) ){
49150 DWORD lastErrno = NO_ERROR; /* Value returned by GetLastError() */
49413 && ((lastErrno = osGetLastError())!=NO_ERROR) ){
49549 DWORD lastErrno = NO_ERROR;
51620 pFile->lastErrno = NO_ERROR;
/netbsd-src/external/gpl2/texinfo/dist/
H A DChangeLog.464704 * makeinfo/makeinfo.h (NO_ERROR, FATAL, SYNTAX): remove.