Searched refs:lastslash (Results 1 – 1 of 1) sorted by relevance
977 char *lastslash = strrchr(path, '/'); in test_symlink_intermediate() local978 if (lastslash == NULL || lastslash == path) { in test_symlink_intermediate()983 size_t leaflen = strlen(lastslash + 1); in test_symlink_intermediate()985 char *p = lastslash - 1; in test_symlink_intermediate()990 size_t parentlen = (uintptr_t)(lastslash - p); in test_symlink_intermediate()1030 asprintf(&linkedpath, "%s/%s", linkpath, lastslash + 1); in test_symlink_intermediate()