Searched refs:symlink (Results 51 - 75 of 162) sorted by relevance

1234567

/freebsd-11-stable/contrib/pjdfstest/tests/rename/
H A D00.t49 expect 0 symlink ${n0} ${n1}
52 expect symlink,${sinode} lstat ${n1} type,inode
56 expect symlink,${sinode} lstat ${n2} type,inode
61 for type in regular dir fifo block char socket symlink; do
76 for type in regular dir fifo block char socket symlink; do
H A D07.t32 for type in regular dir fifo block char socket symlink; do
50 for type in regular dir fifo block char socket symlink; do
H A D15.t22 for type in regular dir fifo block char socket symlink; do
H A D10.t27 for type in regular fifo block char socket symlink; do
33 for type in regular fifo block char socket symlink; do
51 for type in regular fifo block char socket symlink; do
70 for type in regular fifo block char socket symlink; do
89 for type in regular fifo block char socket symlink; do
H A D06.t27 for type in regular dir fifo block char socket symlink; do
28 if [ "${type}" != "symlink" ]; then
/freebsd-11-stable/contrib/pjdfstest/tests/chown/
H A D07.t21 for type in regular dir fifo block char socket symlink; do
22 if [ "${type}" != "symlink" ]; then
28 expect 0 -u 65534 -g 65534 symlink ${n2} ${n1}/${n3}
H A D00.t24 for type in regular dir fifo block char socket symlink; do
25 if [ "${type}" != "symlink" ]; then
33 expect 0 symlink ${n0} ${n1}
60 for type in regular dir fifo block char socket symlink; do
61 if [ "${type}" != "symlink" ]; then
71 expect 0 symlink ${n0} ${n1}
110 for type in regular dir fifo block char socket symlink; do
111 if [ "${type}" != "symlink" ]; then
118 expect 0 symlink ${n0} ${n1}
149 for type in regular dir fifo block char socket symlink; d
[all...]
/freebsd-11-stable/contrib/pjdfstest/tests/chmod/
H A D00.t23 for type in regular dir fifo block char socket symlink; do
24 if [ "${type}" != "symlink" ]; then
29 expect 0 symlink ${n0} ${n1}
57 for type in regular dir fifo block char socket symlink; do
58 if [ "${type}" != "symlink" ]; then
88 for type in regular dir fifo block char socket symlink; do
89 if [ "${type}" != "symlink" ]; then
/freebsd-11-stable/tests/sys/audit/
H A Dfile-read.c50 ATF_REQUIRE_EQ(0, symlink("symlink", path));
94 ATF_REQUIRE_EQ(0, symlink("symlink", path));
/freebsd-11-stable/usr.bin/cmp/tests/
H A Dcmp_test2.sh41 atf_test_case symlink
66 atf_add_test_case symlink
/freebsd-11-stable/contrib/libarchive/tar/
H A Dsubst.c51 unsigned int global:1, print:1, regular:1, symlink:1, hardlink:1; member in struct:subst_rule
129 rule->symlink = 1; /* Rewrite symlink targets. */
155 rule->symlink = 1;
158 rule->symlink = 0;
230 if (!rule->symlink)
/freebsd-11-stable/usr.sbin/manctl/
H A Dmanctl.sh108 echo skipping symlink $pname 1>&2
233 # skip symlink - this can be
236 echo skipping symlink $pname 1>&2
294 # skip symlink - this can be
297 echo skipping symlink $pname 1>&2
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/c063/
H A Dt_readlinkat.c48 #define LINK "dir/symlink"
49 #define BASELINK "symlink"
67 ATF_REQUIRE(symlink(FILE, LINK) == 0);
93 ATF_REQUIRE(symlink(FILE, LINK) == 0);
143 ATF_REQUIRE(symlink(FILE, LINK) == 0);
/freebsd-11-stable/contrib/pjdfstest/tests/chflags/
H A D00.t74 expect 0 symlink ${n0} ${n1}
93 expect 0 symlink ${n0} ${n1}
112 for type in regular dir fifo block char socket symlink; do
113 if [ "${type}" != "symlink" ]; then
145 for type in regular dir fifo block char socket symlink; do
146 if [ "${type}" != "symlink" ]; then
H A D07.t21 for type in regular dir fifo block char socket symlink; do
22 if [ "${type}" != "symlink" ]; then
H A D10.t21 for type in regular dir fifo block char socket symlink; do
22 if [ "${type}" != "symlink" ]; then
H A D08.t21 for type in regular dir fifo block char socket symlink; do
22 if [ "${type}" != "symlink" ]; then
H A D11.t21 for type in regular dir fifo block char socket symlink; do
22 if [ "${type}" != "symlink" ]; then
/freebsd-11-stable/usr.sbin/makefs/
H A Dwalk.c207 cur->symlink = estrdup(slink);
290 if (cur->symlink)
291 free(cur->symlink);
459 curfsnode->symlink = estrdup(curnode->slink);
511 assert(dirnode->symlink != NULL);
513 ASEPRINT("symlink", "%s", dirnode->symlink, specnode->slink);
514 free(dirnode->symlink);
515 dirnode->symlink = estrdup(specnode->slink);
576 assert(cur->symlink !
[all...]
/freebsd-11-stable/contrib/sendmail/test/
H A Dt_exclopen.c74 if (symlink(Attackee, Attacker) < 0)
76 printf("Could not create %s->%s symlink: %d\n",
/freebsd-11-stable/lib/libc/tests/gen/
H A Drealpath2_test.c79 ATF_REQUIRE(symlink("", slnk) == 0);
/freebsd-11-stable/contrib/netbsd-tests/lib/libc/gen/
H A Dt_ftok.c73 ATF_REQUIRE(symlink(path, slnk) == 0);
/freebsd-11-stable/contrib/llvm-project/lldb/source/Host/posix/
H A DFileSystemPosix.cpp38 if (::symlink(dst.GetCString(), src.GetCString()) == -1)
/freebsd-11-stable/contrib/pjdfstest/tests/
H A Dmisc.sh209 symlink)
210 expect 0 symlink test ${name}
/freebsd-11-stable/contrib/pjdfstest/tests/open/
H A D09.t55 expect 0 symlink test ${n0}/${n1}

Completed in 101 milliseconds

1234567