Searched refs:short_no_arg_opts (Results 1 – 1 of 1) sorted by relevance
1453 char *short_no_arg_opts = alloca (strlen (hol->short_options) + 1); in hol_usage() local1454 char *snao_end = short_no_arg_opts; in hol_usage()1462 if (snao_end > short_no_arg_opts) in hol_usage()1465 __argp_fmtstream_printf (stream, " [-%s]", short_no_arg_opts); in hol_usage()
Completed in 7 milliseconds