Home
last modified time | relevance | path

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

/xnu-11417.121.6/tests/vfs/
H A Dlongpaths.c974 char *lastslash = strrchr(path, '/'); in test_symlink_intermediate() local
975 if (lastslash == NULL || lastslash == path) { in test_symlink_intermediate()
979 size_t leaflen = strlen(lastslash + 1); in test_symlink_intermediate()
981 char *p = lastslash - 1; in test_symlink_intermediate()
986 size_t parentlen = (uintptr_t)(lastslash - p); in test_symlink_intermediate()
1026 asprintf(&linkedpath, "%s/%s", linkpath, lastslash + 1); in test_symlink_intermediate()