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

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-help.c1367 char *short_no_arg_opts = alloca (strlen (hol->short_options) + 1);
1368 char *snao_end = short_no_arg_opts;
1376 if (snao_end > short_no_arg_opts)
1379 __argp_fmtstream_printf (stream, " [-%s]", short_no_arg_opts);
1347 char *short_no_arg_opts = alloca (strlen (hol->short_options) + 1); local

Completed in 19 milliseconds