Home
last modified time | relevance | path

Searched refs:is_open (Results 1 – 25 of 28) sorted by relevance

12

/NextBSD/contrib/libstdc++/include/std/
Dstd_fstream.h248 is_open() const throw() in _GLIBCXX_BEGIN_NAMESPACE()
249 { return _M_file.is_open(); } in _GLIBCXX_BEGIN_NAMESPACE()
496 is_open() in is_open() function
497 { return _M_filebuf.is_open(); } in is_open()
502 is_open() const in is_open() function
503 { return _M_filebuf.is_open(); } in is_open()
626 is_open() in is_open() function
627 { return _M_filebuf.is_open(); } in is_open()
632 is_open() const in is_open() function
633 { return _M_filebuf.is_open(); } in is_open()
[all …]
/NextBSD/contrib/libstdc++/src/
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;
/NextBSD/contrib/libstdc++/config/io/
Dbasic_file_stdio.cc196 if (!this->is_open() && __file) in sys_open()
218 if (__c_mode && !this->is_open() && (_M_cfile = fdopen(__fd, __c_mode))) in sys_open()
235 if (__c_mode && !this->is_open()) in open()
251 __basic_file<char>::is_open() const in is_open() function in __basic_file
266 if (this->is_open()) in close()
Dbasic_file_stdio.h80 is_open() const;
/NextBSD/contrib/libstdc++/include/bits/
Dfstream.tcc99 if (!this->is_open()) in open()
102 if (this->is_open()) in open()
133 if (this->is_open()) in close()
169 if (__testin && this->is_open()) in showmanyc()
643 if (!this->is_open()) in setbuf()
680 if (this->is_open() && !__testfail) in seekoff()
726 if (this->is_open()) in seekpos()
847 if (this->is_open()) in imbue()
/NextBSD/contrib/libstdc++/include/ext/
Dstdio_filebuf.h132 if (this->is_open()) in stdio_filebuf()
149 if (this->is_open()) in stdio_filebuf()
/NextBSD/contrib/libc++/include/
Dfstream38 bool is_open() const;
86 bool is_open() const;
119 bool is_open() const;
152 bool is_open() const;
208 bool is_open() const;
463 basic_filebuf<_CharT, _Traits>::is_open() const
1026 bool is_open() const;
1115 basic_ifstream<_CharT, _Traits>::is_open() const
1117 return __sb_.is_open();
1177 bool is_open() const;
[all …]
/NextBSD/contrib/ntp/sntp/libevent/test/
HDregress_ssl.c261 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, in open_ssl_bufevs() argument
264 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; in open_ssl_bufevs()
265 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING; in open_ssl_bufevs()
/NextBSD/lib/libstand/
HDtftp.c93 static int is_open = 0; variable
414 if (is_open) in tftp_open()
455 is_open = 1; in tftp_open()
542 is_open = 0; in tftp_close()
/NextBSD/sys/arm/xilinx/
HDzy7_devcfg.c74 int is_open; member
506 if (sc->is_open) { in zy7_devcfg_open()
528 sc->is_open = 1; in zy7_devcfg_open()
634 sc->is_open = 0; in zy7_devcfg_close()
/NextBSD/sys/dev/nxge/xgehal/
HDxgehal-channel.c404 channel->is_open = 1; in xge_hal_channel_open()
532 channel->is_open = 0; in xge_hal_channel_close()
540 xge_assert(!tmp->is_open); in xge_hal_channel_close()
HDxgehal-mgmtaux.c1257 if (channel->is_open != 1) in xge_hal_aux_channel_read()
1266 __HAL_AUX_ENTRY(key, channel->is_open, "%u"); in xge_hal_aux_channel_read()
1294 if (channel->is_open != 1) in xge_hal_aux_channel_read()
1303 __HAL_AUX_ENTRY(key, channel->is_open, "%u"); in xge_hal_aux_channel_read()
HDxgehal-stats.c878 !channel->is_open) { in xge_hal_stats_channel()
HDxgehal-device.c5512 xge_assert(!channel->is_open); in xge_hal_device_terminate()
/NextBSD/sys/contrib/vchiq/interface/vchiq_arm/
HDvchiq_ioctl.h44 int is_open; member
HDvchiq_arm.c505 if (args.is_open) { in vchiq_ioctl()
542 if (args.is_open) { in vchiq_ioctl()
/NextBSD/contrib/llvm/tools/lldb/source/Host/common/
HDFileSystem.cpp28 if (!file.is_open()) in CalcMD5()
/NextBSD/sys/dev/nxge/include/
HDxgehal-channel.h394 int is_open; member
/NextBSD/contrib/llvm/tools/clang/lib/Frontend/
HDLayoutOverrideSource.cpp32 if (!Input.is_open()) in LayoutOverrideSource()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/
HDlldb-platform.cpp120 if (!temp_file.is_open()) in save_port_to_file()
/NextBSD/sys/dev/vxge/
HDvxge.h305 u32 is_open; member
HDvxge.c2313 vpath->is_open = TRUE; in vxge_vpath_open()
2452 vpath->is_open = FALSE; in vxge_vpath_close()
2555 return (vdev->vpaths[i].is_open ? vdev->vpaths[i].handle : NULL); in vxge_vpath_handle_get()
/NextBSD/contrib/llvm/tools/lldb/tools/lldb-mi/
HDMIDriver.cpp1275 if (!ifsStartScript.is_open()) in ExecuteCommandFile()
/NextBSD/contrib/llvm/tools/lldb/source/Target/
HDPlatform.cpp1879 if (!dst.is_open()) in DownloadModuleSlice()
/NextBSD/contrib/libstdc++/
DChangeLog-20023372 (__basic_file::is_open): Make const.
3375 (__basic_file::is_open): Make const.
5348 (filebuf::showmanyc): Check for is_open.

12