Home
last modified time | relevance | path

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

/third_party/zlib/contrib/iostream3/
H A Dzfstream.cc63 if (!this->open_mode(mode, char_mode)) in open()
91 if (!this->open_mode(mode, char_mode)) in attach()
131 gzfilebuf::open_mode(std::ios_base::openmode mode, in open_mode() function in gzfilebuf
H A Dzfstream.h92 open_mode(std::ios_base::openmode mode,
/third_party/ltp/testcases/kernel/sched/sched_stress/
H A Dsched_tc6.c260 int open_file(char *file, int open_mode) in open_file() argument
264 if ((file_desc = open(file, open_mode)) < 0) in open_file()
/third_party/python/Modules/clinic/
H A D_winapi.c.h282 "CreateNamedPipe($module, name, open_mode, pipe_mode, max_instances,\n"
292 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode,
303 DWORD open_mode; in _winapi_CreateNamedPipe() local
313 &name, &open_mode, &pipe_mode, &max_instances, &out_buffer_size, &in_buffer_size, &default_timeout, &security_attributes)) { in _winapi_CreateNamedPipe()
316 _return_value = _winapi_CreateNamedPipe_impl(module, name, open_mode, pipe_mode, max_instances, out_buffer_size, in_buffer_size, default_timeout, security_attributes); in _winapi_CreateNamedPipe()
/third_party/alsa-utils/aplay/
H A Daplay.c112 static int open_mode = 0; variable
694 open_mode |= SND_PCM_NONBLOCK;
779 open_mode |= SND_PCM_NO_AUTO_RESAMPLE;
782 open_mode |= SND_PCM_NO_AUTO_CHANNELS;
785 open_mode |= SND_PCM_NO_AUTO_FORMAT;
788 open_mode |= SND_PCM_NO_SOFTVOL;
848 err = snd_pcm_open(&handle, pcm_name, stream, open_mode);
/third_party/python/Modules/
H A D_winapi.c673 open_mode: DWORD
684 _winapi_CreateNamedPipe_impl(PyObject *module, LPCTSTR name, DWORD open_mode, in _winapi_CreateNamedPipe_impl() argument
694 name, open_mode, pipe_mode) < 0) { in _winapi_CreateNamedPipe_impl()
699 handle = CreateNamedPipe(name, open_mode, pipe_mode, in _winapi_CreateNamedPipe_impl()
/third_party/rust/crates/bindgen/bindgen-tests/tests/
H A Dstylo.hpp26261 typedef int open_mode;
[all...]

Completed in 34 milliseconds