Home
last modified time | relevance | path

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

/freebsd/contrib/opencsd/decoder/source/
H A Docsd_msg_logger.cpp66 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 Dtrc_mem_acc_file.cpp53 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 Dzy7_devcfg.c70 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/stand/libsa/
H A Dtftp.c87 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/contrib/llvm-project/libcxx/include/
H A Dfstream37 bool is_open() const;
90 bool is_open() const;
130 bool is_open() const;
170 bool is_open() const;
253 _LIBCPP_HIDE_FROM_ABI bool is_open() const;
1082 _LIBCPP_HIDE_FROM_ABI bool is_open() const;
1159 return __sb_.is_open();
1237 _LIBCPP_HIDE_FROM_ABI bool is_open() const;
1315 return __sb_.is_open();
1398 _LIBCPP_HIDE_FROM_ABI bool is_open() const;
[all …]
/freebsd/sys/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_ioctl.h44 int is_open; member
H A Dvchiq_arm.c513 if (args.is_open) { in vchiq_ioctl()
550 if (args.is_open) { in vchiq_ioctl()
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A DextractExternal.cpp71 if (!raw.is_open()) in getBuf()
333 if (!out.is_open()) in hideSymbols()
/freebsd/contrib/ntp/sntp/libevent/test/
H A Dregress_ssl.c429 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 Dregress_ssl.c429 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/clang/lib/Frontend/
H A DLayoutOverrideSource.cpp44 if (!Input.is_open()) in LayoutOverrideSource()
H A DCompilerInvocation.cpp4212 if (!SeedFile.is_open()) in ParseLangArgs()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp225 if (!in.is_open()) {
233 if (!out.is_open()) {
/freebsd/contrib/bsnmp/tests/
H A Dcatch.hpp9640 if( !f.is_open() ) in makeCommandLineParser()