Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/common/
H A Dadfile.c392 char *DirectoryPath; in FlSplitInputPathname() local
408 DirectoryPath = FlStrdup (InputPath); in FlSplitInputPathname()
409 if (!DirectoryPath) in FlSplitInputPathname()
416 UtConvertBackslashes (DirectoryPath); in FlSplitInputPathname()
420 Substring = strrchr (DirectoryPath, '/'); in FlSplitInputPathname()
423 Substring = strrchr (DirectoryPath, ':'); in FlSplitInputPathname()
430 Filename = FlStrdup (DirectoryPath); in FlSplitInputPathname()
431 DirectoryPath[0] = 0; in FlSplitInputPathname()
446 *OutDirectoryPath = DirectoryPath; in FlSplitInputPathname()