Home
last modified time | relevance | path

Searched defs:read (Results 1 – 25 of 201) sorted by relevance

123456789

/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/
H A DBitcodeConvenience.h200 static void read(ArrayRef<T> buffer, ElementDataTy &element, in read() function
209 static void read(ArrayRef<T> buffer, std::nullopt_t, DataTy &&...data) { in read() function
236 static void read(ArrayRef<T> buffer, DataTy &data) { in read() function
241 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() function
287 static void read(ArrayRef<T> Buffer, ArrayRef<T> &rawData) { in read() function
292 static void read(ArrayRef<T> buffer, ArrayTy &array) { in read() function
297 template <typename T> static void read(ArrayRef<T> buffer, std::nullopt_t) { in read() function
315 template <typename T> static void read(ArrayRef<T> buffer) { (void)buffer; } in read() function
/freebsd/lib/libc/sys/
H A Dread.c39 #pragma weak read macro
41 read(int fd, void *buf, size_t nbytes) in read() function
/freebsd/contrib/llvm-project/lldb/source/Host/common/
H A DProcessLaunchInfo.cpp46 const bool read = true; in ProcessLaunchInfo() local
53 const bool read = false; in ProcessLaunchInfo() local
60 const bool read = false; in ProcessLaunchInfo() local
88 bool read, bool write) { in AppendOpenFileAction()
97 bool ProcessLaunchInfo::AppendSuppressFileAction(int fd, bool read, in AppendSuppressFileAction()
H A DFileAction.cpp34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open()
/freebsd/sys/powerpc/powermac/
H A Dpowermac_thermal.h40 int (*read)(struct pmac_fan *); member
50 int (*read)(struct pmac_therm *); member
/freebsd/crypto/heimdal/lib/wind/
H A Drfc4518.py40 def read(): function
H A DUnicodeData.py40 def read(filename): function
H A Drfc3454.py40 def read(filename): function
/freebsd/tools/test/stress2/misc/
H A Dsendfile24.sh68 sendfile24: sendfile: sendfile24: read(), sendfile24.c:61: Broken pipe function
H A Dsendfile25.sh65 sendfile25: sendfile: sendfile25: read(), sendfile25.c:61: Broken pipe function
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/
H A DWatchpointResource.cpp20 bool read, bool write) in WatchpointResource()
39 void WatchpointResource::SetType(bool read, bool write) { in SetType()
/freebsd/crypto/heimdal/appl/ftp/common/
H A Dsockbuf.c45 set_buffer_size(int fd, int read) in set_buffer_size()
/freebsd/stand/lua/
H A Dpassword.lua48 function password.read(prompt_length) function
/freebsd/stand/libsa/
H A Dread.c65 read(int fd, void *dest, size_t bcount) in read() function
H A Dcd9660.c140 size_t read; in susp_lookup_record() local
298 size_t read; in cd9660_read_dr() local
340 size_t read, dsize, off; in cd9660_open() local
516 size_t read; in buf_read_file() local
/freebsd/sys/dev/ppbus/
H A Dppb_1284.c525 spp_1284_read(device_t bus, int mode, char *buffer, int max, int *read) in spp_1284_read()
594 int max, int *read) in ppb_1284_read_id()
628 int max, int *read) in ppb_1284_read()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp28 Error SymbolRemappingReader::read(MemoryBuffer &B) { in read() function in SymbolRemappingReader
/freebsd/sys/fs/nfsserver/
H A Dnfs_fha_new.h49 int read; member
91 int read; member
/freebsd/contrib/libpcap/testprogs/
H A Dunix.h53 #define read _read macro
/freebsd/contrib/libfido2/openbsd-compat/
H A Dposix_win.h41 #define read(fd, buf, count) posix_read(fd, buf, count) macro
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h45 int read; member
/freebsd/sys/dev/sound/pcm/
H A Dfeeder_format.c55 intpcm_read_t *read; member
87 intpcm_read_t *read; member
/freebsd/contrib/bsddialog/lib/
H A Dbsddialog_progressview.h46 long long int read; member
/freebsd/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c36 size_t read; in decompressFile_orDie() local
/freebsd/sys/dev/iicbus/
H A Diiconf.c336 iicbus_read(device_t bus, char *buf, int len, int *read, int last, int delay) in iicbus_read()
375 int read; in iicbus_read_byte() local
411 iicbus_block_read(device_t bus, u_char slave, char *buf, int len, int *read) in iicbus_block_read()

123456789