Home
last modified time | relevance | path

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

12345678910>>...70

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/devel/llvm11/llvm-11.0.1.src/tools/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/devel/llvm12/llvm-project-12.0.1.src/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/devel/llvm13/llvm-project-13.0.1.src/lld/test/ELF/
H A Dlink-open-file.test37 CreateFileA = ctypes.windll.kernel32.CreateFileA
38 CreateFileA.restype = w.HANDLE
39 h = CreateFileA(filename.encode('mbcs'), GENERIC_READ, share_flags,
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/catapult/third_party/pyserial/serial/
H A Dwin32.py44 CreateFileA = _stdcall_libraries['kernel32'].CreateFileA variable
45 CreateFileA.restype = HANDLE
46 CreateFileA.argtypes = [LPCSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
47 CreateFile = CreateFileA
/dports/net/freerdp/freerdp-2.5.0/winpr/libwinpr/comm/test/
H A DTestCommConfig.c38 hComm = CreateFileA(lpFileName, GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL); in TestCommConfig()
61 hComm = CreateFileA(lpFileName, GENERIC_READ | GENERIC_WRITE, in TestCommConfig()
73 hComm = CreateFileA(lpFileName, GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, 0, NULL); in TestCommConfig()
/dports/lang/mosh/mosh-0.2.7/src/win/test/
H A Dcons.cpp18 …HANDLE realIn = CreateFileA("CONIN$", GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, FILE_ATT… in main()
19 …HANDLE realOut = CreateFileA("CONOUT$", GENERIC_WRITE, FILE_SHARE_WRITE, NULL, OPEN_EXISTING, FILE… in main()
/dports/comms/py-pyserial/pyserial-3.5/serial/
H A Dwin32.py57 CreateFileA = _stdcall_libraries['kernel32'].CreateFileA variable
58 CreateFileA.restype = HANDLE
59 CreateFileA.argtypes = [LPCSTR, DWORD, DWORD, LPSECURITY_ATTRIBUTES, DWORD, DWORD, HANDLE]
60 CreateFile = CreateFileA
/dports/databases/mariadb104-server/mariadb-10.4.24/unittest/mysys/
H A Dmy_delete-t.c38 h = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
48 h2 = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
/dports/databases/mariadb104-client/mariadb-10.4.24/unittest/mysys/
H A Dmy_delete-t.c38 h = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
48 h2 = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
/dports/databases/mariadb105-client/mariadb-10.5.15/unittest/mysys/
H A Dmy_delete-t.c38 h = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
48 h2 = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
/dports/databases/mariadb103-server/mariadb-10.3.34/unittest/mysys/
H A Dmy_delete-t.c38 h = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE,
48 h2 = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE,
/dports/databases/mariadb103-client/mariadb-10.3.34/unittest/mysys/
H A Dmy_delete-t.c38 h = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
48 h2 = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
/dports/databases/mariadb105-server/mariadb-10.5.15/unittest/mysys/
H A Dmy_delete-t.c38 h = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
48 h2 = CreateFileA(tmp_filename, GENERIC_READ|GENERIC_WRITE, in main()
/dports/archivers/maxcso/maxcso-1.10.0/libuv/test/
H A Dtest-tty.c53 handle = CreateFileA("conin$", in TEST_IMPL()
63 handle = CreateFileA("conout$", in TEST_IMPL()
175 handle = CreateFileA("conin$", in TEST_IMPL()
229 handle = CreateFileA("conout$", in TEST_IMPL()
273 handle = CreateFileA("conout$", in TEST_IMPL()
/dports/x11/mlterm/mlterm-3.9.1/vtemu/
H A Dcygfile.c22 CreateFileA(winpath, FILE_APPEND_DATA, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, NULL); in cygfopen()
25 file = CreateFileA(winpath, GENERIC_WRITE, 0, NULL, CREATE_ALWAYS, FILE_ATTRIBUTE_NORMAL, NULL); in cygfopen()
/dports/devel/py-uvloop/uvloop-0.16.0/vendor/libuv/test/
H A Dtest-tty.c53 handle = CreateFileA("conin$", in TEST_IMPL()
63 handle = CreateFileA("conout$", in TEST_IMPL()
179 handle = CreateFileA("conin$", in TEST_IMPL()
235 handle = CreateFileA("conout$", in TEST_IMPL()
281 handle = CreateFileA("conout$", in TEST_IMPL()
321 handle = CreateFileA("conin$", in TEST_IMPL()
/dports/devel/libuv/libuv-v1.42.0/test/
H A Dtest-tty.c53 handle = CreateFileA("conin$", in TEST_IMPL()
63 handle = CreateFileA("conout$", in TEST_IMPL()
179 handle = CreateFileA("conin$", in TEST_IMPL()
235 handle = CreateFileA("conout$", in TEST_IMPL()
281 handle = CreateFileA("conout$", in TEST_IMPL()
321 handle = CreateFileA("conin$", in TEST_IMPL()
/dports/www/R-cran-httpuv/httpuv/src/libuv/test/
H A Dtest-tty.c53 handle = CreateFileA("conin$", in TEST_IMPL()
63 handle = CreateFileA("conout$", in TEST_IMPL()
179 handle = CreateFileA("conin$", in TEST_IMPL()
235 handle = CreateFileA("conout$", in TEST_IMPL()
281 handle = CreateFileA("conout$", in TEST_IMPL()
321 handle = CreateFileA("conin$", in TEST_IMPL()

12345678910>>...70