Searched defs:argp (Results 1 – 7 of 7) sorted by relevance
/argp/ |
A D | argp.h | 182 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
|
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() 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()
|
A D | bug-argp2.c | 14 static struct argp argp = variable
|
A D | argp-help.c | 381 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 …]
|
A D | tst-argp1.c | 88 static struct argp argp = variable
|
A D | tst-ldbl-argp.c | 55 argp = variable
|
A D | argp-test.c | 194 static struct argp argp = { variable
|
Completed in 19 milliseconds