Home
last modified time | relevance | path

Searched refs:op_str (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/tools/tests/personas/
H A Dpersona_mgr.c189 const char *op_str = NULL; in main() local
208 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()