Searched defs:__argp_state_help (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/gnulib/
H A Dargp-namefrob.h41 #undef __argp_state_help macro
42 #define __argp_state_help argp_state_help macro
H A Dargp.h526 extern void __argp_state_help (const struct argp_state *__restrict __state,
588 # define __argp_state_help argp_state_help
621 __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE);
644 # undef __argp_state_help
579 # define __argp_state_help macro
635 # undef __argp_state_help macro
H A Dargp-help.c1783 __argp_state_help (const struct argp_state *state, FILE *stream, unsigned flags)
1803 weak_alias (__argp_state_help, argp_state_help)
1855 __argp_state_help (state, stream, ARGP_HELP_STD_ERR);
1758 __argp_state_help (const struct argp_state *state, FILE *stream, unsigned flags) function

Completed in 39 milliseconds