Lines Matching refs:InputPathname
64 char *InputPathname, in AxExtractTables() argument
82 InputFile = fopen (InputPathname, "rt"); in AxExtractTables()
85 printf ("Could not open input file %s\n", InputPathname); in AxExtractTables()
95 Instances = AxCountTableInstances (InputPathname, Signature); in AxExtractTables()
99 Signature, InputPathname); in AxExtractTables()
139 ThisInstance = AxGetNextInstance (InputPathname, ThisSignature); in AxExtractTables()
209 Signature, InputPathname); in AxExtractTables()
256 char *InputPathname) in AxExtractToMultiAmlFile() argument
272 InputFile = fopen (InputPathname, "rt"); in AxExtractToMultiAmlFile()
275 printf ("Could not open input file %s\n", InputPathname); in AxExtractToMultiAmlFile()
387 char *InputPathname) in AxListTables() argument
397 InputFile = fopen (InputPathname, "rt"); in AxListTables()
400 printf ("Could not open input file %s\n", InputPathname); in AxListTables()