Searched defs:read (Results 1 - 25 of 126) sorted by path

123456

/freebsd-10.3-release/contrib/apr-util/include/
H A Dapr_buckets.h176 apr_status_t (*read)(apr_bucke member in struct:apr_bucket_type_t
[all...]
/freebsd-10.3-release/contrib/binutils/binutils/
H A Dresbin.c229 rc_uint_type version, read; local
271 bin_to_res_menuitems(windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length, rc_uint_type *read) argument
348 bin_to_res_menuexitems(windres_bfd *wrbfd, const bfd_byte *data, rc_uint_type length, rc_uint_type *read) argument
/freebsd-10.3-release/contrib/gcclibs/libssp/ssp/
H A Dunistd.h44 #undef read macro
52 read (int __fd, void *__buf, size_t __nbytes) function
/freebsd-10.3-release/contrib/gdb/gdb/
H A Dfbsd-proc.c82 int read, write, exec; local
H A Dgcore.c310 gcore_create_callback(CORE_ADDR vaddr, unsigned long size, int read, int write, int exec, void *data) argument
H A Dregcache.c1068 regcache_xfer_part(struct regcache *regcache, int regnum, int offset, int len, void *in, const void *out, regcache_read_ftype *read, regcache_write_ftype *write) argument
[all...]
H A Dui-file.c247 set_ui_file_read (struct ui_file *file, ui_file_read_ftype *read) argument
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...]
/freebsd-10.3-release/contrib/gdb/include/gdb/
H A Dcallback.h83 int (*read) PARAMS ((host_callback *,int, char *, int)); member in struct:host_callback_struct
/freebsd-10.3-release/contrib/groff/src/include/
H A Dnonposix.h62 # define read(f,b,s) _read(f,b,s) macro
/freebsd-10.3-release/contrib/jemalloc/include/jemalloc/
H A Djemalloc_FreeBSD.h98 #define read _read macro
/freebsd-10.3-release/contrib/ldns/
H A Dutil.c333 size_t read = 0; local
/freebsd-10.3-release/contrib/less/
H A Dscreen.c2382 DWORD read; local
/freebsd-10.3-release/contrib/libarchive/libarchive/
H A Darchive_read_private.h90 ssize_t (*read)(struct archive_read_filter *, const void **); member in struct:archive_read_filter
/freebsd-10.3-release/contrib/libarchive/libarchive/test/
H A Dtest_archive_read_multiple_data_objects.c33 #define read _read macro
/freebsd-10.3-release/contrib/libarchive/tar/
H A Dutil.c69 #define read _read macro
H A Dwrite.c133 #define read _read macro
/freebsd-10.3-release/contrib/llvm/include/llvm/Support/
H A DEndian.h48 inline value_type read(const void *memory) { function in namespace:llvm::support::endian
/freebsd-10.3-release/contrib/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h456 read, enumerator in enum:llvm::LibFunc::Func
/freebsd-10.3-release/contrib/llvm/lib/IR/
H A DGCOV.cpp43 bool GCOVFile::read(GCOVBuffer &Buffer) { function in class:GCOVFile
113 bool GCOVFunction::read(GCOVBuffer &Buff, GCOV::GCOVFormat Format) { function in class:GCOVFunction
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/utils/TableGen/
H A DClangAttrEmitter.cpp177 std::string read = ReadPCHRecord(type); local
482 std::string read = ReadPCHRecord(type); local
/freebsd-10.3-release/contrib/llvm/tools/lldb/include/lldb/Target/
H A DProcess.h564 const bool read = true; local
572 const bool read = false; local
580 const bool read = false; local
620 AppendOpenFileAction (int fd, const char *path, bool read, bool write) argument
632 AppendSuppressFileAction (int fd, bool read, boo argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/API/
H A DSBTarget.cpp260 SBLaunchInfo::AddOpenFileAction (int fd, const char *path, bool read, bool write) argument
266 SBLaunchInfo::AddSuppressFileAction (int fd, bool read, bool write) argument
1781 SBTarget::WatchAddress (lldb::addr_t addr, size_t size, bool read, bool write, SBError &error) argument
H A DSBValue.cpp1647 SBValue::Watch (bool resolve_location, bool read, bool write, SBError &error) argument
1721 SBValue::Watch (bool resolve_location, bool read, bool write) argument
1728 SBValue::WatchPointee (bool resolve_location, bool read, bool write, SBError &error) argument
/freebsd-10.3-release/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectMemory.cpp738 size_t read = target->ReadCStringFromMemory(data_addr, &buffer[0], item_byte_size+1, error); local
[all...]

Completed in 438 milliseconds

123456