Lines Matching defs:subcommand
2320 char* subcommand;
2341 subcommand = argv[1];
2342 if (strcmp(subcommand, "create") == 0)
2357 else if (strcmp(subcommand, "state") == 0)
2372 else if (strcmp(subcommand, "remove") == 0)
2387 else if (strcmp(subcommand, "start") == 0)
2402 else if (strcmp(subcommand, "isrunning") == 0)
2428 else if (strcmp(subcommand, "cleanup") == 0)
2446 fprintf(stdout, "Unknown subcommand: [%s]\n", subcommand);