Home
last modified time | relevance | path

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

123

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Ddirectory_iterator.cpp39 __ds.__stream_ = INVALID_HANDLE_VALUE; in __dir_stream()
43 : __stream_(INVALID_HANDLE_VALUE), __root_(root) { in __dir_stream()
49 if (__stream_ == INVALID_HANDLE_VALUE) { in __dir_stream()
61 if (__stream_ == INVALID_HANDLE_VALUE) in __dir_stream()
66 bool good() const noexcept { return __stream_ != INVALID_HANDLE_VALUE; } in ~__dir_stream()
95 __stream_ = INVALID_HANDLE_VALUE; in close()
99 HANDLE __stream_{INVALID_HANDLE_VALUE}; in close()
/freebsd/contrib/ncurses/ncurses/tinfo/
H A Dlib_win32util.c70 if (handle != INVALID_HANDLE_VALUE) { in NCURSES_EXPORT()
90 *pMinTTY = INVALID_HANDLE_VALUE; in NCURSES_EXPORT()
91 if (pHandle != INVALID_HANDLE_VALUE) { in NCURSES_EXPORT()
H A Dlib_win32con.c197 HANDLE hdl = INVALID_HANDLE_VALUE; in _nc_console_test()
227 hdl = INVALID_HANDLE_VALUE; in _nc_console_fd2handle()
230 assert(hdl != INVALID_HANDLE_VALUE); in _nc_console_fd2handle()
232 if (hdl != INVALID_HANDLE_VALUE) { in _nc_console_fd2handle()
341 if (hdl != INVALID_HANDLE_VALUE) { in _nc_console_flush()
1230 if (WINCONSOLE.hdl != INVALID_HANDLE_VALUE) { in _nc_console_checkinit()
1247 res = (WINCONSOLE.hdl != INVALID_HANDLE_VALUE); in _nc_console_checkinit()
/freebsd/contrib/libfido2/src/
H A Dhid_win.c302 HANDLE dev = INVALID_HANDLE_VALUE; in copy_info()
323 if (dev == INVALID_HANDLE_VALUE) { in copy_info()
355 if (dev != INVALID_HANDLE_VALUE) in copy_info()
372 HDEVINFO devinfo = INVALID_HANDLE_VALUE; in fido_hid_manifest()
385 DIGCF_DEVICEINTERFACE | DIGCF_PRESENT)) == INVALID_HANDLE_VALUE) { in fido_hid_manifest()
408 if (devinfo != INVALID_HANDLE_VALUE) in fido_hid_manifest()
426 if (ctx->dev == INVALID_HANDLE_VALUE) { in fido_hid_open()
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/
H A DProgram.inc137 return INVALID_HANDLE_VALUE;
156 return INVALID_HANDLE_VALUE;
159 return INVALID_HANDLE_VALUE;
164 if (h == INVALID_HANDLE_VALUE) {
230 si.hStdInput = INVALID_HANDLE_VALUE;
231 si.hStdOutput = INVALID_HANDLE_VALUE;
232 si.hStdError = INVALID_HANDLE_VALUE;
238 if (si.hStdInput == INVALID_HANDLE_VALUE) {
243 if (si.hStdOutput == INVALID_HANDLE_VALUE) {
262 if (si.hStdError == INVALID_HANDLE_VALUE) {
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/profile/
H A DWindowsMMap.c55 mmap_fd = INVALID_HANDLE_VALUE; in mmap()
159 if (handle == INVALID_HANDLE_VALUE) in flock()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c145 dst->pipe = INVALID_HANDLE_VALUE; in ctrl_open_pipe()
175 if (dst->pipe == INVALID_HANDLE_VALUE) { in ctrl_open_pipe()
232 if (dst->pipe != INVALID_HANDLE_VALUE) { in ctrl_close_pipe()
588 dst->pipe = INVALID_HANDLE_VALUE; in global_open_pipe()
609 if (dst->pipe == INVALID_HANDLE_VALUE) { in global_open_pipe()
666 if (dst->pipe != INVALID_HANDLE_VALUE) { in global_close_pipe()
/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c59 pipeinfo Out = {INVALID_HANDLE_VALUE, ""};
60 pipeinfo Err = {INVALID_HANDLE_VALUE, ""};
214 si.hStdInput = INVALID_HANDLE_VALUE; in CheckForCompilerFeature()
350 si.hStdInput = INVALID_HANDLE_VALUE; in CheckForLinkerFeature()
749 if (hSearch == INVALID_HANDLE_VALUE) in LocateDependencyHelper()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp82 if (ho == INVALID_HANDLE_VALUE || ho == NULL) {
94 if (he == INVALID_HANDLE_VALUE || he == NULL) { in __kmp_redirect_output()
/freebsd/crypto/openssh/openbsd-compat/
H A Dbsd-cygwin_util.h39 #define INVALID_HANDLE_VALUE ((HANDLE) -1) macro
/freebsd/contrib/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerIOWindows.cpp38 if (FileHandle == INVALID_HANDLE_VALUE) { in IsFile()
128 if (FindHandle == INVALID_HANDLE_VALUE) in ListFilesInDirRecursive()
180 if (FindHandle == INVALID_HANDLE_VALUE) { in IterateDirRecursive()
/freebsd/crypto/openssl/crypto/dso/
H A Ddso_win32.c502 HANDLE hModuleSnap = INVALID_HANDLE_VALUE; in win32_pathbyaddr()
546 if (hModuleSnap == INVALID_HANDLE_VALUE) { in win32_pathbyaddr()
607 HANDLE hModuleSnap = INVALID_HANDLE_VALUE; in win32_globallookup()
641 if (hModuleSnap == INVALID_HANDLE_VALUE) { in win32_globallookup()
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c92 if (hStdin == INVALID_HANDLE_VALUE) in readpassphrase()
95 if (hStdout == INVALID_HANDLE_VALUE) in readpassphrase()
/freebsd/contrib/ntp/libntp/lib/isc/win32/include/isc/
H A Dthread.h34 return ((hHandle != NULL) && (hHandle != INVALID_HANDLE_VALUE)); in IsValidHandle()
/freebsd/contrib/processor-trace/libipt/src/windows/
H A Dpt_section_windows.c261 if (fh == INVALID_HANDLE_VALUE) { in pt_section_map()
271 if (fh == INVALID_HANDLE_VALUE) { in pt_section_map()
/freebsd/crypto/heimdal/lib/roken/
H A Dget_window_size.c108 if (fh != (intptr_t) INVALID_HANDLE_VALUE && in get_window_size()
H A Dflock.c93 if (hFile == NULL || hFile == INVALID_HANDLE_VALUE) { in rk_flock()
/freebsd/crypto/openssl/include/openssl/
H A Dasync.h25 #define OSSL_BAD_ASYNC_FD INVALID_HANDLE_VALUE
/freebsd/contrib/llvm-project/clang/lib/DirectoryWatcher/windows/
H A DDirectoryWatcher-windows.cpp86 : Callback(Receiver), Terminate(INVALID_HANDLE_VALUE) { in DirectoryWatcherWindows()
288 if (DirectoryHandle == INVALID_HANDLE_VALUE) in create()
/freebsd/contrib/expat/xmlwf/
H A Dwin32filemap.c68 if (f == INVALID_HANDLE_VALUE) { in filemap()
/freebsd/contrib/ntp/sntp/libevent/sample/
H A Devent-read-fifo.c100 if (socket == INVALID_HANDLE_VALUE) in main()
/freebsd/contrib/libevent/sample/
H A Devent-read-fifo.c100 if (socket == INVALID_HANDLE_VALUE) in main()
/freebsd/contrib/wpa/src/drivers/
H A Ddriver_ndis.c2381 if (ndis == INVALID_HANDLE_VALUE) { in wpa_driver_ndis_rebind_adapter()
2427 if (h == INVALID_HANDLE_VALUE || h == 0) { in wpa_driver_ndis_set_wzc()
2692 static HANDLE driver_ndis_ndisuio_handle = INVALID_HANDLE_VALUE;
2712 INVALID_HANDLE_VALUE); in wpa_driver_ndis_adapter_init()
2713 if (drv->ndisuio == INVALID_HANDLE_VALUE) { in wpa_driver_ndis_adapter_init()
2726 drv->ndisuio = INVALID_HANDLE_VALUE; in wpa_driver_ndis_adapter_init()
2769 drv->ndisuio = INVALID_HANDLE_VALUE; in wpa_driver_ndis_adapter_open()
2793 driver_ndis_ndisuio_handle = INVALID_HANDLE_VALUE; in wpa_driver_ndis_adapter_close()
2794 if (drv->ndisuio != INVALID_HANDLE_VALUE) in wpa_driver_ndis_adapter_close()
2997 INVALID_HANDLE_VALUE); in wpa_driver_ndis_get_interfaces()
[all …]
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld_win.cpp95 CHECK(threads != INVALID_HANDLE_VALUE); in RunThread()
/freebsd/contrib/googletest/googletest/test/
H A Dgoogletest-death-test-test.cc1190 ASSERT_NE(INVALID_HANDLE_VALUE, handle); in TEST()
1199 EXPECT_EQ(INVALID_HANDLE_VALUE, auto_handle.Get()); in TEST()
1204 ASSERT_NE(INVALID_HANDLE_VALUE, handle); in TEST()
1210 EXPECT_EQ(INVALID_HANDLE_VALUE, auto_handle2.Get()); in TEST()

123