Home
last modified time | relevance | path

Searched refs:ZeroMemory (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/tea/win/
H A Dnmakehlp.c210 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in CheckForCompilerFeature()
211 ZeroMemory(&si, sizeof(STARTUPINFO)); in CheckForCompilerFeature()
216 ZeroMemory(&sa, sizeof(SECURITY_ATTRIBUTES)); in CheckForCompilerFeature()
346 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in CheckForLinkerFeature()
347 ZeroMemory(&si, sizeof(STARTUPINFO)); in CheckForLinkerFeature()
352 ZeroMemory(&sa, sizeof(SECURITY_ATTRIBUTES)); in CheckForLinkerFeature()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dgetifaddrs_w32.c77 ZeroMemory(il, il_len); in rk_getifaddrs()
114 ZeroMemory(ifp, sizeof(*ifp)); in rk_getifaddrs()
H A Dsimple_exec_w32.c239 ZeroMemory(&si, sizeof(si)); in pipe_execv()
240 ZeroMemory(&pi, sizeof(pi)); in pipe_execv()
241 ZeroMemory(&sa, sizeof(sa)); in pipe_execv()
H A Dflock.c100 ZeroMemory(&ov, sizeof(ov)); in rk_flock()
/netbsd-src/external/bsd/libarchive/dist/libarchive/
H A Darchive_windows.c252 ZeroMemory(&createExParams, sizeof(createExParams)); in la_CreateFile()
356 ZeroMemory(&createExParams, sizeof(createExParams)); in __la_open()
532 ZeroMemory(&info, sizeof(info)); in __hstat()
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cc/
H A Dcc.c1405 ZeroMemory(&si, sizeof(STARTUPINFO)); in strlist_exec()
1407 ZeroMemory(&pi, sizeof(PROCESS_INFORMATION)); in strlist_exec()
/netbsd-src/external/mit/libuv/dist/src/win/
H A Dutil.c690 ZeroMemory(&osvi, sizeof(OSVERSIONINFOEX)); in is_windows_version_or_greater()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinbase.d1732 alias RtlZeroMemory ZeroMemory;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp7061 bool ZeroMemory = Intrinsic == Intrinsic::aarch64_settag_zero; in visitIntrinsicCall() local
7065 ZeroMemory); in visitIntrinsicCall()