Searched refs:targetpath (Results 1 – 1 of 1) sorted by relevance
878 char *targetpath = NULL; in test_symlink_long2long() local879 asprintf(&targetpath, "%s/xpto", parent); in test_symlink_long2long()880 size_t targetlen = strlen(targetpath); in test_symlink_long2long()882 int rc = symlink(targetpath, linkpath); in test_symlink_long2long()896 T_QUIET; T_ASSERT_EQ(strcmp(buf, targetpath), 0, CTXSTR); in test_symlink_long2long()897 free(targetpath); in test_symlink_long2long()901 free(targetpath); in test_symlink_long2long()