Lines Matching refs:info
42 { SF_FORMAT_INFO info ;
54 { info.format = m ;
55 sf_command (NULL, SFC_GET_FORMAT_MAJOR, &info, sizeof (info)) ;
56 printf ("%s (extension \"%s\")\n", info.name, info.extension) ;
58 format = info.format ;
61 { info.format = s ;
62 sf_command (NULL, SFC_GET_FORMAT_SUBTYPE, &info, sizeof (info)) ;
64 format = (format & SF_FORMAT_TYPEMASK) | info.format ;
68 printf (" %s\n", info.name) ;