| /openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
| H A D | Main.cpp | 137 bool WriteFile = true; in TableGenMain() local 145 WriteFile = false; in TableGenMain() 147 if (WriteFile) { in TableGenMain()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/ |
| H A D | ppport_h.PL | 19 unlink "ppport.old" if WriteFile("ppport.h") && -f 'ppport.h';
|
| H A D | PPPort_pm.PL | 551 Devel::PPPort::WriteFile(); # defaults to ./ppport.h 552 Devel::PPPort::WriteFile('someheader.h'); 561 $ perl -MDevel::PPPort -e'Devel::PPPort::WriteFile' 575 C<Devel::PPPort> contains two functions, C<WriteFile> and C<GetFileContents>. 576 C<WriteFile>'s only purpose is to write the F<ppport.h> C header file. 634 =head2 WriteFile 636 C<WriteFile> takes one optional argument. When called with one 645 C<GetFileContents> behaves like C<WriteFile> above, but returns the contents 780 sub WriteFile
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/t/ |
| H A D | file.t | 74 $ok= WriteFile( $h1, "Original text\n", 0, [], [] ); 98 $ok= WriteFile( $h1, "ly was other text\n", 0, $len, [] ) 133 $ok= WriteFile( $h1, "Just this and not this", 10, [], [] );
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Host/ |
| H A D | FileCache.h | 35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
| /openbsd-src/gnu/llvm/lldb/source/Target/ |
| H A D | RemoteAwarePlatform.cpp | 236 uint64_t RemoteAwarePlatform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in RemoteAwarePlatform 240 return m_remote_platform_sp->WriteFile(fd, offset, src, src_len, error); in WriteFile() 241 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
|
| H A D | Platform.cpp | 710 uint64_t Platform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in Platform 713 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error); in WriteFile() 1219 WriteFile(dest_file, offset, buffer_sp->GetBytes(), bytes_read, error); in PutFile()
|
| /openbsd-src/gnu/llvm/lldb/source/Host/common/ |
| H A D | FileCache.cpp | 63 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in FileCache
|
| /openbsd-src/gnu/llvm/lldb/include/lldb/Target/ |
| H A D | RemoteAwarePlatform.h | 38 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
| H A D | Platform.h | 506 virtual uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset,
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/gdb-server/ |
| H A D | PlatformRemoteGDBServer.h | 119 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
|
| H A D | PlatformRemoteGDBServer.cpp | 616 uint64_t PlatformRemoteGDBServer::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in PlatformRemoteGDBServer 620 return m_gdb_client_up->WriteFile(fd, offset, src, src_len, error); in WriteFile()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32API-File/ |
| H A D | File.xs | 630 WriteFile( hFile, pBuffer, lBytes, ouBytesWritten, pOverlapped ) 644 RETVAL= WriteFile( hFile, pBuffer, lBytes,
|
| H A D | File.pm | 661 WriteFile (
|
| /openbsd-src/gnu/llvm/lldb/source/Host/windows/ |
| H A D | ConnectionGenericFileWindows.cpp | 276 result = ::WriteFile(m_file, src, src_len, NULL, &m_overlapped); in Write()
|
| H A D | PipeWindows.cpp | 326 BOOL write_result = ::WriteFile(m_write, buf, num_bytes, &sys_bytes_written, in Write()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/gdb-remote/ |
| H A D | GDBRemoteCommunicationClient.h | 374 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
| H A D | GDBRemoteCommunicationClient.cpp | 3265 uint64_t GDBRemoteCommunicationClient::WriteFile(lldb::user_id_t fd, in WriteFile() function in GDBRemoteCommunicationClient
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/POSIX/ |
| H A D | PlatformPOSIX.cpp | 244 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_win.cpp | 810 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) { in WriteToFile()
|
| /openbsd-src/gnu/usr.bin/perl/dist/Devel-PPPort/parts/inc/ |
| H A D | ppphtest | 58 ok(&Devel::PPPort::WriteFile("ppport.h"));
|
| H A D | ppphbin | 942 Devel::PPPort::WriteFile(\$0);
|
| /openbsd-src/gnu/llvm/lldb/source/Commands/ |
| H A D | CommandObjectPlatform.cpp | 698 platform_sp->WriteFile(fd, m_options.m_offset, &m_options.m_data[0], in DoExecute()
|
| /openbsd-src/gnu/usr.bin/perl/cpan/Win32/ |
| H A D | Win32.xs | 1929 if (!WriteFile(hOut,
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perlguts.pod | 3351 perl -MDevel::PPPort -eDevel::PPPort::WriteFile
|