OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LastElement
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/external/bsd/acpica/dist/compiler/
aslfiles.c
577
char *
LastElement
;
611
LastElement
= strrchr (CommonPath, '/');
612
if (!
LastElement
)
617
*
LastElement
= 0; /* Terminate CommonPath string */
626
LastElement
= strrchr (CommonPath, '/');
627
if (
LastElement
)
629
*
LastElement
= 0;
637
if (
LastElement
&& *CommonPath)
Completed in 14 milliseconds
Indexes created Sun Oct 12 20:09:57 GMT 2025