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