Lines Matching refs:binfo
49 static void process_args (SNDFILE * file, const SF_BROADCAST_INFO_2K * binfo, int argc, char * argv []) ;
55 SF_BROADCAST_INFO_2K binfo ;
86 memset (&binfo, 0, sizeof (binfo)) ;
87 if (sf_command (file, SFC_GET_BROADCAST_INFO, &binfo, sizeof (binfo)) == 0)
88 memset (&binfo, 0, sizeof (binfo)) ;
90 process_args (file, &binfo, argc - 2, argv + start) ;
134 process_args (SNDFILE * file, const SF_BROADCAST_INFO_2K * binfo, int argc, char * argv [])
140 { printf ("%-22s : %.*s\n", name, (int) sizeof (binfo->field), binfo->field) ; \
147 { printf ("%-22s : %6.2f\n", name, binfo->field / 100.0) ; \