Lines Matching refs:Pathname
159 char *Pathname);
176 char *Pathname) in ApIsExistingFile() argument
183 if (!stat (Pathname, &StatInfo)) in ApIsExistingFile()
219 char *Pathname) in ApOpenOutputFile() argument
226 if (ApIsExistingFile (Pathname) != 0) in ApOpenOutputFile()
233 File = fopen (Pathname, "w"); in ApOpenOutputFile()
236 fprintf (stderr, "Could not open output file: %s\n", Pathname); in ApOpenOutputFile()
243 Gbl_OutputFilename = Pathname; in ApOpenOutputFile()
349 char *Pathname, in ApGetTableFromFile() argument
360 File = fopen (Pathname, "rb"); in ApGetTableFromFile()
363 fprintf (stderr, "Could not open input file: %s\n", Pathname); in ApGetTableFromFile()
373 "Could not get input file size: %s\n", Pathname); in ApGetTableFromFile()
392 fprintf (stderr, "Could not read input file: %s\n", Pathname); in ApGetTableFromFile()