Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/cpan/Win32/t/
H A DCreateFile.t18 ok(!Win32::CreateFile($path));
23 ok(Win32::CreateFile($path));
28 ok(!Win32::CreateFile($path));
H A DGetShortPathName.t6 Win32::CreateFile("8dot3test_canary_GetShortPathName $$");
21 Win32::CreateFile($path);
H A DUnicode.t21 Win32::CreateFile("8dot3test_canary_Unicode $$");
53 Win32::CreateFile($file);
/openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/
H A DFile.pm263 sub CreateFile { &CreateFileA; } subroutine
/openbsd-src/lib/libcurses/
H A Dcurses.priv.h233 CreateFile(TEXT(fileName), \
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc287 // containing a large number of files. So instead we call CreateFile directly.
/openbsd-src/gnu/usr.bin/perl/win32/
H A Dwin32.c3485 HANDLE fh = CreateFile(filename, in win32_tmpfd_mode()