Home | History | Annotate | Download | only in checkpolicy

Lines Matching full:optarg

93 extern char *optarg;
425 outfile = optarg;
428 if (!strcasecmp(optarg, "Xen"))
430 else if (!strcasecmp(optarg, "SELinux"))
434 "%s\n", argv[0], optarg);
449 if (!strcasecmp(optarg, "deny")) {
453 if (!strcasecmp(optarg, "allow")) {
457 if (!strcasecmp(optarg, "reject")) {
474 n = strtol(optarg, NULL, 10);
478 optarg);