Lines Matching refs:__state
434 __state);
496 extern void argp_state_help (__const struct argp_state *__restrict __state,
499 extern void __argp_state_help (__const struct argp_state *__restrict __state,
504 extern void argp_usage (__const struct argp_state *__state);
505 extern void __argp_usage (__const struct argp_state *__state);
510 extern void argp_error (__const struct argp_state *__restrict __state,
513 extern void __argp_error (__const struct argp_state *__restrict __state,
525 extern void argp_failure (__const struct argp_state *__restrict __state,
529 extern void __argp_failure (__const struct argp_state *__restrict __state,
546 __const struct argp_state *__restrict __state)
549 __const struct argp_state *__restrict __state)
566 __argp_usage (__const struct argp_state *__state) in __argp_usage() argument
568 __argp_state_help (__state, stderr, ARGP_HELP_STD_USAGE); in __argp_usage()