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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-fs.c110 static uv_fs_t mkstemp_req3; variable
1344 ASSERT_EQ(UV_EINVAL, uv_fs_mkstemp(NULL, &mkstemp_req3, "test_file", NULL));
1347 ASSERT_EQ(0, strlen(mkstemp_req3.path));

Completed in 115 milliseconds