Home
last modified time | relevance | path

Searched refs:GetVersion (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/crypto/external/bsd/openssl.old/dist/
H A De_os.h232 # define check_winnt() (GetVersion() < 0x80000000)
233 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/netbsd-src/crypto/external/bsd/openssl/dist/
H A De_os.h179 # define check_winnt() (GetVersion() < 0x80000000)
180 # define check_win_minplat(x) (LOBYTE(LOWORD(GetVersion())) >= (x))
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/intrinsics/
H A Dtime_1.h121 if (GetVersion () >= 0x80000000) in gf_cputime()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/intrinsics/
H A Dtime_1.h121 if (GetVersion () >= 0x80000000) in gf_cputime()
/netbsd-src/external/public-domain/xz/dist/src/common/
H A Dtuklib_physmem.c82 if ((GetVersion() & 0xFF) >= 5) { in tuklib_physmem()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
H A DMSVCSetupApi.h402 STDMETHOD(GetVersion)(_Out_ BSTR *pbstrVersion) = 0;
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defiprot.h1380 EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion; member
1430 EFI_EBC_GET_VERSION GetVersion; member
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0; in setfiletime()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/sys/windows/
H A Dwinbase.d1913 DWORD GetVersion();
/netbsd-src/external/bsd/libevent/dist/
H A Devdns.c3888 if (((int)GetVersion()) > 0) { /* NT */ in load_nameservers_from_registry()
/netbsd-src/external/bsd/openldap/dist/libraries/liblmdb/
H A Dmdb.c4344 rc = GetVersion(); in mdb_env_open2()