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

/freebsd-11.0-release/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-11.0-release/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-11.0-release/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-11.0-release/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h132 if (this->is_open())
149 if (this->is_open())
/freebsd-11.0-release/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h44 int is_open; member in struct:__anon8879
H A Dvchiq_arm.c505 if (args.is_open) {
542 if (args.is_open) {
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Host/common/
H A DFileSystem.cpp28 if (!file.is_open())
/freebsd-11.0-release/sys/dev/nxge/xgehal/
H A Dxgehal-channel.c404 channel->is_open = 1;
532 channel->is_open = 0;
540 xge_assert(!tmp->is_open);
H A Dxgehal-mgmtaux.c1257 if (channel->is_open != 1)
1265 xge_os_strcpy(key+6, "is_open");
1266 __HAL_AUX_ENTRY(key, channel->is_open, "%u");
1294 if (channel->is_open != 1)
1302 xge_os_strcpy(key+6, "is_open");
1303 __HAL_AUX_ENTRY(key, channel->is_open, "%u");
H A Dxgehal-stats.c878 !channel->is_open) {
H A Dxgehal-device.c5511 xge_assert(!channel->is_open);
/freebsd-11.0-release/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-11.0-release/sys/dev/nxge/include/
H A Dxgehal-channel.h332 * @is_open: True, if channel is open; false - otherwise.
394 int is_open; member in struct:__anon11194
/freebsd-11.0-release/lib/libstand/
H A Dtftp.c93 static int is_open = 0; variable
414 if (is_open)
455 is_open = 1;
542 is_open = 0;
/freebsd-11.0-release/sys/arm/xilinx/
H A Dzy7_devcfg.c74 int is_open; member in struct:zy7_devcfg_softc
506 if (sc->is_open) {
528 sc->is_open = 1;
634 sc->is_open = 0;
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp32 if (!Input.is_open())
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-server/
H A Dlldb-platform.cpp122 if (!temp_file.is_open())
/freebsd-11.0-release/sys/dev/vxge/
H A Dvxge.h305 u32 is_open; member in struct:_vxge_vpath_t
H A Dvxge.c2308 vpath->is_open = TRUE;
2447 vpath->is_open = FALSE;
2550 return (vdev->vpaths[i].is_open ? vdev->vpaths[i].handle : NULL);
/freebsd-11.0-release/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriver.cpp1275 if (!ifsStartScript.is_open())
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Target/
H A DPlatform.cpp1911 if (!dst.is_open())

Completed in 234 milliseconds