Home
last modified time | relevance | path

Searched refs:ERROR_FILE_NOT_FOUND (Results 1 – 25 of 25) sorted by relevance

/netbsd-src/external/bsd/unbound/dist/winrc/
H A Dwin_svc.c168 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 Drewinddir.c44 case ERROR_FILE_NOT_FOUND: in rewinddir()
H A Dopendir.c127 case ERROR_FILE_NOT_FOUND: in opendir()
H A Dstat.c374 case ERROR_FILE_NOT_FOUND: /* The last component of rname does not exist. */ in rpl_stat()
H A Drename.c196 case ERROR_FILE_NOT_FOUND: in rpl_rename()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/windows/
H A Dsyserror.d221 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 Dapptype.c95 else if (rc == ERROR_FILE_NOT_FOUND) in file_os2_apptype()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Derror.c136 case ERROR_FILE_NOT_FOUND: return UV_ENOENT; in uv_translate_sys_error()
H A Dprocess.c1052 err = ERROR_FILE_NOT_FOUND; in uv_spawn()
H A Dfs.c1618 GetLastError() != ERROR_FILE_NOT_FOUND) { in fs__opendir()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h38 #define E_FILENOTFOUND HRESULT_FROM_WIN32(ERROR_FILE_NOT_FOUND)
/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/windows/
H A Dsyserror.d190 assert(e.code == ERROR_FILE_NOT_FOUND); in version()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp265 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 DFuzzerIOWindows.cpp112 if (GetLastError() == ERROR_FILE_NOT_FOUND) in ListFilesInDirRecursive()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec_w32.c294 rv = (pid_t) (GetLastError() == ERROR_FILE_NOT_FOUND)? 127 : -1; in pipe_execv()
/netbsd-src/external/bsd/openldap/dist/libraries/liblutil/
H A Dutils.c448 { ERROR_FILE_NOT_FOUND, ENOENT }, in win2errno()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c864 { ERROR_FILE_NOT_FOUND, ENOENT },
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinerror.d25 ERROR_FILE_NOT_FOUND, enumerator
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc617 if (LastError != ERROR_FILE_NOT_FOUND &&
733 if (LastError == ERROR_FILE_NOT_FOUND ||
/netbsd-src/external/bsd/unbound/dist/util/
H A Dconfig_file.c2610 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 Doperations.cpp432 {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 Dapps.c2178 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 Dapps.c2677 if (err == ERROR_FILE_NOT_FOUND || err == ERROR_PATH_NOT_FOUND) in WIN32_rename()
/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c4477 ASSERT(system_error == ERROR_FILE_NOT_FOUND); in TEST_IMPL()
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c51676 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 ){