HomeSort by: relevance | last modified time | path
    Searched defs:is_open (Results 1 - 25 of 26) sorted by relevancy

1 2

  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-pipe.h 43 bool is_open () const function in class:event_pipe
  /src/external/gpl3/gdb/dist/gdbsupport/
event-pipe.h 43 bool is_open () const function in class:event_pipe
  /src/common/dist/zlib/contrib/iostream/
zfstream.h 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream/
zfstream.h 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream/
zfstream.h 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream/
zfstream.h 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream/
zfstream.h 22 inline int is_open() const { return (file !=NULL); } function in class:gzfilebuf
  /src/common/dist/zlib/contrib/iostream3/
zfstream.h 57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
zfstream.h 57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
zfstream.h 57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
zfstream.h 57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
zfstream.h 57 is_open() const { return (file != NULL); } function in class:gzfilebuf
270 is_open() { return sb.is_open(); } function in class:gzifstream
359 is_open() { return sb.is_open(); } function in class:gzofstream
  /src/external/gpl3/gdb/dist/gnulib/import/
error.c 132 is_open (int fd) function
169 if (0 <= stdout_fd && is_open (stdout_fd))
  /src/external/gpl3/gdb.old/dist/gnulib/import/
error.c 132 is_open (int fd) function
169 if (0 <= stdout_fd && is_open (stdout_fd))
  /src/external/gpl3/gdb.old/dist/sim/m32c/
gdb-if.c 61 static int is_open; variable
69 if (is_open)
91 is_open = 1;
110 is_open = 0;
  /src/external/gpl3/gdb.old/dist/sim/rl78/
gdb-if.c 59 static int is_open; variable
72 if (is_open)
91 is_open = 1;
148 is_open = 0;
  /src/external/gpl3/gdb/dist/sim/m32c/
gdb-if.c 61 static int is_open; variable
69 if (is_open)
91 is_open = 1;
110 is_open = 0;
  /src/external/gpl3/gdb/dist/sim/rl78/
gdb-if.c 59 static int is_open; variable
72 if (is_open)
91 is_open = 1;
148 is_open = 0;
  /src/sys/arch/dreamcast/dev/g1/
gdrom.c 78 bool is_open; member in struct:gdrom_softc
385 if (sc->is_open)
407 sc->is_open = true;
425 sc->is_open = false;
  /src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_ioctl.h 44 int is_open; member in struct:__anon6385
  /src/external/gpl3/gcc/dist/libstdc++-v3/config/io/
basic_file_stdio.cc 217 if (!this->is_open() && __file)
241 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
258 if (__c_mode && !this->is_open())
275 if (__c_mode && !this->is_open())
303 __basic_file<char>::is_open() const throw () function in class:__basic_file
320 if (this->is_open())
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/config/io/
basic_file_stdio.cc 210 if (!this->is_open() && __file)
234 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
251 if (__c_mode && !this->is_open())
272 if (__c_mode && !this->is_open())
300 __basic_file<char>::is_open() const throw () function in class:__basic_file
317 if (this->is_open())
  /src/external/gpl3/gdb.old/dist/gdb/
ser-base.c 131 int is_open; local
140 is_open = serial_is_open (scb);
144 if (is_open)
  /src/external/gpl3/gdb/dist/gdb/
ser-base.c 131 int is_open; local
140 is_open = serial_is_open (scb);
144 if (is_open)
  /src/sys/arch/dreamcast/dev/
gdrom.c 95 bool is_open; member in struct:gdrom_softc
453 if (sc->is_open)
475 sc->is_open = true;
493 sc->is_open = false;

Completed in 62 milliseconds

1 2