Home
last modified time | relevance | path

Searched refs:_open (Results 1 - 25 of 41) sorted by relevance

12

/third_party/python/Tools/scripts/
H A Dpysource.py33 def _open(fullpath): function
54 infile = _open(fullpath)
75 infile = _open(fullpath)
/third_party/python/Tools/c-analyzer/c_common/
H A Dtables.py86 _open=open,
91 with _open(infile, newline='') as infile:
97 _open=_open,
122 _open=open,
129 with _open(outfile, 'w', newline='') as outfile:
137 _open=_open,
/third_party/musl/porting/liteos_a_newlib/kernel/src/
H A Dfs.c37 int _open(const char *path, int oflag, ...) in _open() function
84 int _open(const char *path, int oflag, ...) in _open() function
/third_party/node/deps/npm/node_modules/graceful-fs/
H A Dlegacy-streams.js113 this._open = fs.open;
114 this._queue.push([this._open, this.path, this.flags, this.mode, undefined]);
/third_party/python/Tools/c-analyzer/c_parser/parser/
H A D_common.py54 _open, _close = m.groups()
55 if _open:
/third_party/python/Lib/ctypes/test/
H A Dtest_errno.py14 libc_open = libc._open
31 libc_open = libc._open
/third_party/node/test/parallel/
H A Dtest-fs-chmod.js33 fs._open = fs.open;
46 return fs._open.apply(fs, arguments);
/third_party/alsa-lib/include/
H A Dpcm_external.h43 #define SND_PCM_PLUGIN_ENTRY(name) _snd_pcm_##name##_open
H A Dcontrol_external.h43 #define SND_CTL_PLUGIN_ENTRY(name) _snd_ctl_##name##_open
H A Dpcm_rate.h141 #define SND_PCM_RATE_PLUGIN_ENTRY(name) _snd_pcm_rate_##name##_open
/third_party/FreeBSD/lib/libc/gen/
H A Dfts.c214 (sp->fts_rfd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_open()
339 if ((p->fts_symfd = _open(".", O_RDONLY | O_CLOEXEC, in fts_read()
432 _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) { in fts_read()
571 if ((fd = _open(".", O_RDONLY | O_CLOEXEC, 0)) < 0) in fts_children()
1133 if (fd < 0 && (newfd = _open(path, O_RDONLY | O_DIRECTORY | in fts_safe_changedir()
/third_party/node/deps/openssl/openssl/ms/
H A Dapplink.c129 OPENSSL_ApplinkTable[APPLINK_OPEN] = _open; in __declspec()
/third_party/openssl/ms/
H A Dapplink.c129 OPENSSL_ApplinkTable[APPLINK_OPEN] = _open; in __declspec()
/third_party/skia/third_party/externals/libjpeg-turbo/md5/
H A Dmd5hl.c93 f = _open(filename, O_RDONLY | O_BINARY); in MD5FileChunk()
/third_party/curl/lib/
H A Dcurl_multibyte.c115 return (_open)(filename, oflag, pmode); in curlx_win32_open()
/third_party/FreeBSD/include/
H A Dfts.h55 #define _open(pathname, flags, mode) (open((pathname), (flags), (mode))) macro
/third_party/node/deps/v8/third_party/zlib/
H A Dgzguts.h47 # define open _open
/third_party/node/deps/zlib/
H A Dgzguts.h46 # define open _open
/third_party/mesa3d/src/util/
H A Dos_file.c16 #define open _open
/third_party/node/deps/openssl/openssl/crypto/bio/
H A Dbio_local.h178 # define UP_open _open
/third_party/openssl/crypto/bio/
H A Dbio_local.h178 # define UP_open _open
/third_party/skia/third_party/externals/zlib/
H A Dgzguts.h47 # define open _open
/third_party/zlib/
H A Dgzguts.h46 # define open _open
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-vfs.h50 #define LWS_FOP_OPEN _open
/third_party/openssl/ohos_lite/
H A De_os.h312 # define open _open

Completed in 12 milliseconds

12