Lines Matching refs:symlink
24 * Verify that, symlink will succeed to creat a symbolic link of an existing
28 * symlink() should return value 0 on success and symbolic link of an
105 * Call symlink(2) to create a symlink of
108 TEST(symlink(TESTFILE, SYMFILE));
111 tst_resm(TFAIL, "symlink(%s, %s) Failed, errno=%d : %s",
116 * Get the symlink file status information
128 "symlink of %s doesn't exist",
131 tst_resm(TPASS, "symlink(%s, %s) "
137 /* Unlink the symlink file for next loop */