Home
last modified time | relevance | path

Searched defs:argp (Results 1 – 25 of 27) sorted by relevance

12

/glibc-2.36/manual/examples/
Dargp-ex2.c54 static struct argp argp = { 0, 0, 0, doc }; variable
Dargp-ex3.c145 static struct argp argp = { options, parse_opt, args_doc, doc }; variable
Dargp-ex4.c147 static struct argp argp = { options, parse_opt, args_doc, doc }; variable
/glibc-2.36/argp/
Dargp.h182 struct argp struct
186 const struct argp_option *options; argument
195 argp_parser_t parser; argument
210 argp field, pointing to child argps should be parsed with this one. Any argument
215 const struct argp_child *children; argument
229 /* If non-zero the strings used in the argp library are translated using argument
232 const char *argp_domain; argument
251 const struct argp *argp; member
Dbug-argp2.c14 static struct argp argp = variable
Dtst-argp1.c88 static struct argp argp = variable
Dtst-ldbl-argp.c55 argp = variable
Dargp-parse.c224 const struct argp *argp; member
267 const struct argp *argp; member
313 convert_options (const struct argp *argp, in convert_options()
415 parser_convert (struct parser *parser, const struct argp *argp, int flags) in parser_convert()
454 calc_sizes (const struct argp *argp, struct parser_sizes *szs) in calc_sizes()
482 parser_init (struct parser *parser, const struct argp *argp, in parser_init()
881 __argp_parse (const struct argp *argp, int argc, char **argv, unsigned flags, in __argp_parse()
Dargp-help.c381 const struct argp *argp; member
404 const struct argp *argp; member
434 make_hol (const struct argp *argp, struct hol_cluster *cluster) in make_hol()
509 struct hol_cluster *parent, const struct argp *argp) in hol_add_cluster()
1016 argp_hol (const struct argp *argp, struct hol_cluster *cluster) in argp_hol()
1113 filter_doc (const char *doc, int key, const struct argp *argp, in filter_doc()
1133 print_header (const char *str, const struct argp *argp, in print_header()
1487 argp_args_levels (const struct argp *argp) in argp_args_levels()
1508 argp_args_usage (const struct argp *argp, const struct argp_state *state, in argp_args_usage()
1570 argp_doc (const struct argp *argp, const struct argp_state *state, in argp_doc()
[all …]
Dargp-test.c194 static struct argp argp = { variable
/glibc-2.36/login/programs/
Dpt_chown.c51 static struct argp argp = variable
/glibc-2.36/malloc/
Dtst-malloc-stats-cancellation.c46 buffer_threadproc (void *argp) in buffer_threadproc()
Dmemusagestat.c85 static struct argp argp = variable
/glibc-2.36/debug/
Dpcprofiledump.c73 static struct argp argp = variable
/glibc-2.36/nscd/
Dnscd.c131 static struct argp argp = variable
683 va_list argp; in do_exit() local
/glibc-2.36/elf/
Dpldd.c67 static struct argp argp = variable
Dldconfig.c174 static struct argp argp = variable
/glibc-2.36/locale/programs/
Dlocaledef.c174 static struct argp argp = variable
Dlocale.c94 static struct argp argp = variable
/glibc-2.36/nptl/
Dperf.c108 static struct argp argp = variable
/glibc-2.36/iconv/
Diconv_prog.c86 static struct argp argp = variable
/glibc-2.36/nss/
Dmakedb.c144 static struct argp argp = variable
Dgetent.c74 static struct argp argp = variable
/glibc-2.36/catgets/
Dgencat.c132 static struct argp argp = variable
/glibc-2.36/math/
Dlibm-test-support.c1024 static struct argp argp = variable

12