/glibc-2.36/manual/examples/ |
D | argp-ex3.c | 83 static char args_doc[] = "ARG1 ARG2"; variable 145 static struct argp argp = { options, parse_opt, args_doc, doc };
|
D | argp-ex4.c | 59 static char args_doc[] = "ARG1 [STRING...]"; variable 147 static struct argp argp = { options, parse_opt, args_doc, doc };
|
/glibc-2.36/argp/ |
D | argp-test.c | 116 static const char args_doc[] = "STRING"; variable 195 options, parse_opt, args_doc, doc, argp_children, help_filter
|
D | argp.h | 202 const char *args_doc; member
|
D | argp-help.c | 1492 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/ |
D | pcprofiledump.c | 60 static const char args_doc[] = N_("[FILE]"); variable 75 options, parse_opt, args_doc, doc, NULL, more_help
|
/glibc-2.36/elf/ |
D | pldd.c | 61 static const char args_doc[] = N_("PID"); variable 69 options, parse_opt, args_doc, doc, NULL, more_help, NULL
|
D | sprof.c | 93 static const char args_doc[] = N_("SHOBJ [PROFDATA]"); variable 104 options, parse_opt, args_doc, doc, NULL, more_help
|
/glibc-2.36/locale/programs/ |
D | localedef.c | 162 static const char args_doc[] = N_("\ variable 176 options, parse_opt, args_doc, doc, NULL, more_help
|
D | locale.c | 85 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/ |
D | iconv_prog.c | 77 static const char args_doc[] = N_("[FILE...]"); variable 88 options, parse_opt, args_doc, doc, NULL, more_help
|
D | iconvconfig.c | 113 static const char args_doc[] = N_("[DIR...]"); variable 139 options, parse_opt, args_doc, doc, NULL, more_help
|
/glibc-2.36/malloc/ |
D | memusagestat.c | 72 static const char args_doc[] = N_ ("DATAFILE [OUTFILE]"); variable 87 options, parse_opt, args_doc, doc, NULL, more_help
|
/glibc-2.36/nss/ |
D | makedb.c | 134 static const char args_doc[] = N_("\ variable 146 options, parse_opt, args_doc, doc, NULL, more_help
|
D | getent.c | 54 static const char args_doc[] = N_("database [key ...]"); variable 76 args_options, parse_option, args_doc, doc, NULL, more_help
|
/glibc-2.36/catgets/ |
D | gencat.c | 122 static const char args_doc[] = N_("\ variable 134 options, parse_opt, args_doc, doc, NULL, more_help
|
/glibc-2.36/manual/ |
D | argp.texi | 183 @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…
|