Lines Matching refs:symlink
36 * TEST IDENTIFIER : symlink01 (symlink)
133 * For symlink
457 SYMLINK, "symlink", 5, &test_objects[0],
470 "Fail When Making a Directory File Indirectly from a symlink"},
473 "Fail When Removing a Directory File Indirectly from a symlink"},
476 "Changes CWD Location Indirectly from a symlink"}, {
485 "Set File Access And Modify Object File Times via symlink"},
490 "Create/Open a File For Reading Or Writing via symlink"},};
652 TEST(symlink(path1, path2));
657 "symlink(2) Failure when creating setup %s object file: errno:%d %s",
661 sprintf(Buf, "symlink(%s, %s) was successful.\n", path1, path2);
664 tst_resm(TPASS, "symlink(%s, %s) was successful.", path1, path2);
1028 TEST(symlink(tc_ptr->fn_arg[0], tc_ptr->fn_arg[1]));
1310 TEST(symlink(tc_ptr->fn_arg[0], full_path));
1317 "symlink(2) returned -1 when trying to create a symbolic",