| /NextBSD/contrib/libstdc++/include/std/ |
| D | std_fstream.h | 248 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/ |
| D | compatibility.cc | 283 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/ |
| D | basic_file_stdio.cc | 196 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()
|
| D | basic_file_stdio.h | 80 is_open() const;
|
| /NextBSD/contrib/libstdc++/include/bits/ |
| D | fstream.tcc | 99 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/ |
| D | stdio_filebuf.h | 132 if (this->is_open()) in stdio_filebuf() 149 if (this->is_open()) in stdio_filebuf()
|
| /NextBSD/contrib/libc++/include/ |
| D | fstream | 38 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/ |
| HD | regress_ssl.c | 261 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/ |
| HD | tftp.c | 93 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/ |
| HD | zy7_devcfg.c | 74 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/ |
| HD | xgehal-channel.c | 404 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()
|
| HD | xgehal-mgmtaux.c | 1257 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()
|
| HD | xgehal-stats.c | 878 !channel->is_open) { in xge_hal_stats_channel()
|
| HD | xgehal-device.c | 5512 xge_assert(!channel->is_open); in xge_hal_device_terminate()
|
| /NextBSD/sys/contrib/vchiq/interface/vchiq_arm/ |
| HD | vchiq_ioctl.h | 44 int is_open; member
|
| HD | vchiq_arm.c | 505 if (args.is_open) { in vchiq_ioctl() 542 if (args.is_open) { in vchiq_ioctl()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Host/common/ |
| HD | FileSystem.cpp | 28 if (!file.is_open()) in CalcMD5()
|
| /NextBSD/sys/dev/nxge/include/ |
| HD | xgehal-channel.h | 394 int is_open; member
|
| /NextBSD/contrib/llvm/tools/clang/lib/Frontend/ |
| HD | LayoutOverrideSource.cpp | 32 if (!Input.is_open()) in LayoutOverrideSource()
|
| /NextBSD/contrib/llvm/tools/lldb/tools/lldb-server/ |
| HD | lldb-platform.cpp | 120 if (!temp_file.is_open()) in save_port_to_file()
|
| /NextBSD/sys/dev/vxge/ |
| HD | vxge.h | 305 u32 is_open; member
|
| HD | vxge.c | 2313 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/ |
| HD | MIDriver.cpp | 1275 if (!ifsStartScript.is_open()) in ExecuteCommandFile()
|
| /NextBSD/contrib/llvm/tools/lldb/source/Target/ |
| HD | Platform.cpp | 1879 if (!dst.is_open()) in DownloadModuleSlice()
|
| /NextBSD/contrib/libstdc++/ |
| D | ChangeLog-2002 | 3372 (__basic_file::is_open): Make const. 3375 (__basic_file::is_open): Make const. 5348 (filebuf::showmanyc): Check for is_open.
|