Lines Matching refs:shortopts
1209 shortopts = ""1252 shortopts += name1254 shortopts += ":"1266 optlist, unparsed_args = getopt.gnu_getopt(args, shortopts, longopts)1268 optlist, unparsed_args = getopt.getopt(args, shortopts, longopts)