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

/netbsd-current/external/mit/libuv/dist/test/
H A Dtest-threadpool-cancel.c302 ASSERT(0 == uv_fs_ftruncate(loop, reqs + n++, 0, 0, fs_cb));
H A Dtest-fs.c412 r = uv_fs_ftruncate(loop, &ftruncate_req, open_req1.result, 7,
1012 r = uv_fs_ftruncate(NULL, &ftruncate_req, open_req1.result, 7, NULL);
4161 r = uv_fs_ftruncate(NULL, NULL, 0, 0, NULL);
/netbsd-current/external/mit/libuv/dist/include/
H A Duv.h1460 UV_EXTERN int uv_fs_ftruncate(uv_loop_t* loop,
/netbsd-current/external/mit/libuv/dist/src/unix/
H A Dfs.c1890 int uv_fs_ftruncate(uv_loop_t* loop, function
/netbsd-current/external/mit/libuv/dist/src/win/
H A Dfs.c3286 int uv_fs_ftruncate(uv_loop_t* loop, uv_fs_t* req, uv_file fd, function

Completed in 119 milliseconds