Searched refs:op_str (Results 1 – 1 of 1) sorted by relevance
189 const char *op_str = NULL; in main() local208 op_str = argv[1]; in main()210 if (strcmp(op_str, "create") == 0) { in main()212 } else if (strcmp(op_str, "destroy") == 0) { in main()214 } else if (strcmp(op_str, "lookup") == 0) { in main()216 } else if (strcmp(op_str, "support") == 0) { in main()218 } else if (strcmp(op_str, "help") == 0 || strcmp(op_str, "-h") == 0) { in main()