HomeSort by: relevance | last modified time | path
    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