Searched refs:argp_state (Results 1 – 8 of 8) sorted by relevance
/argp/ |
A D | argp.h | 109 struct argp_state; /* " */ 114 struct argp_state *__state); 273 struct argp_state struct 393 struct argp_state *__restrict 464 extern void argp_usage (const struct argp_state *__state); 465 extern void __argp_usage (const struct argp_state *__state); 470 extern void argp_error (const struct argp_state *__restrict __state, 473 extern void __argp_error (const struct argp_state *__restrict __state, 506 const struct argp_state *__restrict __state) 509 const struct argp_state *__restrict __state) [all …]
|
A D | bug-argp2.c | 12 static error_t parse_opt (int key, char *arg, struct argp_state *state); 30 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt()
|
A D | tst-argp1.c | 85 static error_t parse_opt (int key, char *arg, struct argp_state *state); 110 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt()
|
A D | argp-pvh.c | 31 void (*argp_program_version_hook) (FILE *stream, struct argp_state *state);
|
A D | argp-test.c | 47 sub_parse_opt (int key, char *arg, struct argp_state *state) in sub_parse_opt() 137 parse_opt (int key, char *arg, struct argp_state *state) in parse_opt()
|
A D | tst-ldbl-argp.c | 36 parser (int key, char *arg, struct argp_state *state) in parser()
|
A D | argp-help.c | 167 fill_in_uparams (const struct argp_state *state) in fill_in_uparams() 1108 const struct argp_state *state; 1114 const struct argp_state *state) in filter_doc() 1210 hol_entry_help (struct hol_entry *entry, const struct argp_state *state, in hol_entry_help() 1337 hol_help (struct hol *hol, const struct argp_state *state, in hol_help() 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() 1866 __argp_error_internal (const struct argp_state *state, const char *fmt, in weak_alias() 1909 __argp_error (const struct argp_state *state, const char *fmt, ...) in __argp_error() 1929 __argp_failure_internal (const struct argp_state *state, int status, in weak_alias() [all …]
|
A D | argp-parse.c | 111 argp_default_parser (int key, char *arg, struct argp_state *state) in argp_default_parser() 172 argp_version_parser (int key, char *arg, struct argp_state *state) in argp_version_parser() 248 group_parse (struct group *group, struct argp_state *state, int key, char *arg) in group_parse() 292 struct argp_state state; 517 memset (&parser->state, 0, sizeof (struct argp_state)); in parser_init() 934 __argp_input (const struct argp *argp, const struct argp_state *state) in weak_alias()
|
Completed in 19 milliseconds