| /netbsd-src/external/bsd/unbound/dist/winrc/ |
| H A D | win_svc.c | 108 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 D | smtp_reply_footer.c | 234 #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 D | ntservice.c | 235 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 D | apei_cper.h | 206 F(CPER_MEMORY_ERROR_NO_ERROR, NO_ERROR, 1) \
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | winnetwk.d | 139 WN_SUCCESS = NO_ERROR, 140 WN_NO_ERROR = NO_ERROR,
|
| H A D | winerror.d | 23 NO_ERROR = 0, enumerator
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/ |
| H A D | iowin32.c | 250 if (GetLastError() != NO_ERROR) in MySetFilePointerEx()
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/ |
| H A D | iowin32.c | 250 if (GetLastError() != NO_ERROR) in MySetFilePointerEx()
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/ |
| H A D | iowin32.c | 250 if (GetLastError() != NO_ERROR) in MySetFilePointerEx()
|
| /netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/ |
| H A D | iowin32.c | 250 if (GetLastError() != NO_ERROR) in MySetFilePointerEx()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/ |
| H A D | process.d | 357 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 D | archive_windows.c | 79 return li.LowPart != -1 || GetLastError() == NO_ERROR; in SetFilePointerEx_perso()
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| H A D | process.d | 3448 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 D | Process.inc | 133 SetLastError(NO_ERROR);
|
| H A D | Path.inc | 703 if (Err != NO_ERROR)
|
| /netbsd-src/external/bsd/unbound/dist/libunbound/ |
| H A D | libunbound.c | 1156 if (GetNetworkParams(info, &buflen) == NO_ERROR) { in ub_ctx_resolvconf()
|
| /netbsd-src/external/bsd/libevent/dist/ |
| H A D | evutil.c | 735 if (res != NO_ERROR) in evutil_check_ifaddrs()
|
| /netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
| H A D | ChangeLog-2006 | 3829 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
|
| /netbsd-src/external/gpl3/gdb/dist/gdb/ |
| H A D | ChangeLog-2006 | 3829 * exceptions.h (enum errors): Rename NO_ERROR to GDB_NO_ERROR.
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 47566 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 D | ChangeLog.46 | 4704 * makeinfo/makeinfo.h (NO_ERROR, FATAL, SYNTAX): remove.
|