Home
last modified time | relevance | path

Searched refs:ReadFile (Results 1 – 25 of 33) sorted by relevance

12

/freebsd-12.1/usr.sbin/ngctl/
H A Dmain.c72 static int ReadFile(FILE *fp);
182 rtn = ReadFile(fp); in main()
211 ReadFile(FILE *fp) in ReadFile() function
534 rtn = ReadFile(fp); in ReadCmd()
/freebsd-12.1/contrib/googletest/googlemock/scripts/generator/cpp/
H A Dutils.py30 def ReadFile(filename, print_error=True): function
H A Dgmock_class.py209 source = utils.ReadFile(filename)
H A Dtokenize.py277 source = utils.ReadFile(filename)
H A Dast.py1686 source = utils.ReadFile(filename, False)
1716 source = utils.ReadFile(filename)
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Host/
H A DFileCache.h37 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
/freebsd-12.1/contrib/wpa/src/drivers/
H A Ddriver_ndis_.c93 if (ReadFile(drv->events_pipe, buf, sizeof(buf), &len, NULL)) in wpa_driver_ndis_event_pipe_cb()
/freebsd-12.1/contrib/libevent/sample/
H A Devent-read-fifo.c46 len = ReadFile((HANDLE)fd, buf, sizeof(buf) - 1, &dwBytesRead, NULL); in fifo_read()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/POSIX/
H A DPlatformPOSIX.cpp334 uint64_t PlatformPOSIX::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in PlatformPOSIX
337 return FileCache::GetInstance().ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
339 return m_remote_platform_sp->ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
341 return Platform::ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
566 const uint64_t n_read = ReadFile(fd_src, offset, buffer_sp->GetBytes(), in GetFile()
H A DPlatformPOSIX.h53 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
/freebsd-12.1/contrib/wpa/src/l2_packet/
H A Dl2_packet_ndis.c165 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf, in l2_packet_rx_thread_try_read()
254 if (!ReadFile(driver_ndis_get_ndisuio_handle(), l2->rx_buf, in l2_ndisuio_start_read()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Host/common/
H A DFileCache.cpp89 uint64_t FileCache::ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function in FileCache
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Platform/gdb-server/
H A DPlatformRemoteGDBServer.h128 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *data_ptr,
H A DPlatformRemoteGDBServer.cpp660 uint64_t PlatformRemoteGDBServer::ReadFile(lldb::user_id_t fd, uint64_t offset, in ReadFile() function in PlatformRemoteGDBServer
663 return m_gdb_client.ReadFile(fd, offset, dst, dst_len, error); in ReadFile()
/freebsd-12.1/contrib/wpa/src/common/
H A Dwpa_ctrl.c732 if (!ReadFile(ctrl->pipe, reply, *reply_len, &readlen, NULL)) in wpa_ctrl_request()
743 if (!ReadFile(ctrl->pipe, reply, *reply_len, &len, NULL)) in wpa_ctrl_recv()
/freebsd-12.1/contrib/libarchive/libarchive_fe/
H A Dpassphrase.c112 success = ReadFile(hStdin, buf, (DWORD)bufsiz - 1, &rbytes, NULL); in readpassphrase()
/freebsd-12.1/contrib/googletest/googletest/scripts/
H A Dupload.py844 def ReadFile(self, filename): member in SubversionVCS
915 new_content = self.ReadFile(filename)
942 new_content = self.ReadFile(filename)
/freebsd-12.1/contrib/googletest/googlemock/scripts/
H A Dupload.py844 def ReadFile(self, filename): member in SubversionVCS
915 new_content = self.ReadFile(filename)
942 new_content = self.ReadFile(filename)
/freebsd-12.1/contrib/pf/libevent/
H A Dbuffer.c387 n = ReadFile((HANDLE)fd, p, howmuch, &dwBytesRead, NULL); in evbuffer_read()
/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunicationClient.h382 uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst,
/freebsd-12.1/contrib/sqlite3/tea/win/
H A Dnmakehlp.c453 ok = ReadFile(pi->pipe, lastBuf, CHUNK, &dwRead, 0L); in ReadFromPipe()
/freebsd-12.1/crypto/openssl/engines/
H A De_dasync.c470 ReadFile(pipefds[0], &buf, 1, &numread, NULL); in dummy_pause_job()
/freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Target/
H A DPlatform.h571 virtual uint64_t ReadFile(lldb::user_id_t fd, uint64_t offset, void *dst, in ReadFile() function
/freebsd-12.1/contrib/bearssl/tools/
H A Dtwrch.c138 eof = !ReadFile(GetStdHandle(STD_INPUT_HANDLE), in stdin_read()
/freebsd-12.1/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_win.cc693 bool success = ::ReadFile(fd, buff, buff_size, &num_read_long, nullptr); in ReadFromFile()

12