Home
last modified time | relevance | path

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

/libuv/src/
H A Didna.c320 const char* st; in uv__idna_toascii() local
332 st = si; in uv__idna_toascii()
344 rc = uv__idna_toascii_label(s, st, &d, de); in uv__idna_toascii()
/libuv/src/unix/
H A Dfs.c741 struct stat st; in uv__fs_readlink() local
743 ret = uv__lstat(req->path, &st); in uv__fs_readlink()
746 if (!S_ISLNK(st.st_mode)) { in uv__fs_readlink()
751 maxlen = st.st_size; in uv__fs_readlink()
/libuv/
H A DAUTHORS480 Martin Storsjö <martin@martin.st>
481 Claes Nästén <pekdon@gmail.com>
H A DChangeLog567 * build: AC_SUBST for AM_CFLAGS (Claes Nästén)
1040 * unix: strnlen is not available on Solaris 10 (Claes Nästén)
/libuv/test/
H A Dtest-fs.c1570 uv_stat_t* st; in TEST_IMPL() local
1580 st = req.ptr; in TEST_IMPL()
1585 ASSERT_EQ(st->st_mode, (ft == UV_TTY ? S_IFCHR : S_IFIFO)); in TEST_IMPL()
1586 ASSERT_EQ(1, st->st_nlink); in TEST_IMPL()
1587 ASSERT_EQ(st->st_rdev, in TEST_IMPL()

Completed in 41 milliseconds