Lines Matching refs:str
124 char str [64], *cptr ;
158 { sscanf (cptr, "sample_coding -s%d %63s", &count, str) ;
160 if (strcmp (str, "pcm") == 0)
164 else if (strcmp (str, "alaw") == 0)
166 else if ((strcmp (str, "ulaw") == 0) || (strcmp (str, "mu-law") == 0))
169 { psf_log_printf (psf, "*** Unknown encoding : %s\n", str) ;
193 && sscanf (cptr, "sample_byte_format -s%u %8s", &bytes, str) == 2)
195 if (bytes != strlen (str))
196 psf_log_printf (psf, "Weird sample_byte_format : strlen '%s' != %d\n", str, bytes) ;
206 if (strcmp (str, "01") == 0)
208 else if (strcmp (str, "10") == 0)
211 { psf_log_printf (psf, "Weird endian-ness : %s\n", str) ;
223 { psf_log_printf (psf, "Non-interleaved data unsupported.\n", str) ;