Home
last modified time | relevance | path

Searched refs:UV_FS_MKSTEMP (Results 1 – 5 of 5) sorted by relevance

/netbsd/external/mit/libuv/dist/include/
H A Duv.h1319 UV_FS_MKSTEMP, enumerator
/netbsd/external/mit/libuv/dist/docs/src/
H A Dfs.rst103 UV_FS_MKSTEMP,
/netbsd/external/mit/libuv/dist/src/unix/
H A Dfs.c2206 req->fs_type == UV_FS_MKDTEMP || req->fs_type == UV_FS_MKSTEMP)) in uv_fs_req_cleanup()
/netbsd/external/mit/libuv/dist/src/win/
H A Dfs.c3033 INIT(UV_FS_MKSTEMP); in uv_fs_mkstemp()
/netbsd/external/mit/libuv/dist/test/
H A Dtest-fs.c552 ASSERT(req->fs_type == UV_FS_MKSTEMP); in check_mkstemp_result()