Searched refs:lastslash (Results 1 – 1 of 1) sorted by relevance
974 char *lastslash = strrchr(path, '/'); in test_symlink_intermediate() local975 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()