| /freebsd/contrib/opencsd/decoder/source/ |
| H A D | ocsd_msg_logger.cpp | 66 if(m_out_file.is_open()) in setLogFileName() 100 if(!m_out_file.is_open()) in LogMsg()
|
| /freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
| H A D | vchiq_ioctl.h | 44 int is_open; member 191 int is_open; member
|
| H A D | vchiq_arm.c | 536 args.is_open = args32.is_open; in vchiq_ioctl() 549 if (args.is_open) { in vchiq_ioctl() 586 if (args.is_open) { in vchiq_ioctl()
|
| /freebsd/contrib/opencsd/decoder/source/mem_acc/ |
| H A D | trc_mem_acc_file.cpp | 53 if(m_mem_file.is_open()) in ~TrcMemAccessorFile() 74 if(m_mem_file.is_open()) in initAccessor() 204 if(!m_mem_file.is_open()) in readBytes()
|
| /freebsd/sys/arm/xilinx/ |
| H A D | zy7_devcfg.c | 70 int is_open; member 504 if (sc->is_open) { in zy7_devcfg_open() 526 sc->is_open = 1; in zy7_devcfg_open() 632 sc->is_open = 0; in zy7_devcfg_close()
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | fstream | 37 bool is_open() const; 90 bool is_open() const; 130 bool is_open() const; 170 bool is_open() const; 240 _LIBCPP_HIDE_FROM_ABI bool is_open() const; 545 inline bool basic_filebuf<_CharT, _Traits>::is_open() const { 1050 _LIBCPP_HIDE_FROM_ABI bool is_open() const; 1120 inline bool basic_ifstream<_CharT, _Traits>::is_open() const { 1121 return __sb_.is_open(); 1187 _LIBCPP_HIDE_FROM_ABI bool is_open() const; [all …]
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | fstream | 37 bool is_open() const; 90 bool is_open() const; 130 bool is_open() const; 170 bool is_open() const; 257 _LIBCPP_HIDE_FROM_ABI bool is_open() const; 274 _LIBCPP_ASSERT_UNCATEGORIZED(this->is_open(), "File must be opened"); 591 inline bool basic_filebuf<_CharT, _Traits>::is_open() const { 1162 _LIBCPP_HIDE_FROM_ABI bool is_open() const; 1240 inline bool basic_ifstream<_CharT, _Traits>::is_open() const { 1241 return __sb_.is_open(); [all …]
|
| /freebsd/crypto/krb5/src/appl/gss-sample/ |
| H A D | gss-client.c | 416 int is_open; in call_server() local 442 &is_local, &is_open); in call_server() 464 (is_open) ? "open" : "closed"); in call_server()
|
| /freebsd/contrib/llvm-project/openmp/runtime/src/ |
| H A D | extractExternal.cpp | 71 if (!raw.is_open()) in getBuf() 333 if (!out.is_open()) in hideSymbols()
|
| /freebsd/contrib/ntp/sntp/libevent/test/ |
| H A D | regress_ssl.c | 429 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, in open_ssl_bufevs() argument 433 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; in open_ssl_bufevs() 434 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING; in open_ssl_bufevs()
|
| /freebsd/contrib/libevent/test/ |
| H A D | regress_ssl.c | 429 struct event_base *base, int is_open, int flags, SSL *ssl1, SSL *ssl2, in open_ssl_bufevs() argument 433 int state1 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_CONNECTING; in open_ssl_bufevs() 434 int state2 = is_open ? BUFFEREVENT_SSL_OPEN :BUFFEREVENT_SSL_ACCEPTING; in open_ssl_bufevs()
|
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | operations.cpp | 208 if (!in.is_open()) { in copy_file_impl_fstream() 216 if (!out.is_open()) { in copy_file_impl_fstream()
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/tests/ |
| H A D | rtsan_test_interceptors_posix.cpp | 654 const bool is_open = fcntl(fd, F_GETFD) != -1; in TearDown() local 655 if (is_open && file != nullptr) in TearDown()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 4680 if (!SeedFile.is_open()) in ParseLangArgs()
|
| /freebsd/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 9640 if( !f.is_open() ) in makeCommandLineParser()
|