Searched refs:open_mode (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/util/
H A Dfifo_listen.c55 static int open_mode = 0; local
76 switch (open_mode) {
81 open_mode = O_RDWR | O_NONBLOCK;
84 open_mode = O_RDONLY | O_NONBLOCK;
91 if ((fd = open(path, open_mode, 0)) < 0)
/macosx-10.10/zlib-55/zlib/contrib/iostream3/
H A Dzfstream.cc63 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
H A Dzfstream.h92 open_mode(std::ios_base::openmode mode,
/macosx-10.10/gnutar-453/gnutar/lib/
H A Drtapelib.c362 rmt_open__ (const char *file_name, int open_mode, int bias,
529 encode_oflag (command_buffer + remote_file_len + 2, open_mode);
361 rmt_open__(const char *file_name, int open_mode, int bias, const char *remote_shell) argument
/macosx-10.10/libstdcxx-104.1/include/c++/4.2.1/bits/
H A Dios_base.h405 typedef int open_mode; typedef in class:ios_base
/macosx-10.10/bzip2-36/bzip2/
H A Dbzlib.c1417 int open_mode) /* bzopen: 0, bzdopen:1 */
1450 if (open_mode==0) {
1413 bzopen_or_bzdopen( const char *path, int fd, const char *mode, int open_mode) argument

Completed in 300 milliseconds