Searched refs:lastsep (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.sbin/lpr/common_source/
H A Ddisplayq.c535 char *lastsep; local
562 lastsep = strrchr(nfile, '/');
563 if ((lastsep != NULL) && (rem > strlen(lastsep))) {
565 printf("%s", lastsep);
566 col += strlen(lastsep);

Completed in 185 milliseconds