Home
last modified time | relevance | path

Searched refs:args_doc (Results 1 – 17 of 17) sorted by relevance

/glibc-2.36/manual/examples/
Dargp-ex3.c83 static char args_doc[] = "ARG1 ARG2"; variable
145 static struct argp argp = { options, parse_opt, args_doc, doc };
Dargp-ex4.c59 static char args_doc[] = "ARG1 [STRING...]"; variable
147 static struct argp argp = { options, parse_opt, args_doc, doc };
/glibc-2.36/argp/
Dargp-test.c116 static const char args_doc[] = "STRING"; variable
195 options, parse_opt, args_doc, doc, argp_children, help_filter
Dargp.h202 const char *args_doc; member
Dargp-help.c1492 if (argp->args_doc && strchr (argp->args_doc, '\n')) in argp_args_levels()
1514 const char *tdoc = dgettext (argp->argp_domain, argp->args_doc), *nl = 0; in argp_args_usage()
/glibc-2.36/debug/
Dpcprofiledump.c60 static const char args_doc[] = N_("[FILE]"); variable
75 options, parse_opt, args_doc, doc, NULL, more_help
/glibc-2.36/elf/
Dpldd.c61 static const char args_doc[] = N_("PID"); variable
69 options, parse_opt, args_doc, doc, NULL, more_help, NULL
Dsprof.c93 static const char args_doc[] = N_("SHOBJ [PROFDATA]"); variable
104 options, parse_opt, args_doc, doc, NULL, more_help
/glibc-2.36/locale/programs/
Dlocaledef.c162 static const char args_doc[] = N_("\ variable
176 options, parse_opt, args_doc, doc, NULL, more_help
Dlocale.c85 static const char args_doc[] = N_("NAME\n[-a|-m]"); variable
96 options, parse_opt, args_doc, doc, NULL, more_help
/glibc-2.36/iconv/
Diconv_prog.c77 static const char args_doc[] = N_("[FILE...]"); variable
88 options, parse_opt, args_doc, doc, NULL, more_help
Diconvconfig.c113 static const char args_doc[] = N_("[DIR...]"); variable
139 options, parse_opt, args_doc, doc, NULL, more_help
/glibc-2.36/malloc/
Dmemusagestat.c72 static const char args_doc[] = N_ ("DATAFILE [OUTFILE]"); variable
87 options, parse_opt, args_doc, doc, NULL, more_help
/glibc-2.36/nss/
Dmakedb.c134 static const char args_doc[] = N_("\ variable
146 options, parse_opt, args_doc, doc, NULL, more_help
Dgetent.c54 static const char args_doc[] = N_("database [key ...]"); variable
76 args_options, parse_option, args_doc, doc, NULL, more_help
/glibc-2.36/catgets/
Dgencat.c122 static const char args_doc[] = N_("\ variable
134 options, parse_opt, args_doc, doc, NULL, more_help
/glibc-2.36/manual/
Dargp.texi183 @item const char *args_doc
215 Of the above group, @code{options}, @code{parser}, @code{args_doc}, and
349 that are completely documented in an argp's @code{args_doc}
353 For instance, if @code{args_doc} is @code{"FOO BAR\n-x BLAH"}, and the
1053 The argument doc string; formally the @code{args_doc} field from the argp parser. @xref{Argp Parse…