Searched refs:short_opt (Results 1 – 3 of 3) sorted by relevance
26 const char *const short_opt = "fd:"; in main() local33 next_option = getopt_long(argc,argv,short_opt,long_opt,NULL); in main()
930 const char *optstr, bool short_opt) in parse_options_usage() argument948 if (short_opt) { in parse_options_usage()
219 bool short_opt);