Searched refs:argp (Results 1 – 10 of 10) sorted by relevance
/argp/ |
A D | Makefile | 21 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 D | argp-parse.c | 224 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 D | argp-help.c | 381 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 D | tst-argp2.c | 50 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 D | argp.h | 108 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 D | bug-argp2.c | 14 static struct argp argp = variable 25 argp_parse (&argp, argc, argv, 0, &remaining, NULL); in do_test()
|
A D | tst-argp1.c | 88 static struct argp argp = variable 102 argp_parse (&argp, argc, argv, 0, &remaining, NULL); in do_test()
|
A D | tst-ldbl-argp.c | 54 static struct argp 55 argp = variable 67 argp_parse (&argp, argc, argv, 0, &remaining, NULL); in do_test_call()
|
A D | argp-test.c | 78 static struct argp sub_argp = { 194 static struct argp argp = { variable 204 argp_parse (&argp, argc, argv, 0, 0, ¶ms); in main()
|
A D | bug-argp1.c | 11 static struct argp test_argp =
|
Completed in 26 milliseconds