startp 27 usr/lib/libc/gen/basename.c const char *endp, *startp; startp 49 usr/lib/libc/gen/basename.c startp = endp; startp 50 usr/lib/libc/gen/basename.c while (startp > path && *(startp - 1) != '/') startp 51 usr/lib/libc/gen/basename.c startp--; startp 53 usr/lib/libc/gen/basename.c len = endp - startp + 1; startp 58 usr/lib/libc/gen/basename.c memcpy(bname, startp, len);