Lines Matching defs:Pathname
599 * PARAMETERS: Filename - Filename or pathname for include file
643 * Construct the file pathname from the global directory name.
683 * PARAMETERS: PrefixDir - Prefix directory pathname. Can be a zero
701 char *Pathname;
704 /* Build the full pathname to the file */
706 Pathname = FlMergePathnames (PrefixDir, Filename);
710 AslGbl_CurrentLineNumber, Pathname);
714 IncludeFile = fopen (Pathname, OpenMode);
722 PrPushInputFileStack (IncludeFile, Pathname);
723 *FullPathname = Pathname;