Lines Matching refs:strcmp
422 if (strcmp(cfgfile, SYS_ASOUNDRC) == 0 && do_lock >= 0)
436 daemoncmd = strcmp(cmd, "daemon") == 0 || strcmp(cmd, "rdaemon") == 0;
446 if (!strcmp(cmd, "init")) {
449 } else if (!strcmp(cmd, "store")) {
451 } else if (!strcmp(cmd, "restore") ||
452 !strcmp(cmd, "rdaemon") ||
453 !strcmp(cmd, "nrestore")) {
457 if (!strcmp(cmd, "rdaemon")) {
461 if (!strcmp(cmd, "nrestore"))
463 } else if (!strcmp(cmd, "daemon")) {
466 } else if (!strcmp(cmd, "kill")) {
468 } else if (!strcmp(cmd, "monitor")) {
470 } else if (!strcmp(cmd, "info")) {
472 } else if (!strcmp(cmd, "clean")) {
474 } else if (!strcmp(cmd, "dump-state")) {
476 } else if (!strcmp(cmd, "dump-cfg")) {