Home | History | Annotate | Download | only in src

Lines Matching defs:argp

31 #include <argp.h>
67 /* Definitions of arguments for argp functions. */
91 /* Data structure to communicate with argp functions. */
92 static struct argp argp =
146 argp_parse (&argp, argc, argv, 0, &remaining, NULL);
224 argp_help (&argp, stderr, ARGP_HELP_SEE | ARGP_HELP_EXIT_ERR,