Home
last modified time | relevance | path

Searched refs:CreateFile (Results 1 – 25 of 47) sorted by relevance

12

/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dprint.c115 debug_log = CreateFile( in set_debug_log()
129 debug_log = CreateFile( in set_debug_log()
H A Dpreference.c190 file = CreateFile( in pref_read()
477 file = CreateFile( in pref_write()
/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dstat.c71 # undef CreateFile
72 # define CreateFile CreateFileA macro
207 CreateFile (rname, in rpl_stat()
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/roken/
H A Dsimple_exec_w32.c256 (!stdout_fd && (hOut_w = CreateFile("CON", GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, in pipe_execv()
259 (!stdin_fd && (hIn_r = CreateFile("CON",GENERIC_READ, FILE_SHARE_READ|FILE_SHARE_WRITE, in pipe_execv()
262 (!stderr_fd && (hErr_w = CreateFile("CON", GENERIC_WRITE, FILE_SHARE_READ|FILE_SHARE_WRITE, in pipe_execv()
/netbsd-src/sys/arch/hpc/stand/hpcboot/
H A Dhpcmenu.cpp159 HANDLE file = CreateFile(filename, GENERIC_READ, 0, 0, OPEN_EXISTING, in load()
190 HANDLE file = CreateFile(filename, GENERIC_WRITE, 0, 0, in save()
H A Dfile_fat.cpp66 _handle = CreateFile(_filename, GENERIC_READ, 0, 0, in open()
H A Dconsole.cpp152 h = CreateFile(TEXT("COM1:"), in OpenCOM1()
/netbsd-src/external/mit/expat/dist/xmlwf/
H A Dwin32filemap.c65 f = CreateFile(name, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, in filemap()
/netbsd-src/sys/arch/hpcmips/stand/libsa/
H A Dwinfs.c64 fsdata->hDevice = CreateFile(wpath, GENERIC_READ, 0, NULL, in win_open()
H A Dwinblk.c151 ctx->hDevice = CreateFile(wdevname, GENERIC_READ, 0, NULL, in winblkopen()
/netbsd-src/external/bsd/wpa/dist/wpa_supplicant/
H A Dwin_if_list.c53 h = CreateFile(TEXT("\\\\.\\\\Ndisuio"), in ndisuio_open()
/netbsd-src/external/apache2/llvm/dist/llvm/bindings/go/llvm/
H A Dir_test.go109 file := d.CreateFile("dummy_file", "dummy_dir")
/netbsd-src/external/bsd/less/dist/
H A Dttyin.c91 tty = CreateFile("CONIN$", GENERIC_READ | GENERIC_WRITE, in open_getchr()
/netbsd-src/external/gpl3/binutils/dist/libiberty/
H A Dlrealpath.c276 HANDLE fh = CreateFile( in lrealpath()
H A Dpex-win32.c513 h = CreateFile (full_executable, GENERIC_READ, in find_executable()
834 conout_handle = CreateFile("CONOUT$", in pex_win32_exec_child()
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/minizip/
H A Diowin32.c118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/minizip/
H A Diowin32.c118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/minizip/
H A Diowin32.c118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/netbsd-src/external/gpl3/gdb.old/dist/zlib/contrib/minizip/
H A Diowin32.c118 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open64_file_func()
191 …hFile = CreateFile((LPCTSTR)filename, dwDesiredAccess, dwShareMode, NULL, dwCreationDisposition, d… in win32_open_file_func()
/netbsd-src/external/gpl3/gcc.old/dist/libiberty/
H A Dpex-win32.c512 h = CreateFile (full_executable, GENERIC_READ, in find_executable()
813 conout_handle = CreateFile("CONOUT$", in pex_win32_exec_child()
/netbsd-src/external/gpl3/binutils.old/dist/libiberty/
H A Dpex-win32.c512 h = CreateFile (full_executable, GENERIC_READ, in find_executable()
813 conout_handle = CreateFile("CONOUT$", in pex_win32_exec_child()
/netbsd-src/external/gpl3/gcc/dist/libiberty/
H A Dpex-win32.c512 h = CreateFile (full_executable, GENERIC_READ, in find_executable()
813 conout_handle = CreateFile("CONOUT$", in pex_win32_exec_child()
/netbsd-src/external/bsd/file/dist/src/
H A Dfsmagic.c140 HANDLE hFile = CreateFile((LPCSTR)fn, 0, FILE_SHARE_DELETE | in file_fsmagic()
/netbsd-src/sys/arch/hpc/stand/libsa/
H A Dwinblk.c152 ctx->hDevice = CreateFile(wdevname, GENERIC_READ, 0, NULL, in winblkopen()
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h388 EFI_SHELL_CREATE_FILE CreateFile; member

12