/freebsd/contrib/sqlite3/tea/win/ |
H A D | nmakehlp.c | 97 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 108 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 119 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 138 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 150 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 167 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 179 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main() 191 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, &dwWritten, NULL); in main() 280 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, lstrlen(msg), &err,NULL); in CheckForCompilerFeature() 414 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, lstrlen(msg), &err,NULL); in CheckForLinkerFeature()
|
/freebsd/contrib/llvm-project/llvm/lib/TableGen/ |
H A D | Main.cpp | 155 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 D | kmp_io.cpp | 150 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 D | RemoteAwarePlatform.cpp | 123 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 D | Platform.cpp | 672 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 D | FileCache.h | 35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
/freebsd/contrib/libarchive/libarchive_fe/ |
H A D | passphrase.c | 107 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 D | l2_packet_ndis.c | 113 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 D | FileCache.cpp | 63 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in FileCache
|
/freebsd/contrib/llvm-project/lldb/include/lldb/Target/ |
H A D | RemoteAwarePlatform.h | 39 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
/freebsd/crypto/openssl/crypto/ |
H A D | cryptlib.c | 128 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 D | PlatformRemoteGDBServer.h | 119 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
|
H A D | PlatformRemoteGDBServer.cpp | 624 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 D | regress_main.c | 176 WriteFile(h, data, (DWORD)datalen, &written, NULL); in regress_make_tmpfile()
|
/freebsd/contrib/libevent/test/ |
H A D | regress_main.c | 176 WriteFile(h, data, (DWORD)datalen, &written, NULL); in regress_make_tmpfile()
|
/freebsd/contrib/pf/libevent/ |
H A D | buffer.c | 419 n = WriteFile((HANDLE)fd, buffer->buffer, buffer->off, &dwBytesWritten, NULL); in evbuffer_write()
|
/freebsd/contrib/libfido2/src/ |
H A D | hid_win.c | 537 if (WriteFile(ctx->dev, buf, (DWORD)len, NULL, &overlap) == 0 && in fido_hid_write()
|
/freebsd/contrib/bearssl/tools/ |
H A D | sslio.c | 620 if (!WriteFile(h_out, buf, len, &wlen, NULL)) { in run_ssl_engine()
|
H A D | twrch.c | 181 eof = !WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), in stdout_write()
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationClient.h | 373 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_sparse_basic.c | 161 assert(WriteFile(handle, buff, w, &wr, NULL) != 0); in create_sparse_file()
|
/freebsd/contrib/wpa/src/common/ |
H A D | wpa_ctrl.c | 738 if (!WriteFile(ctrl->pipe, cmd, cmd_len, &written, NULL)) in wpa_ctrl_request()
|
/freebsd/contrib/wpa/wpa_supplicant/ |
H A D | ctrl_iface_named_pipe.c | 509 if (!WriteFile(dst->pipe, sbuf, llen + len, &written, in wpa_supplicant_ctrl_iface_send()
|
/freebsd/contrib/wpa/src/drivers/ |
H A D | ndis_events.c | 217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) { in ndis_events_send_event()
|
/freebsd/crypto/openssl/engines/ |
H A D | e_dasync.c | 582 WriteFile(pipefds[1], &buf, 1, &numwritten, NULL); in dummy_pause_job()
|