Home
last modified time | relevance | path

Searched +defs:read +defs:file (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/common/dist/zlib/contrib/iostream2/
H A Dzstream.h35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
37 # define SET_BINARY_MODE(file) argument
87 int read(void* buf, size_t len) { in read() function
115 inline int read(izstream& zs, T* x, Items items) { in read() function
/netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/iostream2/
H A Dzstream.h35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
37 # define SET_BINARY_MODE(file) argument
87 int read(void* buf, size_t len) { in read() function
115 inline int read(izstream& zs, T* x, Items items) { in read() function
/netbsd-src/external/gpl3/binutils/dist/zlib/contrib/iostream2/
H A Dzstream.h35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
37 # define SET_BINARY_MODE(file) argument
87 int read(void* buf, size_t len) { in read() function
115 inline int read(izstream& zs, T* x, Items items) { in read() function
/netbsd-src/external/gpl3/gdb/dist/zlib/contrib/iostream2/
H A Dzstream.h35 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY) argument
37 # define SET_BINARY_MODE(file) argument
87 int read(void* buf, size_t len) { in read() function
115 inline int read(izstream& zs, T* x, Items items) { in read() function
/netbsd-src/sys/arch/ofppc/stand/ofwboot/
H A Dofdev.c191 devopen(struct open_file *of, const char *name, char **file) in devopen()
198 size_t read; in devopen() local
/netbsd-src/external/mit/libuv/dist/test/
H A Drunner-win.c74 HANDLE file = INVALID_HANDLE_VALUE; in process_start() local
244 DWORD read; in process_read_last_line() local
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgcov-io.cc34 FILE *file; member
371 unsigned read = fread (buffer, count, 1, gcov_var.file); in gcov_read_bytes() local
H A Dipa.cc309 symbol_table::remove_unreachable_nodes (FILE *file) in remove_unreachable_nodes()
697 bool *read, bool *explicit_refs) in process_references()
793 bool read = false; in ipa_discover_variable_flags() local
H A Dtree-ssa-alias.cc555 dump_alias_info (FILE *file) in dump_alias_info()
609 dump_points_to_solution (FILE *file, struct pt_solution *pt) in dump_points_to_solution()
686 dump_points_to_info_for (FILE *file, tree ptr) in dump_points_to_info_for()
2878 bitmap read; in ref_maybe_used_by_call_p_1() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dipa.c309 symbol_table::remove_unreachable_nodes (FILE *file) in remove_unreachable_nodes()
694 bool *read, bool *explicit_refs) in process_references()
790 bool read = false; in ipa_discover_variable_flags() local
H A Dtree-ssa-alias.c492 dump_alias_info (FILE *file) in dump_alias_info()
546 dump_points_to_solution (FILE *file, struct pt_solution *pt) in dump_points_to_solution()
623 dump_points_to_info_for (FILE *file, tree ptr) in dump_points_to_info_for()
2653 bitmap read; in ref_maybe_used_by_call_p_1() local
/netbsd-src/sys/arch/sparc/stand/common/
H A Dpromdev.c126 devopen(struct open_file * f,const char * fname,char ** file) devopen() argument
137 size_t read; devopen() local
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/
H A Dintel_uncore.c1194 const bool read, in __unclaimed_reg_debug()
1208 const bool read, in unclaimed_reg_debug()
1943 void *data, struct drm_file *file) in i915_reg_read_ioctl()
/netbsd-src/external/gpl2/xcvs/dist/src/
H A Dacl.c132 access_allowed (const char *file, const char *repos, const char *tag, in access_allowed()
605 int read; in get_perms() local
/netbsd-src/sys/fs/hfs/
H A Dlibhfs.h477 hfs_file_record_t file; member
514 void* read; member
539 int (*read) (hfs_volume*, void*, uint64_t, uint64_t, member
/netbsd-src/sys/dev/pci/
H A Dxmm7360.c1005 int xmm7360_cdev_open (struct inode *inode, struct file *file) in xmm7360_cdev_open()
1012 int xmm7360_cdev_release (struct inode *inode, struct file *file) in xmm7360_cdev_release()
1018 ssize_t xmm7360_cdev_write (struct file *file, const char __user *buf, size_t size, loff_t *offset) in xmm7360_cdev_write()
1031 ssize_t xmm7360_cdev_read (struct file *file, char __user *buf, size_t size, loff_t *offset) in xmm7360_cdev_read()
1044 static unsigned int xmm7360_cdev_poll(struct file *file, poll_table *wait) in xmm7360_cdev_poll()
1063 static long xmm7360_cdev_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in xmm7360_cdev_ioctl()
2509 size_t size, read = 0; in wwancread() local
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/clang/
H A Dcindex.py252 def from_position(tu, file, line, column): argument
260 def from_offset(tu, file, offset): argument
270 def file(self): member in SourceLocation
2704 def read(self, path): member in Index
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-objdump/
H A DMachODump.cpp7754 static uint64_t read(StringRef Contents, ptrdiff_t Offset) { in read() function
7797 template <typename UIntPtr> void read(StringRef Contents, ptrdiff_t Offset) { in read() function
10228 const MachOObjectFile *file = dyn_cast<const MachOObjectFile>(Obj); in printMachOFileHeader() local
10233 const MachOObjectFile *file = dyn_cast<const MachOObjectFile>(Obj); in printMachOLoadCommands() local
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dmodule.cc543 const char *read (unsigned count) in read() function in bytes_in
1399 bool read (data *d, const section *s) in read() function in elf_in
1660 elf_in::read (data *data, unsigned pos, unsigned length) in read() function in elf_in
18669 const char *file = maybe_add_cmi_prefix (filename); in do_import() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h980 struct gfc_file *file; member
2487 gfc_expr *unit, *file, *status, *access, *form, *recl, member
2515 gfc_expr *unit, *file, *iostat, *exist, *opened, *number, *named, member
2517 *unformatted, *recl, *nextrec, *blank, *position, *action, *read, member
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h1054 struct gfc_file *file; member
2776 gfc_expr *unit, *file, *status, *access, *form, *recl, member
2804 gfc_expr *unit, *file, *iostat, *exist, *opened, *number, *named, member
2806 *unformatted, *recl, *nextrec, *blank, *position, *action, *read, member