Home
last modified time | relevance | path

Searched refs:WriteFile (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DMain.cpp155 bool WriteFile = true; in TableGenMain() local
163 WriteFile = false; in TableGenMain()
165 if (WriteFile) { in TableGenMain()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_io.cpp150 WriteFile(stream, __kmp_console_buf.str, __kmp_console_buf.used, &count, in __kmp_vprintf()
173 WriteFile(stream, __kmp_console_buf.str, __kmp_console_buf.used, &count, in __kmp_vprintf()
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp123 uint64_t RemoteAwarePlatform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in RemoteAwarePlatform
127 return m_remote_platform_sp->WriteFile(fd, offset, src, src_len, error); in WriteFile()
128 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
H A DPlatform.cpp672 uint64_t Platform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in Platform
675 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error); in WriteFile()
1179 WriteFile(dest_file, offset, buffer_sp->GetBytes(), bytes_read, error); in PutFile()
/freebsd/contrib/llvm-project/lldb/include/lldb/Host/
H A DFileCache.h35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/freebsd/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c107 success = WriteFile(hStdout, prompt, (DWORD)strlen(prompt), in readpassphrase()
114 WriteFile(hStdout, "\r\n", 2, NULL, NULL); in readpassphrase()
/freebsd/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c113 res = WriteFile(driver_ndis_get_ndisuio_handle(), buf, len, in l2_packet_send()
125 res = WriteFile(driver_ndis_get_ndisuio_handle(), eth, mlen, in l2_packet_send()
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DFileCache.cpp63 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in FileCache
/freebsd/crypto/openssl/util/platform_symbols/
H A Dwindows-symbols.txt67 WriteFile
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DFirmwareVolume2.h727 EFI_FV_WRITE_FILE WriteFile; member
H A DMtftp4.h505 EFI_MTFTP4_WRITE_FILE WriteFile; member
H A DMtftp6.h810 EFI_MTFTP6_WRITE_FILE WriteFile; member
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/
H A DRemoteAwarePlatform.h39 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/freebsd/crypto/openssl/crypto/
H A Dcryptlib.c128 WriteFile(h, buf, len < 0 ? sizeof(buf) : (DWORD) len, &out, NULL); in OPENSSL_showfatal()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h119 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
H A DPlatformRemoteGDBServer.cpp624 uint64_t PlatformRemoteGDBServer::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in PlatformRemoteGDBServer
628 return m_gdb_client_up->WriteFile(fd, offset, src, src_len, error); in WriteFile()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c176 WriteFile(h, data, (DWORD)datalen, &written, NULL); in regress_make_tmpfile()
/freebsd/contrib/libevent/test/
H A Dregress_main.c176 WriteFile(h, data, (DWORD)datalen, &written, NULL); in regress_make_tmpfile()
/freebsd/contrib/pf/libevent/
H A Dbuffer.c419 n = WriteFile((HANDLE)fd, buffer->buffer, buffer->off, &dwBytesWritten, NULL); in evbuffer_write()
/freebsd/contrib/libfido2/src/
H A Dhid_win.c537 if (WriteFile(ctx->dev, buf, (DWORD)len, NULL, &overlap) == 0 && in fido_hid_write()
/freebsd/contrib/bearssl/tools/
H A Dsslio.c620 if (!WriteFile(h_out, buf, len, &wlen, NULL)) { in run_ssl_engine()
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c161 assert(WriteFile(handle, buff, w, &wr, NULL) != 0); in create_sparse_file()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h373 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/freebsd/contrib/wpa/src/common/
H A Dwpa_ctrl.c738 if (!WriteFile(ctrl->pipe, cmd, cmd_len, &written, NULL)) in wpa_ctrl_request()
/freebsd/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c509 if (!WriteFile(dst->pipe, sbuf, llen + len, &written, in wpa_supplicant_ctrl_iface_send()

12