Home
last modified time | relevance | path

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

12

/freebsd/contrib/sqlite3/tea/win/
H A Dnmakehlp.c97 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 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/include/lldb/Host/
H A DFileCache.h35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DRemoteAwarePlatform.cpp236 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 DPlatform.cpp706 uint64_t Platform::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in Platform
709 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error); in WriteFile()
1223 WriteFile(dest_file, offset, buffer_sp->GetBytes(), bytes_read, error); in PutFile()
/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/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/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/include/lldb/Target/
H A DRemoteAwarePlatform.h38 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()
H A Dtwrch.c181 eof = !WriteFile(GetStdHandle(STD_OUTPUT_HANDLE), in stdout_write()
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h371 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/freebsd/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c158 assert(WriteFile(handle, buff, w, &wr, NULL) != 0); in create_sparse_file()
/freebsd/contrib/wpa/src/common/
H A Dwpa_ctrl.c728 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()
/freebsd/contrib/wpa/src/drivers/
H A Dndis_events.c217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) { in ndis_events_send_event()
/freebsd/crypto/openssl/engines/
H A De_dasync.c582 WriteFile(pipefds[1], &buf, 1, &numwritten, NULL); in dummy_pause_job()

12