Home
last modified time | relevance | path

Searched refs:targetname (Results 1 – 1 of 1) sorted by relevance

/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c913 char *targetname = "destination.txt"; in test_symlink_long2short() local
914 size_t targetlen = strlen(targetname); in test_symlink_long2short()
915 int rc = symlink(targetname, path); in test_symlink_long2short()
929 T_QUIET; T_ASSERT_EQ(strcmp(buf, targetname), 0, CTXSTR); in test_symlink_long2short()