Home
last modified time | relevance | path

Searched refs:argp (Results 1 – 10 of 10) sorted by relevance

/argp/
A DMakefile21 subdir := argp
25 headers = argp.h bits/argp-ldbl.h
26 routines = $(addprefix argp-, ba fmtstream fs-xinl help parse pv \
29 tests = argp-test tst-argp1 bug-argp1 tst-argp2 bug-argp2 \
30 tst-ldbl-argp
32 CFLAGS-argp-help.c += $(uses-callbacks) -fexceptions
33 CFLAGS-argp-parse.c += $(uses-callbacks)
34 CFLAGS-argp-fmtstream.c += -fexceptions
A Dargp-parse.c224 const struct argp *argp; member
267 const struct argp *argp; member
313 convert_options (const struct argp *argp, in convert_options() argument
377 group->argp = argp; in convert_options()
432 parser->argp = argp; in parser_convert()
434 if (argp) in parser_convert()
482 parser_init (struct parser *parser, const struct argp *argp, in parser_init() argument
495 if (argp) in parser_init()
542 && group->argp->children && group->argp->children->argp) in parser_init()
905 (child++)->argp = argp; in __argp_parse()
[all …]
A Dargp-help.c381 const struct argp *argp; member
404 const struct argp *argp; member
486 entry->argp = argp; in make_hol()
509 struct hol_cluster *parent, const struct argp *argp) in hol_add_cluster() argument
519 cl->argp = argp; in hol_add_cluster()
1027 child - argp->children, cluster, argp) in argp_hol()
1116 if (argp && argp->help_filter) in filter_doc()
1133 print_header (const char *str, const struct argp *argp, in print_header() argument
1487 argp_args_levels (const struct argp *argp) in argp_args_levels() argument
1492 if (argp->args_doc && strchr (argp->args_doc, '\n')) in argp_args_levels()
[all …]
A Dtst-argp2.c50 static struct argp argp5 =
55 static struct argp argp4 =
60 static struct argp argp3 =
72 static struct argp argp2 =
84 static struct argp argp1 =
A Dargp.h108 struct argp; /* fwd declare this type */
182 struct argp struct
251 const struct argp *argp; member
276 const struct argp *root_argp;
370 extern error_t argp_parse (const struct argp *__restrict __argp,
374 extern error_t __argp_parse (const struct argp *__restrict __argp,
439 extern void argp_help (const struct argp *__restrict __argp,
442 extern void __argp_help (const struct argp *__restrict __argp,
505 extern void *_argp_input (const struct argp *__restrict __argp,
508 extern void *__argp_input (const struct argp *__restrict __argp,
A Dbug-argp2.c14 static struct argp argp = variable
25 argp_parse (&argp, argc, argv, 0, &remaining, NULL); in do_test()
A Dtst-argp1.c88 static struct argp argp = variable
102 argp_parse (&argp, argc, argv, 0, &remaining, NULL); in do_test()
A Dtst-ldbl-argp.c54 static struct argp
55 argp = variable
67 argp_parse (&argp, argc, argv, 0, &remaining, NULL); in do_test_call()
A Dargp-test.c78 static struct argp sub_argp = {
194 static struct argp argp = { variable
204 argp_parse (&argp, argc, argv, 0, 0, &params); in main()
A Dbug-argp1.c11 static struct argp test_argp =

Completed in 26 milliseconds