Lines Matching defs:Pathname
709 char *Pathname;
716 Pathname = calloc (MaxPathLength + strlen (Filename) + 2, 1);
717 if (!Pathname)
729 strcpy (Pathname, SourcePath);
730 strcat (Pathname, "/");
733 strcat (Pathname, Filename);
734 if (AsGetFile (Pathname, &Gbl_FileBuffer, &Gbl_FileSize))
775 AsConvertFile (ConversionTable, Gbl_FileBuffer, Pathname, FileType);
808 free (Pathname);
981 char *Pathname,
1000 File = fopen (Pathname, "w+b");
1004 printf ("Could not create destination file \"%s\"\n", Pathname);
1014 printf ("Error writing output file \"%s\"\n", Pathname);