Lines Matching defs:Pathname
576 char *Pathname;
592 Pathname = UtLocalCacheCalloc (strlen (FilePathname) + 1);
593 strcpy (Pathname, FilePathname);
635 Pathname = UtLocalCacheCalloc (
639 strcpy (Pathname, CommonPath);
640 strcat (Pathname, "/");
642 strcat (Pathname, FilePathname);
647 UtConvertBackslashes (Pathname);
649 DbgPrint (ASL_PARSE_OUTPUT, "Include: Merged Pathname - \"%s\"\n",
650 Pathname);
651 return (Pathname);
676 char *Pathname;
682 Pathname = FlMergePathnames (PrefixDir, Filename);
685 Pathname);
689 IncludeFile = fopen (Pathname, "r");
726 AslPushInputFileStack (IncludeFile, Pathname);