HomeSort by: relevance | last modified time | path
    Searched defs:open_mode (Results 1 - 10 of 10) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/util/
fifo_listen.c 57 static int open_mode = 0; local
78 switch (open_mode) {
83 open_mode = O_RDWR | O_NONBLOCK;
86 open_mode = O_RDONLY | O_NONBLOCK;
93 if ((fd = open(path, open_mode, 0)) < 0)
  /src/common/dist/zlib/contrib/iostream3/
zfstream.cc 63 if (!this->open_mode(mode, char_mode))
91 if (!this->open_mode(mode, char_mode))
131 gzfilebuf::open_mode(std::ios_base::openmode mode, function in class:gzfilebuf
  /src/external/gpl3/binutils/dist/zlib/contrib/iostream3/
zfstream.cc 63 if (!this->open_mode(mode, char_mode))
91 if (!this->open_mode(mode, char_mode))
131 gzfilebuf::open_mode(std::ios_base::openmode mode, function in class:gzfilebuf
  /src/external/gpl3/binutils.old/dist/zlib/contrib/iostream3/
zfstream.cc 63 if (!this->open_mode(mode, char_mode))
91 if (!this->open_mode(mode, char_mode))
131 gzfilebuf::open_mode(std::ios_base::openmode mode, function in class:gzfilebuf
  /src/external/gpl3/gdb/dist/zlib/contrib/iostream3/
zfstream.cc 63 if (!this->open_mode(mode, char_mode))
91 if (!this->open_mode(mode, char_mode))
131 gzfilebuf::open_mode(std::ios_base::openmode mode, function in class:gzfilebuf
  /src/external/gpl3/gdb.old/dist/zlib/contrib/iostream3/
zfstream.cc 63 if (!this->open_mode(mode, char_mode))
91 if (!this->open_mode(mode, char_mode))
131 gzfilebuf::open_mode(std::ios_base::openmode mode, function in class:gzfilebuf
  /src/sys/dev/ic/
ad1848var.h 134 int open_mode; member in struct:ad1848_softc
  /src/external/gpl2/lvm2/dist/lib/log/
log.c 57 const char *open_mode = append ? "a" : "w"; local
59 if (!(_log_file = fopen(log_file, open_mode))) {
  /src/external/gpl2/lvm2/dist/include/
metadata-exported.h 258 uint32_t open_mode; /* FIXME: read or write - check lock type? */ member in struct:volume_group
  /src/external/gpl2/lvm2/dist/lib/metadata/
metadata-exported.h 258 uint32_t open_mode; /* FIXME: read or write - check lock type? */ member in struct:volume_group

Completed in 31 milliseconds