Lines Matching defs:outfilename
44 { char *infilename, *outfilename ;
135 { const char *progname, *infilename, *outfilename ;
148 outfilename = argv [argc-1] ;
150 if (strcmp (infilename, outfilename) == 0)
160 if (outfilename [0] == '-')
161 { printf ("Error : Output filename (%s) looks like an option.\n\n", outfilename) ;
302 if ((sfinfo.format = sfe_file_type_of_ext (outfilename, sfinfo.format)) == 0)
303 { printf ("Error : Not able to determine output file type for %s.\n", outfilename) ;
345 if ((outfile = sf_open (outfilename, SFM_WRITE, &sfinfo)) == NULL)
346 { printf ("Not able to open output file %s : %s\n", outfilename, sf_strerror (NULL)) ;