Searched refs:targetpath (Results 1 – 1 of 1) sorted by relevance
875 char *targetpath = NULL; in test_symlink_long2long() local876 asprintf(&targetpath, "%s/xpto", parent); in test_symlink_long2long()877 size_t targetlen = strlen(targetpath); in test_symlink_long2long()879 int rc = symlink(targetpath, linkpath); in test_symlink_long2long()893 T_QUIET; T_ASSERT_EQ(strcmp(buf, targetpath), 0, CTXSTR); in test_symlink_long2long()894 free(targetpath); in test_symlink_long2long()898 free(targetpath); in test_symlink_long2long()