Searched refs:short_opts (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/xz/src/xzdec/
H A Dxzdec.c98 static const char short_opts[] = "cdkM:hqQV"; local
114 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))
/freebsd-11-stable/contrib/dtc/
H A Dutil.h213 * @param short_opts The string of short options
218 const char *short_opts, struct option const long_opts[],
H A Dutil.c422 const char *short_opts, struct option const long_opts[],
434 "Options: -[%s]\n", synopsis, short_opts);
421 util_usage(const char *errmsg, const char *synopsis, const char *short_opts, struct option const long_opts[], const char * const opts_help[]) argument
/freebsd-11-stable/contrib/xz/src/xz/
H A Dargs.c148 static const char short_opts[] local
215 while ((c = getopt_long(argc, argv, short_opts, long_opts, NULL))

Completed in 140 milliseconds