Lines Matching refs:argp_state
149 struct argp_state; /* " */
154 struct argp_state *state);
313 struct argp_state struct
433 struct argp_state *__restrict
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()