Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/sqlite3/tea/win/
H A Dnmakehlp.c99 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main()
110 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main()
121 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main()
140 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main()
152 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main()
164 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, in main()
176 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, chars, &dwWritten, NULL); in main()
265 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, lstrlen(msg), &err,NULL); in CheckForCompilerFeature()
393 WriteFile(GetStdHandle(STD_ERROR_HANDLE), msg, lstrlen(msg), &err,NULL); in CheckForLinkerFeature()
/freebsd-12.1/contrib/openmp/runtime/src/
H A Dkmp_io.cpp166 WriteFile(stream, __kmp_console_buf.str, __kmp_console_buf.used, &count, in __kmp_vprintf()
188 WriteFile(stream, __kmp_console_buf.str, __kmp_console_buf.used, &count, in __kmp_vprintf()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileCache.h35 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/freebsd-12.1/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c108 success = WriteFile(hStdout, prompt, (DWORD)strlen(prompt), in readpassphrase()
115 WriteFile(hStdout, "\r\n", 2, NULL, NULL); in readpassphrase()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp344 uint64_t PlatformPOSIX::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in PlatformPOSIX
348 return FileCache::GetInstance().WriteFile(fd, offset, src, src_len, error); in WriteFile()
350 return m_remote_platform_sp->WriteFile(fd, offset, src, src_len, error); in WriteFile()
352 return Platform::WriteFile(fd, offset, src, src_len, error); in WriteFile()
572 if (FileCache::GetInstance().WriteFile(fd_dst, offset, in GetFile()
H A DPlatformPOSIX.h56 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/freebsd-12.1/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-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileCache.cpp62 uint64_t FileCache::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in FileCache
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h131 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *data,
H A DPlatformRemoteGDBServer.cpp666 uint64_t PlatformRemoteGDBServer::WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function in PlatformRemoteGDBServer
669 return m_gdb_client.WriteFile(fd, offset, src, src_len, error); in WriteFile()
/freebsd-12.1/contrib/libevent/test/
H A Dregress_main.c166 WriteFile(h, data, (DWORD)datalen, &written, NULL); in regress_make_tmpfile()
/freebsd-12.1/contrib/ntp/sntp/libevent/test/
H A Dregress_main.c170 WriteFile(h, data, (DWORD)datalen, &written, NULL); in regress_make_tmpfile()
/freebsd-12.1/crypto/openssl/crypto/
H A Dcryptlib.c283 WriteFile(h, buf, len < 0 ? sizeof(buf) : (DWORD) len, &out, NULL); in OPENSSL_showfatal()
/freebsd-12.1/contrib/pf/libevent/
H A Dbuffer.c419 n = WriteFile((HANDLE)fd, buffer->buffer, buffer->off, &dwBytesWritten, NULL); in evbuffer_write()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h385 uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, const void *src,
/freebsd-12.1/contrib/libarchive/libarchive/test/
H A Dtest_sparse_basic.c159 assert(WriteFile(handle, buff, w, &wr, NULL) != 0); in create_sparse_file()
/freebsd-12.1/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-12.1/crypto/openssl/engines/
H A De_dasync.c459 WriteFile(pipefds[1], &buf, 1, &numwritten, NULL); in dummy_pause_job()
/freebsd-12.1/contrib/wpa/src/common/
H A Dwpa_ctrl.c729 if (!WriteFile(ctrl->pipe, cmd, cmd_len, &written, NULL)) in wpa_ctrl_request()
/freebsd-12.1/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-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h579 virtual uint64_t WriteFile(lldb::user_id_t fd, uint64_t offset, in WriteFile() function
/freebsd-12.1/contrib/wpa/wpa_supplicant/
H A Dctrl_iface_named_pipe.c506 if (!WriteFile(dst->pipe, sbuf, llen + len, &written, in wpa_supplicant_ctrl_iface_send()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc731 if (!WriteFile(fd, buff, buff_size, &bytes_written_32, 0)) { in WriteToFile()
/freebsd-12.1/contrib/ntp/sntp/libevent/
H A DChangeLog-1.4205 …n32 buffer.c behavior so that it is correct for sockets (which do not like ReadFile and WriteFile).

12