Searched refs:uv_fs_mkstemp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-fs.c1329 r = uv_fs_mkstemp(loop, &mkstemp_req1, path_template, mkstemp_cb);
1336 r = uv_fs_mkstemp(NULL, &mkstemp_req2, path_template, NULL);
1344 ASSERT_EQ(UV_EINVAL, uv_fs_mkstemp(NULL, &mkstemp_req3, "test_file", NULL));
4116 r = uv_fs_mkstemp(NULL, NULL, NULL, NULL);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1412 UV_EXTERN int uv_fs_mkstemp(uv_loop_t* loop,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1971 int uv_fs_mkstemp(uv_loop_t* loop, function
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c3027 int uv_fs_mkstemp(uv_loop_t* loop, function

Completed in 216 milliseconds