|
|
@ -2120,6 +2120,7 @@ int main(int argc, char *argv[])
|
|
|
|
/* Reset options processing */
|
|
|
|
/* Reset options processing */
|
|
|
|
option_index = 0;
|
|
|
|
option_index = 0;
|
|
|
|
optind = 1;
|
|
|
|
optind = 1;
|
|
|
|
|
|
|
|
res = 0;
|
|
|
|
|
|
|
|
|
|
|
|
while ((c = getopt_long(argc, argv, "", long_options, &option_index)) != -1) {
|
|
|
|
while ((c = getopt_long(argc, argv, "", long_options, &option_index)) != -1) {
|
|
|
|
print_debug("Got option %c\n", c);
|
|
|
|
print_debug("Got option %c\n", c);
|
|
|
@ -2130,6 +2131,7 @@ int main(int argc, char *argv[])
|
|
|
|
set_member_enabled(mem);
|
|
|
|
set_member_enabled(mem);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
fprintf(stderr, "'%s' not found\n", optarg);
|
|
|
|
fprintf(stderr, "'%s' not found\n", optarg);
|
|
|
|
|
|
|
|
res = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
break;
|
|
|
@ -2139,6 +2141,7 @@ int main(int argc, char *argv[])
|
|
|
|
set_all(cat, 1);
|
|
|
|
set_all(cat, 1);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
fprintf(stderr, "'%s' not found\n", optarg);
|
|
|
|
fprintf(stderr, "'%s' not found\n", optarg);
|
|
|
|
|
|
|
|
res = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
break;
|
|
|
@ -2153,6 +2156,7 @@ int main(int argc, char *argv[])
|
|
|
|
clear_member_enabled(mem);
|
|
|
|
clear_member_enabled(mem);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
fprintf(stderr, "'%s' not found\n", optarg);
|
|
|
|
fprintf(stderr, "'%s' not found\n", optarg);
|
|
|
|
|
|
|
|
res = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
break;
|
|
|
@ -2162,6 +2166,7 @@ int main(int argc, char *argv[])
|
|
|
|
set_all(cat, 0);
|
|
|
|
set_all(cat, 0);
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
|
fprintf(stderr, "'%s' not found\n", optarg);
|
|
|
|
fprintf(stderr, "'%s' not found\n", optarg);
|
|
|
|
|
|
|
|
res = 1;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
break;
|
|
|
|
break;
|
|
|
@ -2176,7 +2181,6 @@ int main(int argc, char *argv[])
|
|
|
|
break;
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
res = 0;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (!res) {
|
|
|
|
if (!res) {
|
|
|
|