Lines Matching refs:optarg
50 if (!strcasecmp(optarg, "file")) {
52 } else if (!strcmp(optarg, "media")) {
54 } else if (!strcmp(optarg, "x")) {
56 } else if (!strcmp(optarg, "db")) {
58 } else if (!strcmp(optarg, "prop")) {
60 } else if (!strcmp(optarg, "service")) {
64 optarg);
69 file = optarg;
78 key = optarg;
81 type = atoi(optarg);