Searched refs:is_open (Results 1 – 13 of 13) sorted by relevance
/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/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/stand/libsa/ |
H A D | tftp.c | 87 static int is_open = 0; variable 456 if (is_open) in tftp_open() 500 is_open = 1; in tftp_open() 618 is_open = 0; in tftp_close()
|
/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/ |
H A D | fstream | 37 bool is_open() const; 90 bool is_open() const; 130 bool is_open() const; 170 bool is_open() const; 254 _LIBCPP_HIDE_FROM_ABI bool is_open() const; 271 _LIBCPP_ASSERT_UNCATEGORIZED(this->is_open(), "File must be opened"); 577 inline bool basic_filebuf<_CharT, _Traits>::is_open() const { 1118 _LIBCPP_HIDE_FROM_ABI bool is_open() const; 1194 inline bool basic_ifstream<_CharT, _Traits>::is_open() const { 1195 return __sb_.is_open(); [all …]
|
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/ |
H A D | vchiq_ioctl.h | 44 int is_open; member
|
H A D | vchiq_arm.c | 513 if (args.is_open) { in vchiq_ioctl() 550 if (args.is_open) { in vchiq_ioctl()
|
/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 | 222 if (!in.is_open()) { 230 if (!out.is_open()) {
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | CompilerInvocation.cpp | 4390 if (!SeedFile.is_open()) in ParseLangArgs()
|
/freebsd/contrib/bsnmp/tests/ |
H A D | catch.hpp | 9640 if( !f.is_open() ) in makeCommandLineParser()
|