Lines Matching refs:strncasecmp
220 if (strncasecmp(attr, "CARD", 4) == 0) {
225 if (strncasecmp(attr, "ID", 2) == 0)
227 if (strncasecmp(attr, "DRIVER", 6) == 0)
229 if (strncasecmp(attr, "NAME", 4) == 0)
231 if (strncasecmp(attr, "LONGNAME", 8) == 0)
233 if (strncasecmp(attr, "MIXERNAME", 9) == 0)
235 if (strncasecmp(attr, "COMPONENTS", 10) == 0)
358 val = strncasecmp(value, "true", 4) == 0 ||
359 strncasecmp(value, "yes", 3) == 0 ||
360 strncasecmp(value, "on", 2) == 0 ||
361 strncasecmp(value, "1", 1) == 0;
533 if (strncasecmp(attr, "numid", 5) == 0) {
537 if (strncasecmp(attr, "iface", 5) == 0 ||
538 strncasecmp(attr, "interface", 9) == 0)
540 if (strncasecmp(attr, "device", 6) == 0) {
544 if (strncasecmp(attr, "subdev", 6) == 0) {
548 if (strncasecmp(attr, "name", 4) == 0)
550 if (strncasecmp(attr, "index", 5) == 0) {
554 if (strncasecmp(attr, "type", 4) == 0) {
559 if (strncasecmp(attr, "attr", 4) == 0) {
585 if (strncasecmp(attr, "owner", 5) == 0) {
591 if (strncasecmp(attr, "count", 5) == 0) {
597 if (strncasecmp(attr, "min", 3) == 0) {
609 if (strncasecmp(attr, "max", 3) == 0) {
621 if (strncasecmp(attr, "step", 3) == 0) {
633 if (strncasecmp(attr, "items", 5) == 0) {
645 if (strncasecmp(attr, "value", 5) == 0) {
650 if (strncasecmp(attr, "dBmin", 5) == 0) {
661 if (strncasecmp(attr, "dBmax", 5) == 0) {
670 if (strncasecmp(attr, "enums", 5) == 0) {
691 if (strncasecmp(attr, "do_search", 9) == 0) {
722 if (strncasecmp(attr, "do_count", 8) == 0) {
755 if (strncasecmp(attr, "numid", 5) == 0) {
759 if (strncasecmp(attr, "iface", 5) == 0 ||
760 strncasecmp(attr, "interface", 9) == 0 ||
761 strncasecmp(attr, "reset", 5) == 0 ||
762 strncasecmp(attr, "search", 6) == 0) {
763 if (strlen(value) == 0 && strncasecmp(attr, "search", 6) == 0) {
769 if (strncasecmp(attr, "reset", 5) == 0)
771 if (strncasecmp(attr, "search", 5) == 0) {
791 if (strncasecmp(attr, "device", 6) == 0) {
795 if (strncasecmp(attr, "subdev", 6) == 0) {
799 if (strncasecmp(attr, "name", 4) == 0) {
804 if (strncasecmp(attr, "index", 5) == 0) {
808 if (strncasecmp(attr, "values", 6) == 0 ||
809 strncasecmp(attr, "value", 5) == 0) {
815 err = set_ctl_value(space, value, strncasecmp(attr, "values", 6) == 0);
1056 if (strncasecmp(&head[1], subst->name, strlen(subst->name)) == 0) {
1306 if (strncasecmp(key, "LABEL", 5) == 0) {
1323 if (strncasecmp(key, "CTL{", 4) == 0) {
1414 if (strncasecmp(key, "CARDINFO{", 9) == 0) {
1431 if (strncasecmp(key, "ATTR{", 5) == 0) {
1451 if (strncasecmp(key, "ENV{", 4) == 0) {
1564 if (strncasecmp(key, "ACCESS", 6) == 0) {
1593 if (strncasecmp(key, "PRINT", 5) == 0) {
1603 if (strncasecmp(key, "ERROR", 5) == 0) {
1613 if (strncasecmp(key, "EXIT", 4) == 0) {
1626 if (strncasecmp(key, "CONFIG{", 7) == 0) {