Searched refs:__argp_state_help (Results 1 – 4 of 4) sorted by relevance
/argp/ |
A D | argp.h | 459 extern void __argp_state_help (const struct argp_state *__restrict __state, 516 # define __argp_state_help argp_state_help macro 528 __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE); in __argp_usage() 551 # undef __argp_state_help
|
A D | argp-namefrob.h | 42 #undef __argp_state_help 43 #define __argp_state_help argp_state_help macro
|
A D | argp-parse.c | 116 __argp_state_help (state, state->out_stream, ARGP_HELP_STD_HELP); in argp_default_parser() 119 __argp_state_help (state, state->out_stream, in argp_default_parser() 638 __argp_state_help (&parser->state, parser->state.err_stream, in parser_finalize()
|
A D | argp-help.c | 1839 __argp_state_help (const struct argp_state *state, FILE *stream, unsigned flags) in __argp_state_help() function 1859 weak_alias (__argp_state_help, argp_state_help) in weak_alias() argument 1900 __argp_state_help (state, stream, ARGP_HELP_STD_ERR); in weak_alias()
|
Completed in 18 milliseconds