| /netbsd-src/external/bsd/unbound/dist/winrc/ |
| H A D | win_svc.c | 168 if(ret == ERROR_FILE_NOT_FOUND) in lookup_reg_str() 177 if(ret == ERROR_FILE_NOT_FOUND) in lookup_reg_str() 208 if(ret == ERROR_FILE_NOT_FOUND) in lookup_reg_int() 217 if(ret == ERROR_FILE_NOT_FOUND) in lookup_reg_int()
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | rewinddir.c | 44 case ERROR_FILE_NOT_FOUND: in rewinddir()
|
| H A D | opendir.c | 127 case ERROR_FILE_NOT_FOUND: in opendir()
|
| H A D | stat.c | 374 case ERROR_FILE_NOT_FOUND: /* The last component of rname does not exist. */ in rpl_stat()
|
| H A D | rename.c | 196 case ERROR_FILE_NOT_FOUND: in rpl_rename()
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/ |
| H A D | syserror.d | 221 assert(e.code == ERROR_FILE_NOT_FOUND); 238 auto e = new WindowsException(ERROR_FILE_NOT_FOUND);
|
| /netbsd-src/external/bsd/file/dist/src/ |
| H A D | apptype.c | 95 else if (rc == ERROR_FILE_NOT_FOUND) in file_os2_apptype()
|
| /netbsd-src/external/mit/libuv/dist/src/win/ |
| H A D | error.c | 136 case ERROR_FILE_NOT_FOUND: return UV_ENOENT; in uv_translate_sys_error()
|
| H A D | process.c | 1052 err = ERROR_FILE_NOT_FOUND; in uv_spawn()
|
| H A D | fs.c | 1618 GetLastError() != ERROR_FILE_NOT_FOUND) { in fs__opendir()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/ |
| H A D | MSVCSetupApi.h | 38 #define E_FILENOTFOUND HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
|
| /netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/ |
| H A D | syserror.d | 190 assert(e.code == ERROR_FILE_NOT_FOUND); in version()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/ |
| H A D | ErrorHandling.cpp | 265 MAP_ERR_TO_COND(ERROR_FILE_NOT_FOUND, no_such_file_or_directory); in mapWindowsError()
|
| /netbsd-src/sys/external/bsd/compiler_rt/dist/lib/fuzzer/ |
| H A D | FuzzerIOWindows.cpp | 112 if (GetLastError() == ERROR_FILE_NOT_FOUND) in ListFilesInDirRecursive()
|
| /netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/ |
| H A D | simple_exec_w32.c | 294 rv = (pid_t) (GetLastError() == ERROR_FILE_NOT_FOUND)? 127 : -1; in pipe_execv()
|
| /netbsd-src/external/bsd/openldap/dist/libraries/liblutil/ |
| H A D | utils.c | 448 { ERROR_FILE_NOT_FOUND, ENOENT }, in win2errno()
|
| /netbsd-src/external/bsd/libarchive/dist/libarchive/ |
| H A D | archive_windows.c | 864 { ERROR_FILE_NOT_FOUND, ENOENT },
|
| /netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
| H A D | winerror.d | 25 ERROR_FILE_NOT_FOUND, enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 617 if (LastError != ERROR_FILE_NOT_FOUND && 733 if (LastError == ERROR_FILE_NOT_FOUND ||
|
| /netbsd-src/external/bsd/unbound/dist/util/ |
| H A D | config_file.c | 2610 if(ret == ERROR_FILE_NOT_FOUND) in w_lookup_reg_str() 2619 if(ret == ERROR_FILE_NOT_FOUND) in w_lookup_reg_str()
|
| /netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
| H A D | operations.cpp | 432 {ERROR_FILE_NOT_FOUND, errc::no_such_file_or_directory}, in __win_err_to_errc()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/apps/ |
| H A D | apps.c | 2178 if (err == ERROR_FILE_NOT_FOUND || err == ERROR_PATH_NOT_FOUND) in WIN32_rename()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/apps/lib/ |
| H A D | apps.c | 2677 if (err == ERROR_FILE_NOT_FOUND || err == ERROR_PATH_NOT_FOUND) in WIN32_rename()
|
| /netbsd-src/external/mit/libuv/dist/test/ |
| H A D | test-fs.c | 4477 ASSERT(system_error == ERROR_FILE_NOT_FOUND); in TEST_IMPL()
|
| /netbsd-src/external/public-domain/sqlite/dist/ |
| H A D | sqlite3.c | 51676 if( lastErrno==ERROR_FILE_NOT_FOUND 51689 if( lastErrno==ERROR_FILE_NOT_FOUND 51717 if( lastErrno==ERROR_FILE_NOT_FOUND 51801 if( lastErrno!=ERROR_FILE_NOT_FOUND && lastErrno!=ERROR_PATH_NOT_FOUND ){
|