Searched refs:Gbl_DirectoryPath (Results 1 - 5 of 5) sorted by relevance

/freebsd-10.3-release/sys/contrib/dev/acpica/compiler/
H A Daslfiles.c417 IncludeFile = FlOpenIncludeWithPrefix (Gbl_DirectoryPath, Op, Op->Asl.Value.String);
844 Gbl_DirectoryPath = strdup (InputFilename);
845 if (!Gbl_DirectoryPath)
850 Substring = strrchr (Gbl_DirectoryPath, '\\');
853 Substring = strrchr (Gbl_DirectoryPath, '/');
856 Substring = strrchr (Gbl_DirectoryPath, ':');
862 Gbl_DirectoryPath[0] = 0;
H A Daslstartup.c325 Status = FlSplitInputPathname (Filename, &Gbl_DirectoryPath, NULL);
H A Dprutils.c280 Gbl_DirectoryPath, Filename, OpenMode, FullPathname);
H A Dasloperands.c915 Filename = UtStringCacheCalloc (strlen (Gbl_DirectoryPath) +
920 strcpy (Filename, Gbl_DirectoryPath);
H A Daslglobal.h190 ASL_EXTERN char *Gbl_DirectoryPath; variable

Completed in 103 milliseconds