Lines Matching defs:lastslash
5032 char *lastslash;
5052 lastslash = (char *) my_memrchr(prefix, '/',
5055 /* First time in with the *lastslash = '\0' we just wipe off
5058 if (lastslash) {
5060 while ((*lastslash = '\0'), /* Do that, come what may. */
5062 && (lastslash =
5066 if (lastslash[1] == '\0'
5067 || (lastslash[1] == '.'
5068 && (lastslash[2] == '/' /* ends "/." */
5069 || (lastslash[2] == '/'
5070 && lastslash[3] == '/' /* or "/.." */