Home
last modified time | relevance | path

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

/xnu-12377.61.12/tests/vfs/
H A Dlongpaths.c916 char *targetname = "destination.txt"; in test_symlink_long2short() local
917 size_t targetlen = strlen(targetname); in test_symlink_long2short()
918 int rc = symlink(targetname, path); in test_symlink_long2short()
932 T_QUIET; T_ASSERT_EQ(strcmp(buf, targetname), 0, CTXSTR); in test_symlink_long2short()