Home
last modified time | relevance | path

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

/glibc-2.36/io/
Dtst-readlinkat.c84 static const char symlinkcontent[] = "some-file"; in do_test() local
85 if (symlinkat (symlinkcontent, dir_fd, "another-file") != 0) in do_test()
103 if (fstatat64 (dir_fd, symlinkcontent, &st2, AT_SYMLINK_NOFOLLOW) == 0) in do_test()
116 if (n != sizeof (symlinkcontent) - 1) in do_test()
119 n, sizeof (symlinkcontent) - 1); in do_test()
122 if (strncmp (buf, symlinkcontent, n) != 0) in do_test()