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

1234567

/freebsd-11-stable/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-11-stable/lib/libc/sys/
H A Dread.c43 #pragma weak read macro
45 read(int fd, void *buf, size_t nbytes) function
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
H A DSymbolRemappingReader.cpp27 Error SymbolRemappingReader::read(MemoryBuffer &B) { function in class:SymbolRemappingReader
/freebsd-11-stable/crypto/heimdal/appl/ftp/common/
H A Dsockbuf.c45 set_buffer_size(int fd, int read) argument
/freebsd-11-stable/stand/libsa/
H A Dread.c70 read(int fd, void *dest, size_t bcount) function
/freebsd-11-stable/contrib/gcclibs/libssp/ssp/
H A Dunistd.h44 #undef read macro
52 read (int __fd, void *__buf, size_t __nbytes) function
/freebsd-11-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_util.h45 int read; member in struct:__anon8894
/freebsd-11-stable/stand/lua/
H A Dpassword.lua
H A Dcli.lua
/freebsd-11-stable/contrib/serf/
H A Dserf_bucket_util.h236 serf_databuf_reader_t read; member in struct:__anon82
/freebsd-11-stable/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-11-stable/stand/i386/zfsboot/
H A Dzfsldr.S187 read: xor %ecx,%ecx # Get label
[all...]
/freebsd-11-stable/contrib/libpcap/testprogs/
H A Dunix.h53 #define read _read macro
/freebsd-11-stable/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DMsgPackReader.cpp28 Expected<bool> Reader::read(Object &Obj) { function in class:Reader
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/common/
H A DFileAction.cpp33 bool FileAction::Open(int fd, const FileSpec &file_spec, bool read, argument
/freebsd-11-stable/stand/pc98/boot2/
H A Dboot1.S200 read: xor %ax,%ax label
/freebsd-11-stable/stand/i386/boot2/
H A Dboot1.S274 read: testb $FL_PACKET,%cs:MEM_REL+flags-start # LBA support enabled? label
[all...]
/freebsd-11-stable/contrib/gdb/gdb/
H A Duser-regs.c44 struct value *(*read) (struct frame_info * frame); member in struct:user_reg
80 user_reg_add_builtin (const char *name, user_reg_read_ftype *read) argument
61 append_user_reg(struct gdb_user_regs *regs, const char *name, user_reg_read_ftype *read, struct user_reg *reg) argument
104 user_reg_add(struct gdbarch *gdbarch, const char *name, user_reg_read_ftype *read) argument
[all...]
H A Dfbsd-proc.c82 int read, write, exec; local
/freebsd-11-stable/stand/efi/boot1/
H A Dufs_module.c145 ssize_t read; local
/freebsd-11-stable/stand/i386/pmbr/
H A Dpmbr.s181 read: pushl 0x4(%si) # Set the LBA label
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DEndian.h65 inline value_type read(const void *memory, endianness endian) { function in namespace:llvm::support::endian
78 inline value_type read(const void *memory) { function in namespace:llvm::support::endian
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DSource.h47 template <typename T> T read() { function in class:clang::interp::CodePtr

Completed in 405 milliseconds

1234567