Home
last modified time | relevance | path

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

/netbsd-src/external/mit/libuv/dist/test/
H A Dtest-fs.c109 static uv_fs_t mkstemp_req2; variable
1336 r = uv_fs_mkstemp(NULL, &mkstemp_req2, path_template, NULL); in TEST_IMPL()
1338 check_mkstemp_result(&mkstemp_req2); in TEST_IMPL()
1341 ASSERT(strcmp(mkstemp_req1.path, mkstemp_req2.path) != 0); in TEST_IMPL()
1359 uv_fs_close(NULL, &req, mkstemp_req2.result, NULL); in TEST_IMPL()
1378 unlink(mkstemp_req2.path); in TEST_IMPL()
1380 uv_fs_req_cleanup(&mkstemp_req2); in TEST_IMPL()