Lines Matching defs:Pathname
470 char *Pathname;
486 Pathname = UtLocalCacheCalloc (strlen (FilePathname) + 1);
487 strcpy (Pathname, FilePathname);
529 Pathname = UtLocalCacheCalloc (
533 strcpy (Pathname, CommonPath);
534 strcat (Pathname, "/");
536 strcat (Pathname, FilePathname);
541 UtConvertBackslashes (Pathname);
543 DbgPrint (ASL_PARSE_OUTPUT, "Include: Merged Pathname - \"%s\"\n",
544 Pathname);
545 return (Pathname);
570 char *Pathname;
576 Pathname = FlMergePathnames (PrefixDir, Filename);
579 Pathname);
583 IncludeFile = fopen (Pathname, "r");
620 AslPushInputFileStack (IncludeFile, Pathname);