Searched refs:CreateFile (Results 1 – 12 of 12) sorted by relevance
/freebsd/contrib/capsicum-test/ |
H A D | copy_file_range.cc | 31 CreateFile(TmpFile(TOPDIR "/" INFILE)); in CopyFileRangeTest() 32 CreateFile(TmpFile(TOPDIR "/" OUTFILE)); in CopyFileRangeTest() 42 void CreateFile(const char *filename) { in CreateFile() function in CopyFileRangeTest
|
H A D | openat.cc | 20 static void CreateFile(const char *filename, const char *contents) { in CreateFile() function 200 CreateFile(TmpFile(TOPDIR "/topfile"), "Top-level file"); in OpenatTest() 201 CreateFile(TmpFile(SUBDIR "/bottomfile"), "File in subdirectory"); in OpenatTest()
|
/freebsd/contrib/expat/xmlwf/ |
H A D | win32filemap.c | 66 f = CreateFile(name, GENERIC_READ, FILE_SHARE_READ, NULL, OPEN_EXISTING, in filemap()
|
/freebsd/contrib/less/ |
H A D | ttyin.c | 89 tty = CreateFile("CONIN$", GENERIC_READ | GENERIC_WRITE, in open_getchr()
|
/freebsd/contrib/file/src/ |
H A D | fsmagic.c | 134 HANDLE hFile = CreateFile((LPCSTR)fn, 0, FILE_SHARE_DELETE | in file_fsmagic()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_ctrl.c | 694 ctrl->pipe = CreateFile(name, GENERIC_READ | GENERIC_WRITE, 0, in wpa_ctrl_open()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | driver_ndis.c | 2379 ndis = CreateFile(DD_NDIS_DEVICE_NAME, GENERIC_READ | GENERIC_WRITE, in wpa_driver_ndis_rebind_adapter() 2708 drv->ndisuio = CreateFile(NDISUIO_DEVICE_NAME, in wpa_driver_ndis_adapter_init() 2993 ndisuio = CreateFile(NDISUIO_DEVICE_NAME, in wpa_driver_ndis_get_interfaces()
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | main.c | 202 h = CreateFile(path, FILE_READ_ATTRIBUTES, 0, NULL, in my_GetFileInformationByName() 1292 h = CreateFile(pathname, FILE_READ_ATTRIBUTES, 0, NULL, in assertion_file_time()
|
/freebsd/contrib/ncurses/ |
H A D | ANNOUNCE | 407 * use CreateFile with "CONIN$", "CONOUT$" rather than GetStdHandle
|
H A D | NEWS | 495 + use CreateFile with "CONIN$", "CONOUT$" rather than GetStdHandle to
|
/freebsd/contrib/ncurses/ncurses/ |
H A D | curses.priv.h | 216 CreateFile(TEXT(fileName), \
|
/freebsd/contrib/llvm-project/llvm/lib/Support/Windows/ |
H A D | Path.inc | 287 // containing a large number of files. So instead we call CreateFile directly.
|