Home
last modified time | relevance | path

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

/freebsd/usr.sbin/lpr/common_source/
H A Ddisplayq.c529 char *lastsep; in dump() local
556 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()