/freebsd/contrib/llvm-project/llvm/include/llvm/Bitcode/ |
H A D | BitcodeConvenience.h | 200 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 D | read.c | 39 #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 D | ProcessLaunchInfo.cpp | 46 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 D | FileAction.cpp | 34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, in Open()
|
/freebsd/sys/powerpc/powermac/ |
H A D | powermac_thermal.h | 40 int (*read)(struct pmac_fan *); member 50 int (*read)(struct pmac_therm *); member
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4518.py | 40 def read(): function
|
H A D | UnicodeData.py | 40 def read(filename): function
|
H A D | rfc3454.py | 40 def read(filename): function
|
/freebsd/tools/test/stress2/misc/ |
H A D | sendfile24.sh | 68 sendfile24: sendfile: sendfile24: read(), sendfile24.c:61: Broken pipe function
|
H A D | sendfile25.sh | 65 sendfile25: sendfile: sendfile25: read(), sendfile25.c:61: Broken pipe function
|
/freebsd/contrib/llvm-project/lldb/source/Breakpoint/ |
H A D | WatchpointResource.cpp | 20 bool read, bool write) in WatchpointResource() 39 void WatchpointResource::SetType(bool read, bool write) { in SetType()
|
/freebsd/crypto/heimdal/appl/ftp/common/ |
H A D | sockbuf.c | 45 set_buffer_size(int fd, int read) in set_buffer_size()
|
/freebsd/stand/lua/ |
H A D | password.lua | 48 function password.read(prompt_length) function
|
/freebsd/stand/libsa/ |
H A D | read.c | 65 read(int fd, void *dest, size_t bcount) in read() function
|
H A D | cd9660.c | 140 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 D | ppb_1284.c | 525 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 D | SymbolRemappingReader.cpp | 28 Error SymbolRemappingReader::read(MemoryBuffer &B) { in read() function in SymbolRemappingReader
|
/freebsd/sys/fs/nfsserver/ |
H A D | nfs_fha_new.h | 49 int read; member 91 int read; member
|
/freebsd/contrib/libpcap/testprogs/ |
H A D | unix.h | 53 #define read _read macro
|
/freebsd/contrib/libfido2/openbsd-compat/ |
H A D | posix_win.h | 41 #define read(fd, buf, count) posix_read(fd, buf, count) macro
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_util.h | 45 int read; member
|
/freebsd/sys/dev/sound/pcm/ |
H A D | feeder_format.c | 55 intpcm_read_t *read; member 87 intpcm_read_t *read; member
|
/freebsd/contrib/bsddialog/lib/ |
H A D | bsddialog_progressview.h | 46 long long int read; member
|
/freebsd/sys/contrib/zstd/examples/ |
H A D | streaming_decompression.c | 36 size_t read; in decompressFile_orDie() local
|
/freebsd/sys/dev/iicbus/ |
H A D | iiconf.c | 336 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()
|