Lines Matching refs:argp_state
109 struct argp_state; /* " */
114 struct argp_state *__state);
273 struct argp_state struct
393 struct argp_state *__restrict
456 extern void argp_state_help (const struct argp_state *__restrict __state,
459 extern void __argp_state_help (const struct argp_state *__restrict __state,
464 extern void argp_usage (const struct argp_state *__state);
465 extern void __argp_usage (const struct argp_state *__state);
470 extern void argp_error (const struct argp_state *__restrict __state,
473 extern void __argp_error (const struct argp_state *__restrict __state,
485 extern void argp_failure (const struct argp_state *__restrict __state,
489 extern void __argp_failure (const struct argp_state *__restrict __state,
506 const struct argp_state *__restrict __state)
509 const struct argp_state *__restrict __state)
526 __argp_usage (const struct argp_state *__state) in __argp_usage()