Lines Matching defs:s
53 char *s,
59 if (strncmp(s, kp->name, strlen(s)) == 0) {
61 if (strlen(s) == strlen(kp->name)) {
65 // it's ambiguous
76 // not, there's no match....
110 // check if it's "cd" or "dat" or "voice".
140 char *s,
155 if (!(s && *s))
161 if (hdr.FormatParse(s) == AUDIO_SUCCESS) {
165 buf = strdup(s); // save a copy of the string
172 // Check if there's a '='
185 "invalid encoding option: %s\n"),
192 Err(MGET("invalid sample rate: %s\n"),
200 "invalid channels option: %s\n"),
207 Err(MGET("unknown format: %s\n"), val);
215 Err(MGET("ambiguous keyword: %s\n"), key);
218 Err(MGET("null keyword: =%s\n"), val);
221 Err(MGET("invalid keyword: %s\n"), key);
239 if (sscanf(val, " %lf %9s",
242 MGET("ambiguous numeric option: %s\n"),
248 Err(MGET("invalid option value: %s\n"),