Searched refs:ZeroMemory (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/external/public-domain/sqlite/dist/tea/win/ |
H A D | nmakehlp.c | 210 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 D | getifaddrs_w32.c | 77 ZeroMemory(il, il_len); in rk_getifaddrs() 114 ZeroMemory(ifp, sizeof(*ifp)); in rk_getifaddrs()
|
H A D | simple_exec_w32.c | 239 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 D | flock.c | 100 ZeroMemory(&ov, sizeof(ov)); in rk_flock()
|
/netbsd-src/external/bsd/libarchive/dist/libarchive/ |
H A D | archive_windows.c | 252 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 D | cc.c | 1405 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 D | util.c | 690 ZeroMemory(&osvi, sizeof(OSVERSIONINFOEX)); in is_windows_version_or_greater()
|
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/ |
H A D | winbase.d | 1732 alias RtlZeroMemory ZeroMemory;
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/ |
H A D | SelectionDAGBuilder.cpp | 7061 bool ZeroMemory = Intrinsic == Intrinsic::aarch64_settag_zero; in visitIntrinsicCall() local 7065 ZeroMemory); in visitIntrinsicCall()
|