Lines Matching refs:__restrict
59 #ifndef __restrict
62 # define __restrict restrict macro
64 # define __restrict macro
410 extern error_t argp_parse (__const struct argp *__restrict __argp,
411 int __argc, char **__restrict __argv,
412 unsigned __flags, int *__restrict __arg_index,
413 void *__restrict __input);
414 extern error_t __argp_parse (__const struct argp *__restrict __argp,
415 int __argc, char **__restrict __argv,
416 unsigned __flags, int *__restrict __arg_index,
417 void *__restrict __input);
432 extern void (*argp_program_version_hook) (FILE *__restrict __stream,
433 struct argp_state *__restrict
479 extern void argp_help (__const struct argp *__restrict __argp,
480 FILE *__restrict __stream,
481 unsigned __flags, char *__restrict __name);
482 extern void __argp_help (__const struct argp *__restrict __argp,
483 FILE *__restrict __stream, unsigned __flags,
496 extern void argp_state_help (__const struct argp_state *__restrict __state,
497 FILE *__restrict __stream,
499 extern void __argp_state_help (__const struct argp_state *__restrict __state,
500 FILE *__restrict __stream,
510 extern void argp_error (__const struct argp_state *__restrict __state,
511 __const char *__restrict __fmt, ...)
513 extern void __argp_error (__const struct argp_state *__restrict __state,
514 __const char *__restrict __fmt, ...)
525 extern void argp_failure (__const struct argp_state *__restrict __state,
527 __const char *__restrict __fmt, ...)
529 extern void __argp_failure (__const struct argp_state *__restrict __state,
531 __const char *__restrict __fmt, ...)
545 extern void *_argp_input (__const struct argp *__restrict __argp,
546 __const struct argp_state *__restrict __state)
548 extern void *__argp_input (__const struct argp *__restrict __argp,
549 __const struct argp_state *__restrict __state)