Home | History | Annotate | Download | only in dropbear

Lines Matching refs:last

600 	char *last, *name, buf[2048];
633 if ((last = strrchr(name, '/')) == NULL)
634 last = name;
636 ++last;
637 curfile = last;
653 (long long)stb.st_size, last);
717 char *last, *vect[1], path[1100];
723 last = strrchr(name, '/');
724 if (last == 0)
725 last = name;
727 last++;
739 (u_int) (statp->st_mode & FILEMODEMASK), 0, last);