getopt_clip
while ((opt = getopt_clip(argc, argv, "lv", list_opts, NULL)) != -1) {
while ((opt = getopt_clip(argc, argv, "fqs:", changestate_opts,
while ((opt = getopt_clip(argc, argv, "?V", common_opts, NULL)) != -1) {
while ((opt = getopt_clip(argc, argv, "fq", flag_opts, NULL)) != -1) {
while ((opt = getopt_clip(argc, argv, "o:", private_opts,
while ((opt = getopt_clip(argc, argv, "dV?", lopts, NULL)) != -1) {
extern int getopt_clip(int, char * const *, const char *,