Home | History | Annotate | Download | only in include

Lines Matching refs:__state

440 					  __state);
504 extern void argp_state_help (__const struct argp_state *__restrict __state,
507 extern void __argp_state_help (__const struct argp_state *__restrict __state,
512 extern void argp_usage (__const struct argp_state *__state);
513 extern void __argp_usage (__const struct argp_state *__state);
518 extern void argp_error (__const struct argp_state *__restrict __state,
521 extern void __argp_error (__const struct argp_state *__restrict __state,
533 extern void argp_failure (__const struct argp_state *__restrict __state,
537 extern void __argp_failure (__const struct argp_state *__restrict __state,
554 __const struct argp_state *__restrict __state)
557 __const struct argp_state *__restrict __state)
575 __argp_usage (__const struct argp_state *__state)
577 __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE);