Searched refs:lastsep (Results 1 – 1 of 1) sorted by relevance
529 char *lastsep; in dump() local556 lastsep = strrchr(nfile, '/'); in dump()557 if ((lastsep != NULL) && (rem > strlen(lastsep))) { in dump()559 printf("%s", lastsep); in dump()560 col += strlen(lastsep); in dump()