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.c749 struct stat st; in uv__fs_readlink() local
751 ret = uv__lstat(req->path, &st); in uv__fs_readlink()
754 if (!S_ISLNK(st.st_mode)) { in uv__fs_readlink()
759 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 DChangeLog818 * build: AC_SUBST for AM_CFLAGS (Claes Nästén)
1291 * unix: strnlen is not available on Solaris 10 (Claes Nästén)
/libuv/test/
H A Dtest-fs.c1615 uv_stat_t* st; in TEST_IMPL() local
1625 st = req.ptr; in TEST_IMPL()
1630 ASSERT_EQ(st->st_mode, (ft == UV_TTY ? S_IFCHR : S_IFIFO)); in TEST_IMPL()
1631 ASSERT_EQ(1, st->st_nlink); in TEST_IMPL()
1632 ASSERT_EQ(st->st_rdev, in TEST_IMPL()

Completed in 26 milliseconds