Searched refs:is_open (Results 1 - 17 of 17) sorted by relevance

/freebsd-12-stable/contrib/libstdc++/include/std/
H A Dstd_fstream.h248 is_open() const throw() function in class:basic_filebuf
249 { return _M_file.is_open(); }
493 * @return @c rdbuf()->is_open()
496 is_open() function in class:basic_ifstream
497 { return _M_filebuf.is_open(); }
502 is_open() const function in class:basic_ifstream
503 { return _M_filebuf.is_open(); }
623 * @return @c rdbuf()->is_open()
626 is_open() function in class:basic_ofstream
627 { return _M_filebuf.is_open(); }
632 is_open() const function in class:basic_ofstream
756 is_open() function in class:basic_fstream
762 is_open() const function in class:basic_fstream
[all...]
/freebsd-12-stable/contrib/opencsd/decoder/source/
H A Docsd_msg_logger.cpp66 if(m_out_file.is_open())
100 if(!m_out_file.is_open())
/freebsd-12-stable/contrib/libstdc++/config/io/
H A Dbasic_file_stdio.h80 is_open() const;
H A Dbasic_file_stdio.cc196 if (!this->is_open() && __file)
218 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode)))
235 if (__c_mode && !this->is_open())
251 __basic_file<char>::is_open() const function in class:__basic_file
266 if (this->is_open())
/freebsd-12-stable/contrib/libstdc++/src/
H A Dcompatibility.cc283 basic_fstream<char>::is_open() const;
287 basic_ifstream<char>::is_open() const;
291 basic_ofstream<char>::is_open() const;
328 basic_fstream<wchar_t>::is_open() const;
332 basic_ifstream<wchar_t>::is_open() const;
336 basic_ofstream<wchar_t>::is_open() const;
/freebsd-12-stable/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h132 if (this->is_open())
149 if (this->is_open())
/freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h44 int is_open; member in struct:__anon11542
H A Dvchiq_arm.c514 if (args.is_open) {
551 if (args.is_open) {
/freebsd-12-stable/contrib/opencsd/decoder/source/mem_acc/
H A Dtrc_mem_acc_file.cpp53 if(m_mem_file.is_open())
74 if(m_mem_file.is_open())
204 if(!m_mem_file.is_open())
/freebsd-12-stable/sys/contrib/zstd/contrib/gen_html/
H A Dgen_html.cpp99 if (!istream.is_open()) {
105 if (!ostream.is_open()) {
/freebsd-12-stable/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c275 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2,
278 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING;
279 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING;
274 open_ssl_bufevs(struct bufferevent **bev1_out, struct bufferevent **bev2_out, struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, evutil_socket_t *fd_pair, struct bufferevent **underlying_pair) argument
/freebsd-12-stable/sys/arm/xilinx/
H A Dzy7_devcfg.c75 int is_open; member in struct:zy7_devcfg_softc
507 if (sc->is_open) {
529 sc->is_open = 1;
635 sc->is_open = 0;
/freebsd-12-stable/stand/libsa/
H A Dtftp.c89 static int is_open = 0; variable
449 if (is_open)
492 is_open = 1;
597 is_open = 0;
/freebsd-12-stable/contrib/libevent/test/
H A Dregress_ssl.c366 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2,
370 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING;
371 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING;
365 open_ssl_bufevs(struct bufferevent **bev1_out, struct bufferevent **bev2_out, struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, evutil_socket_t *fd_pair, struct bufferevent **underlying_pair, enum regress_openssl_type type) argument
/freebsd-12-stable/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp71 if (!raw.is_open())
333 if (!out.is_open())
/freebsd-12-stable/contrib/llvm-project/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp31 if (!Input.is_open())
/freebsd-12-stable/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp702 if (!in.is_open()) {
709 if (!out.is_open()) {

Completed in 273 milliseconds