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

/freebsd-9.3-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-9.3-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-9.3-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-9.3-release/contrib/libstdc++/include/ext/
H A Dstdio_filebuf.h132 if (this->is_open())
149 if (this->is_open())
/freebsd-9.3-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.c5512 xge_assert(!channel->is_open);
/freebsd-9.3-release/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c261 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2,
264 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING;
265 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING;
260 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-9.3-release/lib/libstand/
H A Dtftp.c93 static int is_open = 0; variable
401 if (is_open)
430 is_open = 1;
519 is_open = 0;
/freebsd-9.3-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:__anon8576
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp32 if (!Input.is_open())
/freebsd-9.3-release/sys/dev/vxge/
H A Dvxge.h305 u32 is_open; member in struct:_vxge_vpath_t
H A Dvxge.c2314 vpath->is_open = TRUE;
2453 vpath->is_open = FALSE;
2556 return (vdev->vpaths[i].is_open ? vdev->vpaths[i].handle : NULL);

Completed in 211 milliseconds