OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lastSlash
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.bin/make/
make.h
831
const char *
lastSlash
= strrchr(pathname, '/');
832
return
lastSlash
!= NULL ?
lastSlash
+ 1 : pathname;
Completed in 12 milliseconds
Indexes created Tue Oct 14 15:09:51 GMT 2025