Searched defs:read (Results 1 - 25 of 198) sorted by relevance

12345678

/freebsd-current/crypto/heimdal/lib/wind/
H A DUnicodeData.py40 def read(filename): function
H A Drfc3454.py40 def read(filename): function
H A Drfc4518.py40 def read(): function
/freebsd-current/lib/libc/sys/
H A Dread.c39 #pragma weak read macro
41 read(int fd, void *buf, size_t nbytes) function
/freebsd-current/contrib/libfido2/openbsd-compat/
H A Dposix_win.h41 #define read(fd, buf, count) posix_read(fd, buf, count) macro
/freebsd-current/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp28 Error SymbolRemappingReader::read(MemoryBuffer &B) { function in class:SymbolRemappingReader
/freebsd-current/crypto/heimdal/appl/ftp/common/
H A Dsockbuf.c45 set_buffer_size(int fd, int read) argument
/freebsd-current/stand/libsa/
H A Dread.c65 read(int fd, void *dest, size_t bcount) function
/freebsd-current/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h45 int read; member in struct:__anon10768
/freebsd-current/stand/lua/
H A Dpassword.lua
/freebsd-current/contrib/libpcap/testprogs/
H A Dunix.h53 #define read _read macro
/freebsd-current/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp34 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, argument
/freebsd-current/stand/i386/zfsboot/
H A Dzfsldr.S185 read: xor %ecx,%ecx # Get label
[all...]
/freebsd-current/sys/powerpc/powermac/
H A Dpowermac_thermal.h40 int (*read)(struct pmac_fan *); member in struct:pmac_fan
50 int (*read)(struct pmac_therm *); member in struct:pmac_therm
/freebsd-current/contrib/bsddialog/lib/
H A Dbsddialog_progressview.h46 long long int read; member in struct:bsddialog_fileminibar
/freebsd-current/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp29 Expected<bool> Reader::read(Object &Obj) { function in class:Reader
/freebsd-current/contrib/llvm-project/lldb/source/API/
H A DSBWatchpointOptions.cpp48 void SBWatchpointOptions::SetWatchpointTypeRead(bool read) { argument
/freebsd-current/contrib/processor-trace/libipt/src/
H A Dpt_section_file.c203 size_t read; local
/freebsd-current/stand/i386/boot2/
H A Dboot1.S272 read: testb $FL_PACKET,%cs:MEM_REL+flags-start # LBA support enabled? label
[all...]
/freebsd-current/sys/dev/bhnd/
H A Dbhnd_eromvar.h69 bhnd_erom_io_read_t *read; /**< @see bhnd_erom_io_read() */ member in struct:bhnd_erom_io
/freebsd-current/sys/dev/bhnd/nvram/
H A Dbhnd_nvram_iovar.h67 bhnd_nvram_iop_read *read; /**< read() implementation */ member in struct:bhnd_nvram_iops
/freebsd-current/libexec/rtld-elf/rtld-libc/
H A Drtld_libc.h80 #define read(fd, buf, nbytes) __sys_read(fd, buf, nbytes) macro
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h58 [[nodiscard]] inline value_type read(const void *memory, endianness endian) { function in namespace:llvm::support::endian
69 [[nodiscard]] inline value_type read(const void *memory) { function in namespace:llvm::support::endian
[all...]
/freebsd-current/contrib/processor-trace/libipt/internal/include/
H A Dpt_section.h112 int (*read)(const struct pt_section *sec, uint8_t *buffer, member in struct:pt_section
/freebsd-current/sys/contrib/zstd/examples/
H A Dstreaming_decompression.c36 size_t read; local

Completed in 360 milliseconds

12345678