Lines Matching refs:file
49 static void process_args (SNDFILE * file, const SF_BROADCAST_INFO_2K * binfo, int argc, char * argv []) ;
53 { SNDFILE *file ;
81 if ((file = sf_open (filename, SFM_READ, &sfinfo)) == NULL)
82 { printf ("Error : Open of file '%s' failed : %s\n\n", filename, sf_strerror (file)) ;
87 if (sf_command (file, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0)
90 process_args (file, &binfo, argc - 2, argv + start) ;
92 sf_close (file) ;
102 { printf ("\nUsage :\n %s [options] <file>\n\nOptions:\n", progname) ;
134 process_args (SNDFILE * file, const SF_BROADCAST_INFO_2K * binfo, int argc, char * argv [])
154 { str = sf_get_string (file, id) ; \