OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_open
(Results
1 - 9
of
9
) sorted by relevancy
/src/common/dist/zlib/contrib/iostream3/
zfstream.h
57
is_open
() const { return (file != NULL); }
function in class:gzfilebuf
270
is_open
() { return sb.
is_open
(); }
function in class:gzifstream
359
is_open
() { return sb.
is_open
(); }
function in class:gzofstream
zfstream.cc
55
if (this->
is_open
())
83
if (this->
is_open
())
110
if (!this->
is_open
())
172
if (!this->
is_open
() || !(io_mode & std::ios_base::in))
192
if (!this->
is_open
() || !(io_mode & std::ios_base::in))
234
if (!this->
is_open
() || !(io_mode & std::ios_base::out))
247
if (!this->
is_open
() || !(io_mode & std::ios_base::out))
/src/common/dist/zlib/contrib/iostream/
zfstream.cpp
21
if (
is_open
() )
63
if (
is_open
() )
104
if (
is_open
() ) {
138
if ( !
is_open
() || !(mode & ios::in) )
175
if ( !
is_open
() || !(mode & ios::out) )
208
if ( !
is_open
() )
zfstream.h
22
inline int
is_open
() const { return (file !=NULL); }
function in class:gzfilebuf
/src/sys/external/bsd/vchiq/dist/interface/vchiq_arm/
vchiq_ioctl.h
44
int
is_open
;
member in struct:__anon6385
vchiq_arm.c
532
if (args.
is_open
) {
571
if (args.
is_open
) {
/src/sys/arch/dreamcast/dev/g1/
gdrom.c
78
bool
is_open
;
member in struct:gdrom_softc
385
if (sc->
is_open
)
407
sc->
is_open
= true;
425
sc->
is_open
= false;
/src/sys/arch/dreamcast/dev/
gdrom.c
95
bool
is_open
;
member in struct:gdrom_softc
453
if (sc->
is_open
)
475
sc->
is_open
= true;
493
sc->
is_open
= false;
/src/sys/dev/
dksubr.c
553
int
is_open
;
local
561
is_open
= dksc->sc_dkdev.dk_openmask & (1 << part);
563
if (!
is_open
&& dkd->d_open(dev, 0, S_IFBLK, curlwp))
573
if (!
is_open
&& dkd->d_close(dev, 0, S_IFBLK, curlwp))
Completed in 23 milliseconds
Indexes created Sat Feb 21 08:20:20 UTC 2026