Searched refs:FileHandle (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/mpl/bind/dist/bin/tests/system/xferquota/
H A Dsetup.pl17 use FileHandle;
19 my $priconf = new FileHandle("ns1/zones.conf", "w") or die;
20 my $secconf = new FileHandle("ns2/zones.conf", "w") or die;
27 my $f = new FileHandle($fn, "w") or die "open: $fn: $!";
/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dsread.c29 EFI_FILE_HANDLE FileHandle; member in struct:_SIMPLE_READ_FILE
65 EFI_FILE_HANDLE FileHandle, LastHandle; local
102 FileHandle = NULL;
105 FileHandle = LibOpenRoot (*DeviceHandle);
108 Status = FileHandle ? EFI_SUCCESS : EFI_UNSUPPORTED;
116 if (FileHandle != NULL) {
117 uefi_call_wrapper(FileHandle->Close, 1, FileHandle);
152 LastHandle = FileHandle;
153 FileHandle
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
H A DBitWriter.cpp39 int LLVMWriteBitcodeToFileHandle(LLVMModuleRef M, int FileHandle) { argument
40 return LLVMWriteBitcodeToFD(M, FileHandle, true, false);
/netbsd-current/sys/external/bsd/gnu-efi/dist/inc/
H A Defishell.h70 IN SHELL_FILE_HANDLE FileHandle
78 OUT SHELL_FILE_HANDLE *FileHandle
84 IN SHELL_FILE_HANDLE FileHandle
131 IN SHELL_FILE_HANDLE FileHandle
194 IN SHELL_FILE_HANDLE FileHandle
206 IN SHELL_FILE_HANDLE FileHandle,
213 IN SHELL_FILE_HANDLE FileHandle,
261 OUT SHELL_FILE_HANDLE *FileHandle,
277 OUT SHELL_FILE_HANDLE *FileHandle
284 OUT SHELL_FILE_HANDLE *FileHandle
[all...]
/netbsd-current/crypto/external/bsd/openssl/dist/util/
H A Dc-compress-test.pl38 use FileHandle;
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/fuzzer/
H A DFuzzerIOWindows.cpp35 HANDLE FileHandle(
39 if (FileHandle == INVALID_HANDLE_VALUE) {
45 DWORD FileType = GetFileType(FileHandle);
50 CloseHandle(FileHandle);
55 CloseHandle(FileHandle);
59 CloseHandle(FileHandle);
/netbsd-current/external/bsd/unbound/dist/contrib/
H A Dparseunbound.pl13 use FileHandle;
33 my $in = new FileHandle $logfile or die "Cannot open $logfile: $!\n";
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/scripts/
H A Dmake_exports.pl11 use FileHandle;
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/scripts/
H A Dmake_exports.pl11 use FileHandle;
/netbsd-current/external/mpl/bind/dist/contrib/scripts/
H A Dcheck-secure-delegation.pl.in15 use FileHandle;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/KillTheDoctor/
H A DKillTheDoctor.cpp163 struct FileHandle : CommonHandle {}; struct in namespace:__anon3013
170 typedef ScopedHandle<FileHandle> FileScopedHandle;
175 static std::error_code GetFileNameFromHandle(HANDLE FileHandle, argument
183 Success = ::GetFileSizeEx(FileHandle, &FileSize);
190 ::CreateFileMappingA(FileHandle,
/netbsd-current/external/gpl3/gcc/dist/contrib/
H A Dmake_sunver.pl19 use FileHandle;
/netbsd-current/external/gpl3/gcc.old/dist/contrib/
H A Dmake_sunver.pl19 use FileHandle;
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc694 static std::error_code getStatus(HANDLE FileHandle, file_status &Result) {
695 if (FileHandle == INVALID_HANDLE_VALUE)
698 switch (::GetFileType(FileHandle)) {
719 if (!::GetFileInformationByHandle(FileHandle, &Info))
776 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
777 return getStatus(FileHandle, Result);
780 std::error_code status(file_t FileHandle, file_status &Result) {
781 return getStatus(FileHandle, Result);
828 HANDLE FileHandle = reinterpret_cast<HANDLE>(_get_osfhandle(FD));
829 if (!SetFileTime(FileHandle, NUL
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileSystem.h1004 /// Reads \p Buf.size() bytes from \p FileHandle into \p Buf. Returns the number
1008 /// @param FileHandle File to read from.
1011 Expected<size_t> readNativeFile(file_t FileHandle, MutableArrayRef<char> Buf);
1013 /// Reads \p Buf.size() bytes from \p FileHandle at offset \p Offset into \p
1018 /// @param FileHandle File to read from.
1022 Expected<size_t> readNativeFileSlice(file_t FileHandle,
1259 sys::fs::file_t FileHandle = nullptr; member in class:llvm::sys::fs::mapped_file_region
1267 FileHandle = Copied.FileHandle;
/netbsd-current/external/bsd/nvi/dist/dist/ExtUtils/
H A DEmbed.pm6 require FileHandle;
58 $fh = new FileHandle "> $file";
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dwinapi.h4540 (HANDLE FileHandle,
4552 (HANDLE FileHandle,
4559 (HANDLE FileHandle,
4566 (HANDLE FileHandle,
4579 (HANDLE FileHandle,
/netbsd-current/external/mpl/dhcp/dist/contrib/ms2isc/
H A Dms2isc.pl118 $outfile = new FileHandle "> $opts{o}";
/netbsd-current/crypto/external/bsd/openssl.old/dist/external/perl/Text-Template-1.46/lib/Text/
H A DTemplate.pm797 open filehandle (such as you got from the C<FileHandle> or C<IO::*>
/netbsd-current/crypto/external/bsd/openssl/dist/external/perl/Text-Template-1.56/lib/Text/
H A DTemplate.pm921 open filehandle (such as you got from the C<FileHandle> or C<IO::*>

Completed in 1037 milliseconds