Searched refs:_O_RDONLY (Results 1 – 21 of 21) sorted by relevance
/external/libwebsockets/include/ |
D | libwebsockets.h | 91 #define _O_RDONLY 0x0000 macro 92 #define O_RDONLY _O_RDONLY 134 #define LWS_O_RDONLY _O_RDONLY
|
/external/libpcap/testprogs/ |
D | unix.h | 47 #define O_RDONLY _O_RDONLY
|
/external/webp/examples/ |
D | unicode_gif.h | 49 int file_handle = _wopen(file_name, _O_RDONLY | _O_BINARY); in DGifOpenFileUnicode()
|
/external/e2fsprogs/include/nonunix/ |
D | unistd.h | 12 #define O_RDONLY _O_RDONLY
|
/external/cpu_features/src/ |
D | filesystem.c | 29 _sopen_s(&fd, filename, _O_RDONLY, _SH_DENYWR, _S_IREAD); in CpuFeatures_OpenFile()
|
/external/tcpdump/ |
D | netdissect-stdinc.h | 173 #define O_RDONLY _O_RDONLY
|
/external/libcups/vcnet/ |
D | config.h | 82 # define O_RDONLY _O_RDONLY
|
/external/libwebsockets/lib/plat/windows/ |
D | windows-file.c | 45 if (((*flags) & 7) == _O_RDONLY) { in _lws_plat_file_open()
|
/external/marisa-trie/tests/ |
D | io-test.cc | 121 ASSERT(::_sopen_s(&fd, "io-test.dat", _O_BINARY | _O_RDONLY, in TestFd()
|
/external/tensorflow/tensorflow/lite/toco/ |
D | toco_port.cc | 155 constexpr int kFileReadFlags = _O_RDONLY | _O_BINARY;
|
/external/libevent/test/ |
D | regress_main.c | 178 return _open_osfhandle((intptr_t)h,_O_RDONLY); in regress_make_tmpfile()
|
/external/libpcap/ |
D | savefile.c | 416 fd = _open_osfhandle(osfd, _O_RDONLY); in pcap_hopen_offline_with_tstamp_precision()
|
/external/bc/include/ |
D | status.h | 87 #define O_RDONLY _O_RDONLY
|
/external/libevent/sample/ |
D | http-server.c | 77 #define O_RDONLY _O_RDONLY
|
/external/cronet/components/nacl/loader/ |
D | nacl_listener.cc | 367 _O_RDONLY | _O_BINARY); in OnStart()
|
/external/python/cpython3/Modules/_io/ |
D | winconsoleio.c | 371 self->fd = _Py_open_osfhandle_noraise(handle, _O_RDONLY | _O_BINARY); in _io__WindowsConsoleIO___init___impl()
|
/external/python/cpython3/PC/ |
D | _msi.c | 239 int result = _wopen(ws, _O_RDONLY | _O_BINARY | O_NOINHERIT); in FNFCIGETOPENINFO()
|
/external/python/cpython2/PC/ |
D | _msi.c | 178 return _open(pszName, _O_RDONLY | _O_BINARY); in FNFCIGETOPENINFO()
|
/external/python/cpython2/Modules/ |
D | posixmodule.c | 5248 tm = _O_RDONLY; in posix_popen() 5602 switch (mode & (_O_RDONLY | _O_TEXT | _O_BINARY | _O_WRONLY)) { in _PyPopen() 5614 case _O_RDONLY | _O_TEXT: in _PyPopen() 5625 case _O_RDONLY | _O_BINARY: in _PyPopen()
|
/external/python/cpython2/PC/bdist_wininst/ |
D | install.c | 723 fh = open(pathname, _O_RDONLY); in do_run_installscript()
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 10113 fds[0] = _Py_open_osfhandle_noraise(read, _O_RDONLY); in os_pipe_impl()
|