Searched defs:mode (Results 76 - 100 of 498) sorted by relevance

1234567891011>>

/haiku-buildtools/legacy/gcc/libio/
H A Dbuiltinbuf.cc51 streampos builtinbuf::seekoff(streamoff off, _seek_dir dir, int mode) argument
56 streampos builtinbuf::seekpos(streampos pos, int mode) argument
H A Dfstream.h64 ifstream(const char *name, int mode=ios::in, int prot=0664) argument
66 void open(const char *name, int mode=ios::in, int prot=0664) argument
75 ofstream(const char *name, int mode=ios::out, int prot=0664) argument
77 void open(const char *name, int mode=ios::out, int prot=0664) argument
85 fstream(const char *name, int mode, int prot=0664) argument
88 open(const char *name, int mode, int prot=0664) argument
[all...]
H A Dindstream.cc75 streampos indirectbuf::seekoff(streamoff off, _seek_dir dir, int mode) argument
92 streampos indirectbuf::seekpos(streampos pos, int mode) argument
H A Doutfloat.c58 int mode; local
[all...]
H A Dstrstream.cc49 strstreambase::strstreambase(char *cp, int n, int mode) argument
H A Dstrstream.h95 ostrstream(char *cp, int n, int mode=ios::out) :strstreambase(cp,n,mode){} argument
105 strstream(char *cp, int n, int mode=ios::out) :strstreambase(cp,n,mode){} argument
H A Dfilebuf.cc80 filebuf* filebuf::open(const char *filename, ios::openmode mode, int prot) argument
140 open(const char *filename, const char *mode) argument
176 seekoff(streamoff offset, _seek_dir dir, int mode) argument
[all...]
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Dpr42927.c6 scsires_access_mode mode; member in struct:scsires_extent_elem
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/execute/
H A D980526-2.c16 void do_mknod(const char * filename, int mode, kdev_t dev) argument
40 int sys_mknod(const char * filename, int mode, dev_t dev) argument
H A D20000815-1.c11 int mode; member in struct:table_elt
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dpr42781.f9018 integer, intent(in) :: mode local in function:nf90_open
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr50340.c26 void __attribute__((cold)) mark_reload_reg_in_use (int regno, int opnum, int type, int mode) argument
H A Duninit-10-O0.c13 int mode; member in struct:operand_data
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/torture/
H A Dpr45865.c25 unsigned int mode : 8; member in struct:rtx_def
33 enum machine_mode mode; local
[all...]
H A Dpr44806.c16 uint32_t mode:2; member in struct:dev_ino_4
24 uint32_t mode:2; member in struct:dev_ino_8
32 uint32_t mode:2; member in struct:dev_ino_full
/haiku-buildtools/gcc/gcc/
H A Dfile-find.c34 find_a_file (struct path_prefix *pprefix, const char *name, int mode) argument
H A Dtree-iterator.c119 tsi_link_before (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) argument
195 tsi_link_after (tree_stmt_iterator *i, tree t, enum tsi_iterator_update mode) argument
/haiku-buildtools/binutils/binutils/
H A Dfilemode.c107 mode_string(unsigned long mode, char *str) argument
[all...]
H A Ddwarf-mode.el[all...]
/haiku-buildtools/binutils/include/opcode/
H A Dpyr.h34 unsigned int mode :4; member in struct:pyr_insn_format
/haiku-buildtools/gcc/zlib/contrib/iostream3/
H A Dzfstream.cc51 open(const char *name, std::ios_base::openmode mode) argument
79 attach(int fd, std::ios_base::openmode mode) argument
131 open_mode(std::ios_base::openmode mode, char* c_mode) const argument
379 gzifstream(const char* name, std::ios_base::openmode mode) argument
388 gzifstream(int fd, std::ios_base::openmode mode) argument
398 open(const char* name, std::ios_base::openmode mode) argument
409 attach(int fd, std::ios_base::openmode mode) argument
434 gzofstream(const char* name, std::ios_base::openmode mode) argument
443 gzofstream(int fd, std::ios_base::openmode mode) argument
453 open(const char* name, std::ios_base::openmode mode) argument
464 attach(int fd, std::ios_base::openmode mode) argument
[all...]
/haiku-buildtools/legacy/binutils/opcodes/
H A Dpdp11-dis.c83 int mode = (code >> 3) & 7; local
175 int mode = (code >> 3) & 7; local
/haiku-buildtools/legacy/gcc/gcc/cp/
H A Dexpr.c105 register enum machine_mode mode = TYPE_MODE (type); local
/haiku-buildtools/legacy/gcc/libio/tests/
H A Dtiomisc.cc39 special_ofstream(const char *name, int mode=ios::out, int prot=0664) argument
45 open(const char* name, int mode, int prot) argument
132 int mode = O_RDONLY; local
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/graphite/
H A Dpr37684.c35 Int32 mode; member in struct:__anon2185

Completed in 144 milliseconds

1234567891011>>