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

/freebsd-10.0-release/sys/contrib/dev/acpica/common/
H A Dadfile.c285 char *Substring; local
312 Substring = strrchr (DirectoryPath, '/');
313 if (!Substring)
315 Substring = strrchr (DirectoryPath, ':');
320 if (!Substring)
327 Filename = FlStrdup (Substring + 1);
328 *(Substring+1) = 0;
/freebsd-10.0-release/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c784 char *Substring; local
800 Substring = strrchr (Gbl_DirectoryPath, '\\');
801 if (!Substring)
803 Substring = strrchr (Gbl_DirectoryPath, '/');
804 if (!Substring)
806 Substring = strrchr (Gbl_DirectoryPath, ':');
810 if (!Substring)
822 Gbl_OutputFilenamePrefix = strdup (Substring + 1);
824 *(Substring+1) = 0;

Completed in 133 milliseconds